summaryrefslogtreecommitdiff
path: root/numfmt.go
Commit message (Collapse)AuthorAge
* This closes #1360, closes #1361xuri2022-09-28
| | | | | | | - Fix default number format parse issue with a long string of digits - Fix creating a sheet with an empty name cause a corrupted file - The `GetCellStyle` function no longer return master cell style of the merge cell range - Using the specialized name in variables and functions
* This closes #1338, fix apply AM/PM format issuexuri2022-09-03
|
* This closes #1312, #1313, fix number format issuexuri2022-08-12
| | | | | | - Add supported options in the docs of the functions `SetSheetPrOptions` and `GetSheetPrOptions` - Add go1.19 unit test settings, and made the test case compatible with go1.19 - Update dependencies module
* This fixes a part of staticcheck issues and updates the code of conductxuri2022-05-18
| | | | Update example for set cell hyperlinks with `HyperlinkOpts`
* This closes #1219, fixes cell value reading issue, improves performance, and ↵xuri2022-05-02
| | | | | | | 1904 date system support - Fix incorrect cell data types casting results when number formatting - Support set cell value on 1904 date system enabled, ref #1212 - Improve performance for set sheet row and the merging cells, fix performance impact when resolving #1129
* This closes #1212, init support for 1900 or 1904 date systemxuri2022-04-30
|
* ref #65, #1196: fix the compatibility issue and added new formula functionxuri2022-04-06
| | | | - New formula functions: MODE and T.TEST
* ref #65, new formula functions: T.INV and T.INV.2Txuri2022-04-04
| | | | - Typo fixed
* Format code, update documentation and remove exported variable `XMLHeaderByte`xuri2022-03-24
|
* This improved formula calculate precision and added zero placeholder number ↵xuri2022-03-19
| | | | format support
* This improvement number format supportxuri2022-02-25
| | | | | * Local month name and AM/PM format support Tibetan and Traditional Mongolian * Support text place holder
* Improvement local month name and AM/PM format support in number formatxuri2022-02-23
| | | | * Support for the Vietnamese, Wolof and Xhosa
* Improvement local month name and AM/PM format support in number formatxuri2022-02-22
| | | | * Support for the Irish, Russian, Spanish, Thai, Turkish, Welsh, Yi, and Zulu
* Fixed parsing decimal precision issuexuri2022-02-18
|
* 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
* Initialize local month name and AM/PM format support for number formatxuri2022-02-14
|
* Ref: #660, #764, #1093, #1112, #1133 This improve number format supportxuri2022-02-13
- Introduced NFP (number format parser) dependencies module - Initialize custom dates and times number format support - Dependencies module upgraded