| Commit message (Expand) | Author | Age |
* | This closes #1026, time parse accuracy issue and typo fixed | xuri | 2021-09-26 |
* | This closes #833, closes #845, and closes #1022, breaking changes | xuri | 2021-09-19 |
* | This closes #998 | xuri | 2021-09-05 |
* | - This fix panic and incorrect cell read on some case | xuri | 2021-08-22 |
* | This closes #989, closes #990 | xuri | 2021-08-17 |
* | Speed up merge cells | three | 2021-08-13 |
* | This closes #848 and closes #852, fix reading decimals precision | xuri | 2021-07-12 |
* | Support concurrency add picture | xuri | 2021-07-06 |
* | - Support concurrency iterate rows and columns | xuri | 2021-07-05 |
* | fix getRowHeight actually get the height of the next row (#860) | strong | 2021-06-13 |
* | make the caller of `getRowHeight` function adapt row number change, update co... | xuri | 2021-06-13 |
* | This closes #855, fix missing formula cell when getting rows value | xuri | 2021-06-05 |
* | fix the bug when there was no count attribute in sharedStrings file | william | 2021-05-24 |
* | This closes #842, avoid empty rows in the tail of the worksheet | xuri | 2021-05-16 |
* | This closes #652, new SetColWidth API, support set column width in stream wri... | xuri | 2021-05-10 |
* | Go 1.15 and later required, #65 fn: IMABS, IMCOS, IMCOSH, IMCOT, IMCSC, IMCSC... | xuri | 2021-04-04 |
* | #65 fn: N, PERCENTILE.INC and T | xuri | 2021-03-30 |
* | lint issue fixed and new formula function: ATAN, AVERAGE, AVERAGEA, CONCAT, C... | xuri | 2021-02-15 |
* | fix custom row height check issue | xuri | 2021-02-08 |
* | handle end element event in the worksheet row/column iterator XML SAX parser | xuri | 2021-02-05 |
* | new formula fn: IF, LEN; not equal operator support and faster numeric precis... | xuri | 2021-01-27 |
* | Fixed #764, add a condition for round precision | xuri | 2021-01-20 |
* | This closes #752, fix incorrectly merged cells on duplicate row, and new form... | xuri | 2020-12-22 |
* | Fixed #727, rounding numeric with precision for formula calculation | xuri | 2020-11-19 |
* | Fixed #732, support single line with repeated row element in the sheet data | xuri | 2020-11-18 |
* | Fix row duplicate mechanism (#729) | Eugene Androsov | 2020-11-15 |
* | Fix #724, standardize variable naming and update unit tests | xuri | 2020-11-11 |
* | using POSIX directory separator in zip path with Windows | xuri | 2020-11-06 |
* | Fix race conditions | xuri | 2020-11-04 |
* | Compatibility improvement: parse document core part (workbook) dynamically | xuri | 2020-11-04 |
* | extend cell value load to support custom datetime format (#703) | Artem Kustikov | 2020-10-04 |
* | add checking and limits for the worksheet | xuri | 2020-09-18 |
* | Default row height compatibility with Apache OpenOffice and Kingsoft WPS, uni... | xuri | 2020-08-22 |
* | Compatible with Go 1.15, fix unit test failed on Windows and fixed #689 poten... | xuri | 2020-08-15 |
* | support parse and generate XML element namespace dynamic, fix #651 | xuri | 2020-07-18 |
* | Resolve #667, support shared string table without unique count | xuri | 2020-07-15 |
* | support case-sensitive doc parts to improve compatibility | xuri | 2020-07-09 |
* | Resolve #32, fix missing leading/leading spaces when working with SST | xuri | 2020-07-01 |
* | GetCols support the row element without r attribute in the worksheet | xuri | 2020-06-28 |
* | support the row element without r attribute in the worksheet | xuri | 2020-06-27 |
* | Update docs and typo fixed | xuri | 2020-06-22 |
* | make columns iterator read cell streamingly and add max column limit on Colum... | xuri | 2020-06-22 |
* | speedup get cell value from shared string table | xuri | 2020-05-27 |
* | Fix #622, storage string to SST (shared string table) | xuri | 2020-05-26 |
* | Merge pull request #410 | xuri | 2020-05-17 |
* | handle the cell without r attribute in a row element | xuri | 2020-04-24 |
* | Performance improvements | xuri | 2020-04-05 |
* | fix reading wrong string from xml such as below | foxmeder | 2020-04-02 |
* | remove ineffectual variable assignments and simplify code | xuri | 2020-03-29 |
* | Update rows.go | xxb-at-julichina | 2020-02-28 |