| Commit message (Expand) | Author | Age |
* | This closes #1312, #1313, fix number format issue | xuri | 2022-08-12 |
* | adjust `ErrColumnNumber`, rename `TotalColumns` to `MaxColumns` and add new c... | MJacred | 2022-07-14 |
* | This improved formula calculate precision and added zero placeholder number f... | xuri | 2022-03-19 |
* | Ref: #660, #764, #1093, #1112, #1133 This improve number format support | xuri | 2022-02-13 |
* | Fix file corrupted in some cases, check file extension and format code | xuri | 2022-01-23 |
* | Export 7 errors so users can act differently on different type of errors | xuri | 2021-12-07 |
* | This closes #1059, represent boolean in XML as 0/1 rather than true/false | xuri | 2021-11-13 |
* | This closes #833, closes #845, and closes #1022, breaking changes | xuri | 2021-09-19 |
* | Preserve XML control character in bstrUnmarshal result | xuri | 2021-08-28 |
* | Reduce cyclomatic complexities for the formula calculate function and update ... | xuri | 2021-08-09 |
* | This closes #979, fix the data validation deletion issue and tidy the interna... | xuri | 2021-08-06 |
* | encode the escaped string literal which not permitted in an XML 1.0 document | xuri | 2021-06-16 |
* | string pattern match context check instead of regex lookahead assertion | xuri | 2021-06-13 |
* | skip XML control character in the escape literal string, and update dependencies | xuri | 2021-06-12 |
* | support escaped string literal basic string and use GitHub Action instead of ... | xuri | 2021-06-11 |
* | This closes #652, new SetColWidth API, support set column width in stream wri... | xuri | 2021-05-10 |
* | Fixe issue generated file corrupted caused by incorrect default XML namespace... | xuri | 2021-04-30 |
* | improvement compatibility for the XML ignorable namespace | xuri | 2020-07-20 |
* | update docs and improve compatibility | xuri | 2020-07-11 |
* | add limits for total columns, row and filename length | xuri | 2020-05-29 |
* | add test for ReadZipReader, close #642 | xuri | 2020-05-23 |
* | Performance improvements | xuri | 2020-04-05 |
* | refactor: handler error instead of panic, | xuri | 2019-03-23 |
* | Huge refactorig for consistent col/row numbering (#356) | Veniamin Albaev | 2019-03-20 |
* | Tests refactoring | Veniamin Albaev | 2018-12-27 |
* | - gofmted with -s; | Ri Xu | 2018-01-31 |
* | make SetCellStyle quicker by skipping conversions in checkCellInArea, and ski... | mbresson | 2018-01-19 |