Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

empty file is corrupted #837

@whimax

Description

@whimax

simple code:
func main() {
wb := xlsx.NewFile()
wb.AddSheet("My New Sheet")
wb.Save("out.xlsx")
}
creates a file that does not open in excel. Excel says the file is corrupted.
Is this a bug or am I doing something wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions