| Commit message (Expand) | Author | Age |
* | excelize -> anyxcelizegetRowInterface | George Abbott | 2023-06-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 |
* | This closes #1383, skip empty rows when saving the spreadsheet to reduce file... | xuri | 2022-11-03 |
* | Fix the error on getting the range of merged cells on the worksheet which con... | xuri | 2022-10-28 |
* | 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 |
* | Go 1.16 and later required, migration of deprecation package `ioutil` | xuri | 2022-10-13 |
* | This closes #1360, closes #1361 | xuri | 2022-09-28 |
* | This makes 6 functions concurrency safety | xuri | 2022-09-11 |
* | This closes #1323, an error will be returned when set the not exist style ID | xuri | 2022-09-01 |
* | This is a breaking change closes #1332 (#1333) | Kostya Privezentsev | 2022-08-31 |
* | This closes #1330 update non existing sheet error messages (#1331) | davidborry | 2022-08-28 |
* | This closes #1319, fix calculate error for formula with negative symbol | xuri | 2022-08-17 |
* | This closes #1244 and closes #1314, improving the compatibility with Google S... | xuri | 2022-08-13 |
* | This closes #1296, add new function `GetRowOpts` for stream reader (#1297) | Thomas Charbonnel | 2022-08-11 |
* | Fix potential file corrupted and change worksheet name case-insensitive | xuri | 2022-07-18 |
* | ref #65, new formula functions: NETWORKDAYS, NETWORKDAYS.INTL, and WORKDAY | xuri | 2022-06-16 |
* | This closes #1217, support update cell hyperlink | xuri | 2022-05-01 |
* | 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 |
* | This fix scientific notation and page setup fields parsing issue | xuri | 2022-03-18 |
* | ref #65, new formula functions and read boolean data type cell value support | xuri | 2022-03-08 |
* | This closes #1148, resolve limitations when adding VBA project to the workbook | xuri | 2022-02-17 |
* | Fix file corrupted in some cases, check file extension and format code | xuri | 2022-01-23 |
* | ref #1054, breaking change for the column and row's iterator | xuri | 2022-01-19 |
* | Breaking change: remove `TotalRows` of row iterator and performance optimization | xuri | 2022-01-17 |
* | Fix adjustMergeCells not modifies cell rect (#1118) | Dokiy | 2022-01-14 |
* | 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 |
* | This closes #1096, memory usage optimization and another 4 changes | xuri | 2021-12-27 |
* | Update docs for SetSheetStyle, and added 2 formula functions | xuri | 2021-12-04 |
* | Support get current row/col and total rows/cols in the stream reader (#1054) | li | 2021-11-05 |
* | 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 |
* | 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 |