| Commit message (Expand) | Author | Age |
* | This closes #1391, escape XML characters to avoid with corrupt file | xuri | 2022-11-15 |
* | Remove internal error log print, throw XML deserialize error | xuri | 2022-11-13 |
* | This is a breaking change, remove partial internal error log print, throw XML... | xuri | 2022-11-12 |
* | Delete shared formula in calc chain when writing a formula cell (#1387) | March | 2022-11-08 |
* | This closes #1384, fix segmentation fault in `formattedValue` (#1385) | Martin Martinez Rivera | 2022-11-05 |
* | This closes #1204, breaking changes for add comments | xuri | 2022-11-02 |
* | This closes #1379, cleanup stream writer temporary files by the `Close` function | xuri | 2022-10-26 |
* | This closes #1377, stream writer writes inline string type for string cell value | xuri | 2022-10-25 |
* | Support get cell value which contains a date in the ISO 8601 format | xuri | 2022-10-24 |
* | This closes #1369, support set, and get font color with theme and tint (#1370) | GaoFei | 2022-10-15 |
* | Stream writer support to set inline rich text cell (#1121) | charles.deng | 2022-10-10 |
* | This closes #1360, closes #1361 | xuri | 2022-09-28 |
* | Using the specialized name in a variable and making comments clear | xuri | 2022-09-18 |
* | This makes 6 functions concurrency safety | xuri | 2022-09-11 |
* | This closes #1247, add new function `SetSheetCol` for set worksheet column va... | Cooper de Nicola | 2022-08-25 |
* | This closes #1244 and closes #1314, improving the compatibility with Google S... | xuri | 2022-08-13 |
* | Fix potential file corrupted and change worksheet name case-insensitive | xuri | 2022-07-18 |
* | Fix potential file corrupted when changing cell value or the col/row | xuri | 2022-07-16 |
* | This closes #1264, fix can't modify cell content issue in some cases | yeshu | 2022-07-01 |
* | RichTextRun support set superscript and subscript by vertAlign attribute (#1252) | jialei | 2022-06-13 |
* | This fixes a part of staticcheck issues and updates the code of conduct | xuri | 2022-05-18 |
* | This closed #1163, fix set cell value with column and row style inherit issue | xuri | 2022-05-15 |
* | This closes #1219, fixes cell value reading issue, improves performance, and ... | xuri | 2022-05-02 |
* | This closes #1217, support update cell hyperlink | xuri | 2022-05-01 |
* | This closes #1212, init support for 1900 or 1904 date system | xuri | 2022-04-30 |
* | This closes #1213, fix get incorrect rich text value caused by missing cell t... | xuri | 2022-04-29 |
* | ref #65, new formula functions: HYPGEOM.DIST and HYPGEOMDIST | xuri | 2022-03-30 |
* | Format code, update documentation and remove exported variable `XMLHeaderByte` | xuri | 2022-03-24 |
* | 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 |