summaryrefslogtreecommitdiff
path: root/excelize.go
Commit message (Expand)AuthorAge
* 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
* | Add new logo for excelizexuri2018-12-05
* | 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
* - Initialize theme support;xuri2018-07-07
* - Add error return value for functions: `AddChart()`, `AddComment()`, `AddPic...xuri2018-05-27
* - Bugfix: set font family not works, relate issue #222;xuri2018-05-08
* save bytes on memory instead of stringLunny Xiao2018-05-07
* - Function `SetCellValue()` time.Duration support added, relate issue #176;Ri Xu2018-01-05
* Bugfix: corrupted xlsx after write operation, relate issue #152.Ri Xu2017-11-16
* Merge pull request #141 from WingGao/wingxuri2017-11-03
|\
| * fix OpenReader no sheet errorWing Gao2017-10-27
* | - Bugfix: use sheet name in func `AddPicture`, relate issue #142;Ri Xu2017-10-31
|/
* Bugfix: read sheet name error, relate issue #137Ri Xu2017-10-18
* Performance optimization, use the array index instead of the value in range.Ri Xu2017-10-16
* Improve code readability.Ri Xu2017-09-30
* - API changed, use worksheet name instead of "sheet" + index, related issue #...Ri Xu2017-09-13
* - Init insert/remove column/row support. Relate issue #77 and #82;Ri Xu2017-07-24
* Bugfix: unable to read the value of the merged cell, relate issue #78Ri Xu2017-07-05
* - New function `NewStyle()` added and function `SetCellStyle()` has been expo...Ri Xu2017-06-29
* Function `GetCellValue()` performance improvement by avoid repeating deserial...Ri Xu2017-06-29
* - Make function `TitleToNumber()` exportable, note that function `ToAlphaStri...Ri Xu2017-06-27
* - Function `formattedValue()` performance improvement by avoid repeating dese...Ri Xu2017-06-26
* - Handle pre-defined number format set of cell when set cell value with `time...Ri Xu2017-06-23
* - Fixed coordinate parse error in function `SetCellStyle()`, relate issue #60;Ri Xu2017-06-12
* Priority cell style, when the cell and the column at the same time with the s...Ri Xu2017-05-30
* Set cell support column style predefined detection, relate issue #54.Ri Xu2017-05-26
* Code optimize.Ri Xu2017-05-24
* - Formatted cell data support, fix issue #48;Ri Xu2017-05-05
* - Fix SheetCount count error;Ri Xu2017-04-01
* Performance enhancements, remove redundant XML element checking logic. Relate...Ri Xu2017-03-31
* Leading space(s) character in cell value detection added. Related issue #32.Ri Xu2017-03-28
* Performance improvementRi Xu2017-03-12
* - Complete the element `sheetFormatPr` struct definition;Ri Xu2017-03-10
* - New feature: border setting support (Related issue #21);Ri Xu2017-03-06