| Commit message (Expand) | Author | Age |
* | Performance improvements | xuri | 2020-04-05 |
* | remove ineffectual variable assignments and simplify code | xuri | 2020-03-29 |
* | Resolve #451, support create chart sheet | xuri | 2020-03-28 |
* | Resolve #470, export Style structs to allow create the style for cells by giv... | xuri | 2020-03-10 |
* | Remove calculated properties to make recalculate formulas in some spreadsheet... | xuri | 2020-03-09 |
* | Resolve #580, revert commit https://github.com/360EntSecGroup-Skylar/excelize... | xuri | 2020-02-19 |
* | Fix #551, handle empty rows in streaming reading | xuri | 2019-12-31 |
* | Improve code coverage unit tests | xuri | 2019-12-29 |
* | optimization: checking error in unit tests | xuri | 2019-12-24 |
* | Improve compatibility, fix workbook's rels ID calc error | xuri | 2019-12-23 |
* | Update comments for the xmlNewDecoder (#542) | match-meng | 2019-12-20 |
* | Resolve #539 Merge branch 'v2' | xuri | 2019-12-20 |
|\ |
|
| * | Fix #539 Fixed error opening excel file created in encoding d… (#540) | Alex Geer | 2019-12-20 |
* | | Update XML namespace | xuri | 2019-11-30 |
* | | Resolve #521, fix missing elements when parsing | xuri | 2019-11-28 |
* | | Reduce allocations when writing | Harris | 2019-11-05 |
|/ |
|
* | Combine functions: | xuri | 2019-09-16 |
* | Documentation updated, Go 1.10+ required | xuri | 2019-08-11 |
* | New feature: sparkline supported | xuri | 2019-08-04 |
* | Resolve #217, new function add VBA project supported. | xuri | 2019-07-21 |
* | Add TIF, TIFF format images and more detailed error information when open th... | xuri | 2019-06-27 |
* | Resolve #393, upgrade Go module to v2 | xuri | 2019-05-02 |
* | godoc update and typo fixed | xuri | 2019-04-20 |
* | add unit tests to functions | xuri | 2019-04-16 |
* | Resolve #369,#370 | xuri | 2019-04-15 |
* | refactor: handler error instead of panic, | xuri | 2019-03-23 |
* | Huge refactorig for consistent col/row numbering (#356) | Veniamin Albaev | 2019-03-20 |
* | Resolve #106, #294 performance optimization for add hyperlink | xuri | 2019-02-26 |
* | Resolve #274, performance optimization for add images, charts and shapes | xuri | 2019-02-25 |
* | Resolve #235, performance optimization for add comments (#347) | BluesJhao | 2019-02-25 |
* | resolve the issue corrupted xlsx after deleting formula of cell, reference #346 | xuri | 2019-02-22 |
* | New feature: File.DuplicateRowTo() duplicate row to specified row position. | Veniamin Albaev | 2019-01-10 |
* | Resolve #318, add new functions and | zhangleijlu | 2019-01-06 |
* | README updated | xuri | 2019-01-01 |
* | New feature: the function `SearchSheet` now support regular expression, rela... | xuri | 2018-12-26 |
* | Duplicate row (#317) | Veniamin Albaev | 2018-12-26 |
* | Merge pull request #313 from sairoutine/feature/get_merge_cells | xuri | 2018-12-19 |
|\ |
|
| * | Add GetMergeCells | sairoutine | 2018-12-19 |
* | | Add new logo for excelize | xuri | 2018-12-05 |
* | | resolve #276, add OfficeOpenXML-XMLSchema-Strict mode support | xuri | 2018-10-17 |
* | | Comments style changed. | xuri | 2018-09-14 |
* | | Comments style changed. | xuri | 2018-09-14 |
* | | Comments style changed. | xuri | 2018-09-14 |
* | | Fix golint errors under confidence 0.1 | xuri | 2018-09-12 |
|/ |
|
* | Fixes #256 and format document. | xuri | 2018-08-06 |
* | - Initialize theme support; | xuri | 2018-07-07 |
* | - Add error return value for functions: `AddChart()`, `AddComment()`, `AddPic... | xuri | 2018-05-27 |
* | - Bugfix: set font family not works, relate issue #222; | xuri | 2018-05-08 |
* | save bytes on memory instead of string | Lunny Xiao | 2018-05-07 |
* | - Function `SetCellValue()` time.Duration support added, relate issue #176; | Ri Xu | 2018-01-05 |