| Commit message (Expand) | Author | Age |
* | 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 |
* | Go 1.16 and later required, migration of deprecation package `ioutil` | xuri | 2022-10-13 |
* | This closes #1047, stream writer support set panes (#1123) | Harrison | 2022-10-11 |
* | Support to set summary columns to appear to the right of detail in an outline | xuri | 2022-10-08 |
* | This closes #1365, normalize the sheet name (#1366) | Joseph Watson | 2022-10-07 |
* | This closes #1358, made a refactor with breaking changes, see details: | xuri | 2022-09-29 |
* | 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 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 |
* | This closes #1298, fix doc properties missing after creating new worksheet | xuri | 2022-08-03 |
* | 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 |
* | adjust `ErrColumnNumber`, rename `TotalColumns` to `MaxColumns` and add new c... | MJacred | 2022-07-14 |
* | This closes #1269, made the `NewStreamWriter` function case insensitive to wo... | Eagle Xiang | 2022-07-06 |
* | This closes #1257, fix incorrect worksheet header footer fields order | xuri | 2022-06-21 |
* | refactor: replace strings.Replace with strings.ReplaceAll (#1250) | Eng Zer Jun | 2022-06-12 |
* | Improves the calculation engine, docs update, and adds the dependabot | xuri | 2022-05-26 |
* | This fix formula calculation accuracy issue and panic when set pane | xuri | 2022-05-23 |
* | This closes #1225, allowing insert EMF format images | xuri | 2022-05-13 |
* | Format code, update documentation and remove exported variable `XMLHeaderByte` | xuri | 2022-03-24 |
* | This closes #1162, improve the compatibility with alternate content | xuri | 2022-03-05 |
* | 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 |
* | Breaking change for data validation and fixed #1117 | xuri | 2022-01-12 |
* | Typo fix, rename exported constants, dependencies modules and copyright update | xuri | 2022-01-09 |
* | feat: implement SHA-512 algorithm to ProtectSheet (#1115) | Jonham.Chen | 2022-01-08 |
* | This closes #1096, memory usage optimization and another 4 changes | xuri | 2021-12-27 |
* | Simplify code and update unit test | xuri | 2021-12-03 |
* | refactor DeleteSheet for better readability (#1078) | Michael Wiesenbauer | 2021-12-02 |
* | Fix sheet deletion fail in some case | xuri | 2021-11-18 |
* | ref #65: new formula function PRICE | xuri | 2021-11-17 |
* | This closes #1061, support multi-byte language on set header footer | xuri | 2021-11-16 |
* | This closes #1057, merge column styles to reduce spreadsheet size | xuri | 2021-11-14 |
* | return immediately when matched for efficiency (#1049) | Sean Liang | 2021-11-03 |
* | This closes #833, closes #845, and closes #1022, breaking changes | xuri | 2021-09-19 |
* | This closes #998 | xuri | 2021-09-05 |
* | Improve security and simplify code | xuri | 2021-08-15 |
* | Speed up merge cells | three | 2021-08-13 |
* | This closes #971, closes #972 and closes #974 | xuri | 2021-07-29 |
* | Improvement compatibility with invalid first-page number attribute in the pag... | xuri | 2021-07-21 |
* | This closes #879, fix delete defined name failed in some case | xuri | 2021-07-15 |
* | This closes #873, make the sheet names are not case sensitive for `NewSheet`,... | xuri | 2021-07-10 |
* | Make the functions `SetSheetRow`, `New Style` and `SetCellStyle` concurrency ... | xuri | 2021-07-07 |
* | Support concurrency add picture | xuri | 2021-07-06 |
* | - Support concurrency iterate rows and columns | xuri | 2021-07-05 |
* | This closes #861, support concurrency get cell picture and remove unused inte... | xuri | 2021-07-04 |