| Commit message (Expand) | Author | Age |
* | This improved formula calculate precision and added zero placeholder number f... | xuri | 2022-03-19 |
* | ref #65, new formula functions: LOGNORM.INV and LOGINV | xuri | 2022-03-15 |
* | Fixed parsing decimal precision issue | xuri | 2022-02-18 |
* | This closes #1148, resolve limitations when adding VBA project to the workbook | xuri | 2022-02-17 |
* | Ref: #660, #764, #1093, #1112, #1133 This improve number format support | xuri | 2022-02-13 |
* | This closes #1139, `SetCellDefault` support non-numeric value | xuri | 2022-02-08 |
* | This closes #1129, make cell support inheritance columns/rows style | xuri | 2022-01-27 |
* | ref #1096, reduce memory usage by about 50% for large data spreadsheet | xuri | 2022-01-11 |
* | Typo fix, rename exported constants, dependencies modules and copyright update | xuri | 2022-01-09 |
* | Update create style example, using a pointer of the structure instead of JSON | xuri | 2022-01-05 |
* | This closes #1107, stream writer will create a time number format for time ty... | xuri | 2021-12-31 |
* | Preserve horizontal tab character when set the cell value (#1108) | vst | 2021-12-30 |
* | This closes #1096, memory usage optimization and another 4 changes | xuri | 2021-12-27 |
* | This closes #1069, support time zone location when set cell value | xuri | 2021-11-24 |
* | ref #65: new formula function PRICE | xuri | 2021-11-17 |
* | This closes #1031, fix small float parsed error in some case | xuri | 2021-10-15 |
* | This closes #1026, time parse accuracy issue and typo fixed | xuri | 2021-09-26 |
* | - new formula functions: DATEVALUE, ref #65 | xuri | 2021-09-17 |
* | This closes #417 and closes #520, new API `GetCellType` has been added | xuri | 2021-09-09 |
* | This closes #998 | xuri | 2021-09-05 |
* | Add set shared formula support and documentation for the `SetCellFormula` | xuri | 2021-09-03 |
* | This closes #844, support get shared formula | raochq | 2021-08-15 |
* | Speed up merge cells | three | 2021-08-13 |
* | This closes #986, fix set data validation drop list failed in some cases | xuri | 2021-08-12 |
* | Reduce cyclomatic complexities for the formula calculate function and update ... | xuri | 2021-08-09 |
* | Improve compatibility for SetRichText (#976) | Arnie97 | 2021-07-31 |
* | change go module import path to github.com/xuri/excelize | xuri | 2021-07-28 |
* | Make the functions `SetSheetRow`, `New Style` and `SetCellStyle` concurrency ... | xuri | 2021-07-07 |
* | - Support concurrency iterate rows and columns | xuri | 2021-07-05 |
* | encode the escaped string literal which not permitted in an XML 1.0 document | xuri | 2021-06-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 |
* | Add support for setting hyperlink display & tooltip (closes #790) (#794) | James Allen | 2021-03-03 |
* | handle default underline type on get rich text; #65 fn: CODE, COLUMN, FIND, F... | xuri | 2021-02-24 |
* | check empty rich text run properties; new formula fn: LEFT, LEFTB, RIGHT, RIGHTB | xuri | 2021-02-23 |
* | add GetCellRichText method and test (#789) | tonnyzhang | 2021-02-22 |
* | This closes #787, avoid duplicate rich text string items, new formula fn: BIN... | xuri | 2021-02-21 |
* | ref: #756, set cell as blank when SetCellValue with nil #756, new formula fn:... | xuri | 2021-02-19 |
* | This closes #756, not set the empty string for the cell when SetCellValue wit... | xuri | 2021-01-08 |
* | new formula func CLEAN and TRIM, change import path to v2 (#747) | Zhang Zhipeng | 2020-12-14 |
* | Number format read fix (#741) | Artem Kustikov | 2020-12-12 |
* | Fixed #735, refresh active tab after delete sheet | xuri | 2020-11-23 |
* | Fix #724, standardize variable naming and update unit tests | xuri | 2020-11-11 |
* | This closes #714 and closes #715, fix wrong worksheet index returned by NewSh... | xuri | 2020-10-19 |
* | extend cell value load to support custom datetime format (#703) | Artem Kustikov | 2020-10-04 |
* | 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 #32, fix missing leading/leading spaces when working with SST | xuri | 2020-07-01 |