summaryrefslogtreecommitdiff
path: root/stream_test.go
Commit message (Expand)AuthorAge
* excelize -> anyxcelizegetRowInterfaceGeorge Abbott2023-06-15
* This made stream writer support set the insert page break (#1393)renxiaotu2022-11-16
* This closes #1391, escape XML characters to avoid with corrupt filexuri2022-11-15
* 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 #1379, cleanup stream writer temporary files by the `Close` functionxuri2022-10-26
* Support get cell value which contains a date in the ISO 8601 formatxuri2022-10-24
* This close #1373, fixes the incorrect build-in number format apply the resultxuri2022-10-20
* 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
* Stream writer support to set inline rich text cell (#1121)charles.deng2022-10-10
* This closes #1358, made a refactor with breaking changes, see details:xuri2022-09-29
* This closes #1354, stream writer will apply style in `RowOpts` for each cell ...invzhi2022-09-21
* Using the specialized name in a variable and making comments clearxuri2022-09-18
* This closes #1330 update non existing sheet error messages (#1331)davidborry2022-08-28
* This closes #1299 skip write nil values in SetRow (#1301)Thomas Charbonnel2022-08-04
* adjust `ErrColumnNumber`, rename `TotalColumns` to `MaxColumns` and add new c...MJacred2022-07-14
* This update docs and tests for workbook encryptionxuri2022-05-31
* Format code, update documentation and remove exported variable `XMLHeaderByte`xuri2022-03-24
* Update create style example, using a pointer of the structure instead of JSONxuri2022-01-05
* This closes #1107, stream writer will create a time number format for time ty...xuri2021-12-31
* Export 7 errors so users can act differently on different type of errorsxuri2021-12-07
* Now support set row style in the stream writerxuri2021-09-29
* This closes #833, closes #845, and closes #1022, breaking changesxuri2021-09-19
* This closes #882, support set rows height and hidden row by stream writerxuri2021-07-25
* - Support concurrency iterate rows and columnsxuri2021-07-05
* This closes #409 Remove UTC timezone requirement from date.go (#853)Alluuu2021-06-04
* This closes #838, fix wrong worksheet XML path of the stream writer in some casexuri2021-05-14
* This closes #652, new SetColWidth API, support set column width in stream wri...xuri2021-05-10
* Fixe issue generated file corrupted caused by incorrect default XML namespace...xuri2021-04-30
* #826, support merge cell in streaming modexuri2021-04-28
* #65 fn: N, PERCENTILE.INC and Txuri2021-03-30
* #625, support setting formula for cell in streaming APIxuri2021-03-07
* 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
* Fix #724, standardize variable naming and update unit testsxuri2020-11-11
* Compatible with Go 1.15, fix unit test failed on Windows and fixed #689 poten...xuri2020-08-15
* Fix #576, serialize by fields order on stream flushxuri2020-02-13
* Improve code coverage unit testsxuri2019-12-29
* Stream to Excel table (#530)Cameron Howey2019-12-29
* Improve compatibility, fix workbook's rels ID calc errorxuri2019-12-23
* Improve code coverage unit testsxuri2019-12-22
* Fix #523, add stream writer for generate new worksheet with huge amounts of dataxuri2019-12-10