Typo fix, rename exported constants, dependencies modules and copyrig…
…ht update Rename exported constants `NameSpaceDublinCoreMetadataIntiative` to `NameSpaceDublinCoreMetadataInitiative`
Breaking change for data validation and fixed #1117
- Remove second useless parameter `isCurrentSheet` of the function `SetSqrefDropList` - Fix missing page setup of worksheet after re-saving the spreadsheet
Breaking change: remove TotalRows of row iterator and performance o…
…ptimization Reduce allocation memory 20%, and 80% GC times for the row's iterator
ref #1054, breaking change for the column and row's iterator
This removed 3 exported functions: `TotalCols`, `CurrentCol` and `CurrentRow`
Fix file corrupted in some cases, check file extension and format code
Fix file corrupted when save as in XLAM / XLSM / XLTM / XLTX extension in some case New exported error ErrWorkbookExt has been added, and check file extension on save the workbook Format source code with `gofumpt`
This closes #1139, SetCellDefault support non-numeric value
- Add default value on getting `View` property of sheet views - Add examples and unit test for set sheet views - Re-order field on sheet view options - Fix incorrect build-in number format: 42 - Simplify code for the `stylesReader` function
This closes #1148, resolve limitations when adding VBA project to the…
… workbook 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
Improvement local month name and AM/PM format support in number format
* Support for the Irish, Russian, Spanish, Thai, Turkish, Welsh, Yi, and Zulu
Improvement local month name and AM/PM format support in number format
* Support for the Vietnamese, Wolof and Xhosa
This improvement number format support
* Local month name and AM/PM format support Tibetan and Traditional Mongolian * Support text place holder
ref #65: formula function INDIRECT support and formula engine improve…
…ment Support calculation with the none parameter formula function after infix operator notation
This closes #1162, improve the compatibility with alternate content
Preserve alternate content in the workbook, worksheet, and drawingML
ref #65, new formula functions and read boolean data type cell value …
…support * added 3 new formula functions: BETAINV, BETA.INV, F.INV.RT
ref #65, new formula functions: LOGNORM.INV and LOGINV
* Update docs for the function `SetCellHyperLink`
This improved formula calculate precision and added zero placeholder …
…number format support