You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: