summaryrefslogtreecommitdiff
path: root/lib.go
Commit message (Expand)AuthorAge
* This closes #677 and closes #679, fix panic when enabling compiler inline flagsxuri2020-08-06
* improvement compatibility for the XML ignorable namespacexuri2020-07-20
* Update test for addTablexuri2020-07-19
* support parse and generate XML element namespace dynamic, fix #651xuri2020-07-18
* support case-sensitive doc parts to improve compatibilityxuri2020-07-09
* Update docs and typo fixedxuri2020-06-22
* make columns iterator read cell streamingly and add max column limit on Colum...xuri2020-06-22
* add limits for total columns, row and filename lengthxuri2020-05-29
* add test for ReadZipReader, close #642xuri2020-05-23
* Improved error handling and stoped the crash due to fatel error (#593) close ...sachin-puranik2020-05-23
* - transform the range to the matrix on the first arg of the formulaxuri2020-05-21
* init formula calculation engine, ref #65 and #599xuri2020-05-03
* Performance improvementsxuri2020-04-05
* Improve code coverage unit testsxuri2019-12-29
* Improve compatibility, fix workbook's rels ID calc errorxuri2019-12-23
* Pre-allocate some memory when reading files (#510)Michael2019-10-24
* Documentation updated, Go 1.10+ requiredxuri2019-08-11
* godoc update and typo fixedxuri2019-04-20
* refactor: handler error instead of panic,xuri2019-03-23
* Typo fixed and godoc updatedxuri2019-03-20
* Huge refactorig for consistent col/row numbering (#356)Veniamin Albaev2019-03-20
* Faster TitleToNumber (#343)Olivier Mengué2019-02-02
* README updatedxuri2019-01-01
* resolve #273 new feature: protect sheet supportHcySunYang2018-11-02
* resolve #276, add OfficeOpenXML-XMLSchema-Strict mode supportxuri2018-10-17
* 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
* GoDoc updated.xuri2018-07-13
* CopySheet() using reflect instead of encoding/gobOlivier Mengué2018-06-14
* - Add error return value for functions: `AddChart()`, `AddComment()`, `AddPic...xuri2018-05-27
* save bytes on memory instead of stringLunny Xiao2018-05-07
* make SetCellStyle quicker by skipping conversions in checkCellInArea, and ski...mbresson2018-01-19
* Add SetSheetViewOptions and GetSheetViewOptions (#145)Olivier Mengué2017-11-16
* Optimize code.Ri Xu2017-09-06
* Update lib.golichaofei2017-09-05
* Update lib.golichaofei2017-09-05
* Bugfix: deep copy issue with function `CopySheet()`, relate PR #108.Ri Xu2017-08-19
* - Make function `TitleToNumber()` exportable, note that function `ToAlphaStri...Ri Xu2017-06-27
* - Function `formattedValue()` performance improvement by avoid repeating dese...Ri Xu2017-06-26
* - New feature: border setting support (Related issue #21);Ri Xu2017-03-06
* Standardize input and outputJosh Fyne2017-02-16
* - Improved performance when reading large files, call Token to read tokens on...Ri Xu2017-02-12
* Support set work sheet background image.Ri Xu2017-01-24
* Fix issue #17, update README and fix typo.Ri Xu2017-01-23
* Format commants, break comments after 80 characters.Ri Xu2017-01-18
* - New function `SetSheetName` and `SetColWidth` added, support rename sheet a...Ri Xu2017-01-18
* - Performance improvement, remove `replaceRelationshipsID` and `workBookCompa...Ri Xu2016-12-31