summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* This improved formula calculate precision and added zero placeholder number ↵xuri2022-03-19
| | | | format support
* This fix scientific notation and page setup fields parsing issuexuri2022-03-18
|
* ref #65, new formula functions: CHIINV and BETADISTxuri2022-03-17
|
* ref #65, new formula functions: LOGNORM.DIST and LOGNORMDISTxuri2022-03-16
|
* ref #65, new formula functions: LOGNORM.INV and LOGINVxuri2022-03-15
| | | | * Update docs for the function `SetCellHyperLink`
* ref #65, new formula functions: GAMMA.INV and GAMMAINV and format codexuri2022-03-12
|
* ref #65, new formula functions: GAMMA.DIST and GAMMADISTxuri2022-03-11
|
* ref #65, new formula functions: F.INV and GAUSSxuri2022-03-10
|
* This closes #1172, support set hole size for doughnut (#1173)longphee2022-03-09
|
* ref #65, new formula functions and read boolean data type cell value supportxuri2022-03-08
| | | | * added 3 new formula functions: BETAINV, BETA.INV, F.INV.RT
* This closes #1171, improve the compatibility and added new formula functionxuri2022-03-07
| | | | ref #65, added new formula function: FINV
* ref #65, new formula functions: CORREL, SUMX2MY2, SUMX2PY2, and SUMXMY2xuri2022-03-06
|
* This closes #1162, improve the compatibility with alternate contentxuri2022-03-05
| | | | Preserve alternate content in the workbook, worksheet, and drawingML
* This closes #1164, fix nested formula calculation result errorxuri2022-03-04
|
* ref #65, new formula functions: COVAR, COVARIANCE.P, EXPON.DIST and EXPONDISTxuri2022-03-02
|
* ref #65, new formula functions FORMULATEXT and TYPExuri2022-03-01
|
* ref #65: formula function INDIRECT support and formula engine improvementxuri2022-02-28
| | | | Support calculation with the none parameter formula function after infix operator notation
* This closes #1160, and added 4 new formula functionsxuri2022-02-26
| | | | | * Fix show sheet tabs issue * Ref #65, new formula functions: ERROR.TYPE, HOUR, SECOND TIMEVALUE
* This improvement number format supportxuri2022-02-25
| | | | | * Local month name and AM/PM format support Tibetan and Traditional Mongolian * Support text place holder
* This fixed code review issue in PR #1154 (#1159)wangxuliBY2022-02-25
|
* 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
* This closes #1139, `SetCellDefault` support non-numeric valuexuri2022-02-08
| | | | | | | | - 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
* Support workbook views Showruler settings (#1138)David2022-02-06
|
* Support workbook views settings (#1136)David2022-02-04
|
* This closes #1129, make cell support inheritance columns/rows stylexuri2022-01-27
| | | | | | Correct cells style in merge range Fix incorrect style ID returned on getting cell style in some cases Unit test updated and simplified code
* Fix file corrupted in some cases, check file extension and format codexuri2022-01-23
| | | | | | 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`
* ref #1054, breaking change for the column and row's iteratorxuri2022-01-19
| | | | This removed 3 exported functions: `TotalCols`, `CurrentCol` and `CurrentRow`
* Breaking change: remove `TotalRows` of row iterator and performance optimizationxuri2022-01-17
| | | | Reduce allocation memory 20%, and 80% GC times for the row's iterator
* This closes #1122, improve compatibility with LibreOfficexuri2022-01-16
| | | Fixed the issue auto filter doesn't work on LibreOffice if the sheet name has spaces
* This closes #1119, style parsing issue fixedxuri2022-01-15
|
* Fix adjustMergeCells not modifies cell rect (#1118)Dokiy2022-01-14
|
* Breaking change for data validation and fixed #1117xuri2022-01-12
| | | | | - Remove second useless parameter `isCurrentSheet` of the function `SetSqrefDropList` - Fix missing page setup of worksheet after re-saving the spreadsheet
* ref #1096, reduce memory usage by about 50% for large data spreadsheetxuri2022-01-11
|
* Typo fix, rename exported constants, dependencies modules and copyright updatexuri2022-01-09
| | | | Rename exported constants `NameSpaceDublinCoreMetadataIntiative` to `NameSpaceDublinCoreMetadataInitiative`
* feat: implement SHA-512 algorithm to ProtectSheet (#1115)Jonham.Chen2022-01-08
|
* Update create style example, using a pointer of the structure instead of JSONxuri2022-01-05
|
* This closes #1107, stream writer will create a time number format for time ↵xuri2021-12-31
| | | | | | type cells Unit test coverage improved
* Preserve horizontal tab character when set the cell value (#1108)vst2021-12-30
|
* This closes #1096, memory usage optimization and another 4 changesxuri2021-12-27
| | | | | | | | - Unzip shared string table to system temporary file when large inner XML, reduce memory usage about 70% - Remove unnecessary exported variable `XMLHeader`, we can using `encoding/xml` package's `xml.Header` instead of it - Using constant instead of inline text for default XML path - Rename exported option field `WorksheetUnzipMemLimit` to `UnzipXMLSizeLimit` - Unit test and documentation updated
* This closes #1095, support to set and get document application propertiesxuri2021-12-26
|
* This closes #1097, initialized formula function XLOOKUP and update testxuri2021-12-25
|
* ref #65, new formula functions MAXIFS and MINIFSxuri2021-12-19
|
* new formula function and update docs for formula functionsxuri2021-12-17
| | | | ref #65, new formula function: INDEX (array formula not support yet)
* ref #65: new formula function COUNTIFSxuri2021-12-14
|
* ref #65: new formula functions: AVERAGEIF and COUNTIFxuri2021-12-13
|