summaryrefslogtreecommitdiff
path: root/stream.go
Commit message (Expand)AuthorAge
* Typo fix, rename exported constants, dependencies modules and copyright updatexuri2022-01-09
* 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
* This closes #1096, memory usage optimization and another 4 changesxuri2021-12-27
* Now support set row style in the stream writerxuri2021-09-29
* Improve security and simplify codexuri2021-08-15
* 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 #855, fix missing formula cell when getting rows valuexuri2021-06-05
* 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
* 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
* #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
* fix custom row height check issuexuri2021-02-08
* Optimize memory usage when stream flush and save (#659)Lijingfeng2020-10-05
* update stream writer fields offsetxuri2020-08-15
* This closes #677 and closes #679, fix panic when enabling compiler inline flagsxuri2020-08-06
* support parse and generate XML element namespace dynamic, fix #651xuri2020-07-18
* update docs and improve compatibilityxuri2020-07-11
* Update docs and typo fixedxuri2020-06-22
* - Resolve #485 use sheet index instead of IDxuri2020-04-23
* Performance improvementsxuri2020-04-05
* Resolve #580, revert commit https://github.com/360EntSecGroup-Skylar/excelize...xuri2020-02-19
* Fix #576, serialize by fields order on stream flushxuri2020-02-13
* Fix #551, handle empty rows in streaming readingxuri2019-12-31
* Improve code coverage unit testsxuri2019-12-29
* Stream to Excel table (#530)Cameron Howey2019-12-29
* optimization: checking error in unit testsxuri2019-12-24
* Fix #426, handle empty workbook viewxuri2019-12-16
* Fix #523, add stream writer for generate new worksheet with huge amounts of dataxuri2019-12-10