summaryrefslogtreecommitdiff
path: root/excelize.go
Commit message (Expand)AuthorAge
* init ECMA-376 agile encryption supportxuri2020-09-06
* support ECMA-376 document standard encryption, ref #199xuri2020-09-02
* Resolve #199, init password protection spreadsheet supportxuri2020-09-01
* using Mutex lock and update benchmarkxuri2020-08-16
* Compatible with Go 1.15, fix unit test failed on Windows and fixed #689 poten...xuri2020-08-15
* support parse and generate XML element namespace dynamic, fix #651xuri2020-07-18
* support case-sensitive doc parts to improve compatibilityxuri2020-07-09
* support the row element without r attribute in the worksheetxuri2020-06-27
* speedup get cell value from shared string tablexuri2020-05-27
* - 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
* - Resolve #485 use sheet index instead of IDxuri2020-04-23
* Performance improvementsxuri2020-04-05
* remove ineffectual variable assignments and simplify codexuri2020-03-29
* Resolve #451, support create chart sheetxuri2020-03-28
* Resolve #470, export Style structs to allow create the style for cells by giv...xuri2020-03-10
* Remove calculated properties to make recalculate formulas in some spreadsheet...xuri2020-03-09
* Resolve #580, revert commit https://github.com/360EntSecGroup-Skylar/excelize...xuri2020-02-19
* Fix #551, handle empty rows in streaming readingxuri2019-12-31
* Improve code coverage unit testsxuri2019-12-29
* optimization: checking error in unit testsxuri2019-12-24
* Improve compatibility, fix workbook's rels ID calc errorxuri2019-12-23
* Update comments for the xmlNewDecoder (#542)match-meng2019-12-20
* Resolve #539 Merge branch 'v2'xuri2019-12-20
|\
| * Fix #539 Fixed error opening excel file created in encoding d… (#540)Alex Geer2019-12-20
* | Update XML namespacexuri2019-11-30
* | Resolve #521, fix missing elements when parsingxuri2019-11-28
* | Reduce allocations when writingHarris2019-11-05
|/
* Combine functions:xuri2019-09-16
* Documentation updated, Go 1.10+ requiredxuri2019-08-11
* New feature: sparkline supportedxuri2019-08-04
* Resolve #217, new function add VBA project supported.xuri2019-07-21
* Add TIF, TIFF format images and more detailed error information when open th...xuri2019-06-27
* Resolve #393, upgrade Go module to v2xuri2019-05-02
* godoc update and typo fixedxuri2019-04-20
* add unit tests to functionsxuri2019-04-16
* Resolve #369,#370xuri2019-04-15
* refactor: handler error instead of panic,xuri2019-03-23
* Huge refactorig for consistent col/row numbering (#356)Veniamin Albaev2019-03-20
* 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
* New feature: File.DuplicateRowTo() duplicate row to specified row position.Veniamin Albaev2019-01-10
* Resolve #318, add new functions andzhangleijlu2019-01-06
* README updatedxuri2019-01-01
* New feature: the function `SearchSheet` now support regular expression, rela...xuri2018-12-26
* Duplicate row (#317)Veniamin Albaev2018-12-26
* Merge pull request #313 from sairoutine/feature/get_merge_cellsxuri2018-12-19
|\
| * Add GetMergeCellssairoutine2018-12-19