summaryrefslogtreecommitdiff
path: root/sheet.go
Commit message (Expand)AuthorAge
* Remove internal error log print, throw XML deserialize errorxuri2022-11-13
* This is a breaking change, remove partial internal error log print, throw XML...xuri2022-11-12
* This closes #1383, skip empty rows when saving the spreadsheet to reduce file...xuri2022-11-03
* Fix the error on getting the range of merged cells on the worksheet which con...xuri2022-10-28
* Go 1.16 and later required, migration of deprecation package `ioutil`xuri2022-10-13
* This closes #1047, stream writer support set panes (#1123)Harrison2022-10-11
* Support to set summary columns to appear to the right of detail in an outlinexuri2022-10-08
* This closes #1365, normalize the sheet name (#1366)Joseph Watson2022-10-07
* This closes #1358, made a refactor with breaking changes, see details:xuri2022-09-29
* This closes #1360, closes #1361xuri2022-09-28
* Using the specialized name in a variable and making comments clearxuri2022-09-18
* This closes #1244 and closes #1314, improving the compatibility with Google S...xuri2022-08-13
* This closes #1296, add new function `GetRowOpts` for stream reader (#1297)Thomas Charbonnel2022-08-11
* This closes #1298, fix doc properties missing after creating new worksheetxuri2022-08-03
* Fix potential file corrupted and change worksheet name case-insensitivexuri2022-07-18
* Fix potential file corrupted when changing cell value or the col/rowxuri2022-07-16
* adjust `ErrColumnNumber`, rename `TotalColumns` to `MaxColumns` and add new c...MJacred2022-07-14
* This closes #1269, made the `NewStreamWriter` function case insensitive to wo...Eagle Xiang2022-07-06
* This closes #1257, fix incorrect worksheet header footer fields orderxuri2022-06-21
* refactor: replace strings.Replace with strings.ReplaceAll (#1250)Eng Zer Jun2022-06-12
* Improves the calculation engine, docs update, and adds the dependabotxuri2022-05-26
* This fix formula calculation accuracy issue and panic when set panexuri2022-05-23
* This closes #1225, allowing insert EMF format imagesxuri2022-05-13
* Format code, update documentation and remove exported variable `XMLHeaderByte`xuri2022-03-24
* This closes #1162, improve the compatibility with alternate contentxuri2022-03-05
* This closes #1148, resolve limitations when adding VBA project to the workbookxuri2022-02-17
* Fix file corrupted in some cases, check file extension and format codexuri2022-01-23
* Breaking change for data validation and fixed #1117xuri2022-01-12
* Typo fix, rename exported constants, dependencies modules and copyright updatexuri2022-01-09
* feat: implement SHA-512 algorithm to ProtectSheet (#1115)Jonham.Chen2022-01-08
* This closes #1096, memory usage optimization and another 4 changesxuri2021-12-27
* Simplify code and update unit testxuri2021-12-03
* refactor DeleteSheet for better readability (#1078)Michael Wiesenbauer2021-12-02
* Fix sheet deletion fail in some casexuri2021-11-18
* ref #65: new formula function PRICExuri2021-11-17
* This closes #1061, support multi-byte language on set header footerxuri2021-11-16
* This closes #1057, merge column styles to reduce spreadsheet sizexuri2021-11-14
* return immediately when matched for efficiency (#1049)Sean Liang2021-11-03
* This closes #833, closes #845, and closes #1022, breaking changesxuri2021-09-19
* This closes #998xuri2021-09-05
* Improve security and simplify codexuri2021-08-15
* Speed up merge cellsthree2021-08-13
* This closes #971, closes #972 and closes #974xuri2021-07-29
* Improvement compatibility with invalid first-page number attribute in the pag...xuri2021-07-21
* This closes #879, fix delete defined name failed in some casexuri2021-07-15
* This closes #873, make the sheet names are not case sensitive for `NewSheet`,...xuri2021-07-10
* Make the functions `SetSheetRow`, `New Style` and `SetCellStyle` concurrency ...xuri2021-07-07
* Support concurrency add picturexuri2021-07-06
* - Support concurrency iterate rows and columnsxuri2021-07-05
* This closes #861, support concurrency get cell picture and remove unused inte...xuri2021-07-04