| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Update example for set cell hyperlinks with `HyperlinkOpts`
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
- New formula functions: MODE and T.TEST
|
|
|
|
| |
- Typo fixed
|
| |
|
|
|
|
| |
format support
|
|
|
|
|
| |
* Local month name and AM/PM format support Tibetan and Traditional Mongolian
* Support text place holder
|
|
|
|
| |
* Support for the Vietnamese, Wolof and Xhosa
|
|
|
|
| |
* Support for the Irish, Russian, Spanish, Thai, Turkish, Welsh, Yi, and Zulu
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
- Introduced NFP (number format parser) dependencies module
- Initialize custom dates and times number format support
- Dependencies module upgraded
|