-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
needs more infoThis issue can't reproduce, need more infoThis issue can't reproduce, need more info
Description
Description
If you try to open and save an excel file, which has formatterd\colored\cell borders, it corrupts the file
xlsx, err := excelize.OpenFile("./Book1.xlsx")
if err != nil {
fmt.Println(err)
return
}
err = xlsx.Save()
if err != nil {
fmt.Println("unable to save Internal timesheet, error: ", err)
os.Exit(1)
}
Steps to reproduce the issue:
1.
2.
3.
Describe the results you received:
Describe the results you expected:
Output of go version:
go version go1.12.5 darwin/amd64
Excelize version or commit ID:
github.com/360EntSecGroup-Skylar/excelize/v2 v2.0.1-0.20190601073747-d038ca2e9c75
Environment details (OS, Microsoft Excel™ version, physical, etc.):
Mac OS
Excel for mac 16.13
Metadata
Metadata
Assignees
Labels
needs more infoThis issue can't reproduce, need more infoThis issue can't reproduce, need more info