summaryrefslogtreecommitdiff
path: root/workbook.go
Commit message (Collapse)AuthorAge
* This closes #1244 and closes #1314, improving the compatibility with Google ↵xuri2022-08-13
| | | | | | Sheet - Format code with `gofmt`
* This closes #1212, init support for 1900 or 1904 date systemxuri2022-04-30
|
* This closes #1162, improve the compatibility with alternate contentxuri2022-03-05
| | | | Preserve alternate content in the workbook, worksheet, and drawingML
* This fixed code review issue in PR #1154 (#1159)wangxuliBY2022-02-25
|
* This closes #1148, resolve limitations when adding VBA project to the workbookxuri2022-02-17
Added two exported functions `SetWorkbookPrOptions` and `GetWorkbookPrOptions` to support setting and getting the code name property of the workbook Re-order fields of the workbook properties group to improve the compatibility Go Modules dependencies upgrade Put workbook related operating in new `workbook.go` source code Library introduction docs block updated