summaryrefslogtreecommitdiff
path: root/lib.go
Commit message (Expand)AuthorAge
* 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
* Compatibility improvement: parse document core part (workbook) dynamicallyxuri2020-11-04
* optimize memory allocation (#722)Ted2020-11-03
* Compatible with Go 1.15, fix unit test failed on Windows and fixed #689 poten...xuri2020-08-15
* This closes #677 and closes #679, fix panic when enabling compiler inline flagsxuri2020-08-06
* improvement compatibility for the XML ignorable namespacexuri2020-07-20
* Update test for addTablexuri2020-07-19
* support parse and generate XML element namespace dynamic, fix #651xuri2020-07-18
* support case-sensitive doc parts to improve compatibilityxuri2020-07-09
* Update docs and typo fixedxuri2020-06-22
* make columns iterator read cell streamingly and add max column limit on Colum...xuri2020-06-22
* add limits for total columns, row and filename lengthxuri2020-05-29
* add test for ReadZipReader, close #642xuri2020-05-23
* Improved error handling and stoped the crash due to fatel error (#593) close ...sachin-puranik2020-05-23
* - transform the range to the matrix on the first arg of the formulaxuri2020-05-21
* init formula calculation engine, ref #65 and #599xuri2020-05-03
* Performance improvementsxuri2020-04-05
* Improve code coverage unit testsxuri2019-12-29
* Improve compatibility, fix workbook's rels ID calc errorxuri2019-12-23
* Pre-allocate some memory when reading files (#510)Michael2019-10-24
* Documentation updated, Go 1.10+ requiredxuri2019-08-11
* godoc update and typo fixedxuri2019-04-20
* refactor: handler error instead of panic,xuri2019-03-23
* Typo fixed and godoc updatedxuri2019-03-20
* Huge refactorig for consistent col/row numbering (#356)Veniamin Albaev2019-03-20