summaryrefslogtreecommitdiff
path: root/sheet.go
Commit message (Expand)AuthorAge
* 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
* fix: LocalSheetID in DefinedName should be equal to SheetIndex instead of She...vettich2021-07-03
* This closes #652, new SetColWidth API, support set column width in stream wri...xuri2021-05-10
* compatibility with non-standard page setup attributesxuri2021-05-07
* This closes #834, fix invalid file path and duplicate namespace when re-creat...xuri2021-05-06
* Go 1.15 and later required, #65 fn: IMABS, IMCOS, IMCOSH, IMCOT, IMCSC, IMCSC...xuri2021-04-04
* #65 fn: N, PERCENTILE.INC and Txuri2021-03-30
* updated SetDefinedName's localSheetId attr to use sheetIndexDavid2021-03-21
* This improves compatibility for absolute XML path, Windows-style directory se...xuri2021-02-27
* check empty rich text run properties; new formula fn: LEFT, LEFTB, RIGHT, RIGHTBxuri2021-02-23
* lint issue fixed and new formula function: ATAN, AVERAGE, AVERAGEA, CONCAT, C...xuri2021-02-15
* This improves compatibility for worksheet relative XML path and multi rules a...xuri2021-02-11