summaryrefslogtreecommitdiff
path: root/lib.go
Commit message (Expand)AuthorAge
* excelize -> anyxcelizegetRowInterfaceGeorge Abbott2023-06-15
* Fix binary string regex (#1415)nesstord2022-12-07
* Fix the error on getting the range of merged cells on the worksheet which con...xuri2022-10-28
* Go 1.16 and later required, migration of deprecation package `ioutil`xuri2022-10-13
* This closes #1368, fixes number parsing issue, adds support for create a 3D l...xuri2022-10-12
* This closes #1358, made a refactor with breaking changes, see details:xuri2022-09-29
* This closes #1360, closes #1361xuri2022-09-28
* Using the specialized name in a variable and making comments clearxuri2022-09-18
* This closes #1244 and closes #1314, improving the compatibility with Google S...xuri2022-08-13
* Fix potential file corrupted and change worksheet name case-insensitivexuri2022-07-18
* adjust `ErrColumnNumber`, rename `TotalColumns` to `MaxColumns` and add new c...MJacred2022-07-14
* refactor: replace strings.Replace with strings.ReplaceAll (#1250)Eng Zer Jun2022-06-12
* ref #65, new formula functions: T.INV and T.INV.2Txuri2022-04-04
* Format code, update documentation and remove exported variable `XMLHeaderByte`xuri2022-03-24
* This improved formula calculate precision and added zero placeholder number f...xuri2022-03-19
* This fix scientific notation and page setup fields parsing issuexuri2022-03-18
* Fixed parsing decimal precision issuexuri2022-02-18
* This closes #1148, resolve limitations when adding VBA project to the workbookxuri2022-02-17
* Ref: #660, #764, #1093, #1112, #1133 This improve number format supportxuri2022-02-13
* Fix file corrupted in some cases, check file extension and format codexuri2022-01-23
* This closes #1119, style parsing issue fixedxuri2022-01-15
* Typo fix, rename exported constants, dependencies modules and copyright updatexuri2022-01-09
* This closes #1096, memory usage optimization and another 4 changesxuri2021-12-27
* Export 7 errors so users can act differently on different type of errorsxuri2021-12-07
* ref #65: new formula function PRICExuri2021-11-17
* This closes #1057, merge column styles to reduce spreadsheet sizexuri2021-11-14
* This closes #1059, represent boolean in XML as 0/1 rather than true/falsexuri2021-11-13
* ref #65: new formula functions PERCENTRANK.EXC, PERCENTRANK.INC and PERCENTRANKxuri2021-11-09
* This closes #833, closes #845, and closes #1022, breaking changesxuri2021-09-19
* Preserve XML control character in bstrUnmarshal resultxuri2021-08-28
* This closes #989, closes #990xuri2021-08-17
* This closes #844, support get shared formularaochq2021-08-15
* Improve security and simplify codexuri2021-08-15
* Speed up merge cellsthree2021-08-13
* This closes #979, fix the data validation deletion issue and tidy the interna...xuri2021-08-06
* Fix code security issuexuri2021-07-20
* - Support concurrency iterate rows and columnsxuri2021-07-05
* encode the escaped string literal which not permitted in an XML 1.0 documentxuri2021-06-16
* string pattern match context check instead of regex lookahead assertionxuri2021-06-13
* skip XML control character in the escape literal string, and update dependenciesxuri2021-06-12
* support escaped string literal basic string and use GitHub Action instead of ...xuri2021-06-11
* This closes #652, new SetColWidth API, support set column width in stream wri...xuri2021-05-10
* Fixe issue generated file corrupted caused by incorrect default XML namespace...xuri2021-04-30
* Fixed #819, read empty after streaming data writingxuri2021-04-08
* Go 1.15 and later required, #65 fn: IMABS, IMCOS, IMCOSH, IMCOT, IMCSC, IMCSC...xuri2021-04-04
* #65 fn: N, PERCENTILE.INC and Txuri2021-03-30
* This improves compatibility for absolute XML path, Windows-style directory se...xuri2021-02-27
* lint issue fixed and new formula function: ATAN, AVERAGE, AVERAGEA, CONCAT, C...xuri2021-02-15
* This closes #774, closes #775 and closes #776xuri2021-02-02
* new formula fn: IF, LEN; not equal operator support and faster numeric precis...xuri2021-01-27