summaryrefslogtreecommitdiff
path: root/file.go
Commit message (Expand)AuthorAge
* Export 7 errors so users can act differently on different type of errorsxuri2021-12-07
* This closes #1075, reload temporary files into memory on savexuri2021-12-01
* This closes #833, closes #845, and closes #1022, breaking changesxuri2021-09-19
* Improve security and simplify codexuri2021-08-15
* This closes #872, support re-save the new spreadsheet after `SaveAs`xuri2021-07-09
* - Support concurrency iterate rows and columnsxuri2021-07-05
* This closes #861, support concurrency get cell picture and remove unused inte...xuri2021-07-04
* feat: stream write to zip directly (#863)Zitao2021-06-22
* This closes #652, new SetColWidth API, support set column width in stream wri...xuri2021-05-10
* Go 1.15 and later required, #65 fn: IMABS, IMCOS, IMCOSH, IMCOT, IMCSC, IMCSC...xuri2021-04-04
* Fixed #813, streaming data writer result missing after call normal APIxuri2021-04-03
* #65 fn: N, PERCENTILE.INC and Txuri2021-03-30
* lint issue fixed and new formula function: ATAN, AVERAGE, AVERAGEA, CONCAT, C...xuri2021-02-15
* Fix #724, standardize variable naming and update unit testsxuri2020-11-11
* Optimize memory usage when stream flush and save (#659)Lijingfeng2020-10-05
* extend cell value load to support custom datetime format (#703)Artem Kustikov2020-10-04
* Update dependency package version and docs for the OpenFilexuri2020-09-22
* add checking and limits for the worksheetxuri2020-09-18
* init ECMA-376 agile encryption supportxuri2020-09-06
* Update docs and typo fixedxuri2020-06-22
* add limits for total columns, row and filename lengthxuri2020-05-29
* Resolve #172, init rich text supportxuri2020-04-06
* Improve code coverage unit testsxuri2019-12-29
* Fix #539 Fixed error opening excel file created in encoding d… (#540)Alex Geer2019-12-20
* Combine functions:xuri2019-09-16
* Documentation updated, Go 1.10+ requiredxuri2019-08-11
* Fix potential memory leakzaddok2019-08-09
* Resolve #369,#370xuri2019-04-15
* Resolve #106, #294 performance optimization for add hyperlinkxuri2019-02-26
* Resolve #274, performance optimization for add images, charts and shapesxuri2019-02-25
* Resolve #235, performance optimization for add comments (#347)BluesJhao2019-02-25
* resolve the issue corrupted xlsx after deleting formula of cell, reference #346xuri2019-02-22
* README updatedxuri2019-01-01
* feat: add new function and refactor writeto actionlizheao2018-10-12
* Comments style changed.xuri2018-09-14
* Comments style changed.xuri2018-09-14
* Comments style changed.xuri2018-09-14
* Fix golint errors under confidence 0.1xuri2018-09-12
* Fixes #256 and format document.xuri2018-08-06
* - Initialize theme support;xuri2018-07-07
* Extract WriteTo method (see io.WriterTo) to expose bytes writtenOlivier Mengué2018-06-14
* - Initialize shared formula types support, relate issue #227;xuri2018-05-26
* save bytes on memory instead of stringLunny Xiao2018-05-07
* - API changed, use worksheet name instead of "sheet" + index, related issue #...Ri Xu2017-09-13
* API changed, use `NewFile()` instead of `CreateFile()` and use `SaveAs()` ins...Ri Xu2017-06-28
* - Function `formattedValue()` performance improvement by avoid repeating dese...Ri Xu2017-06-26
* - Initialize char support, relate issue #31;Ri Xu2017-04-23
* - Fix SheetCount count error;Ri Xu2017-04-01
* Performance improvementRi Xu2017-03-12
* Standardize input and outputJosh Fyne2017-02-16