| Commit message (Expand) | Author | Age |
* | handle the cell without r attribute in a row element | xuri | 2020-04-24 |
* | - Resolve #485 use sheet index instead of ID | xuri | 2020-04-23 |
* | - Resolve #611, fix failure BenchmarkSetCellValue | xuri | 2020-04-10 |
* | Resolve #598, filter support for AddPivotTable | xuri | 2020-04-09 |
* | Fix for issue #608 (#609) | echarlus | 2020-04-09 |
* | Replace bytes.NewReader(stringToBytes(s)) with strings.NewReader(s) (#610) | Olivier Mengué | 2020-04-09 |
* | Resolve #172, init rich text support | xuri | 2020-04-06 |
* | Performance improvements | xuri | 2020-04-05 |
* | fix reading wrong string from xml such as below | foxmeder | 2020-04-02 |
* | Add unit test case | xuri | 2020-04-01 |
* | Resolve #345, fix missing comments by GetComments | xuri | 2020-03-31 |
* | remove ineffectual variable assignments and simplify code | xuri | 2020-03-29 |
* | Resolve #451, support create chart sheet | xuri | 2020-03-28 |
* | #451, init struct for chart sheet | xuri | 2020-03-25 |
* | Resolve #200, ignore empty conditional format style | xuri | 2020-03-16 |
* | Resolve #348, support delete Data Validation | xuri | 2020-03-13 |
* | 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 |
* | Merge pull request #592 from hexbioc/master | xuri | 2020-03-04 |
|\ |
|
| * | Export ExcelDateToTime function to convert excel date to time | Vaibhav Nayak | 2020-03-03 |
|/ |
|
* | Resolve #571, init remove conditional format support | xuri | 2020-03-03 |
* | Resolve #492, init support for insert and remove page break | xuri | 2020-03-01 |
* | Merge pull request #589 from xxb-at-julichina/master | xuri | 2020-02-29 |
|\ |
|
| * | Update rows.go | xxb-at-julichina | 2020-02-28 |
|/ |
|
* | AddPivotTable API changed: new structure PivotTableField to hold pivot table ... | xuri | 2020-02-26 |
* | Fix #586, duplicate row with merged cells | xuri | 2020-02-25 |
* | Resolve #582, support to set date field subtotal and names for pivot table | xuri | 2020-02-21 |
* | Resolve #580, revert commit https://github.com/360EntSecGroup-Skylar/excelize... | xuri | 2020-02-19 |
* | Fix #578, escape character in the formula | xuri | 2020-02-15 |
* | Fix #576, serialize by fields order on stream flush | xuri | 2020-02-13 |
* | Resolve #570, flat columns for the column's operation | xuri | 2020-02-07 |
* | Merge pull request #565 from Amodio/master | xuri | 2020-01-23 |
|\ |
|
| * | SetColVisible() can parse a column range + typos. | Jacques Boscq | 2020-01-21 |
|/ |
|
* | Resolve #455, init delete picture from spreadsheet support | xuri | 2020-01-22 |
* | Make DeleteChart delete multiple charts located on the same cell | xuri | 2020-01-21 |
* | Resolve #557, init delete chart support | xuri | 2020-01-19 |
* | Specified combo chart as variadic parameters | xuri | 2020-01-16 |
* | Fix #554, init combo chart support, new chart pie of pie, bar of pie chart su... | xuri | 2020-01-14 |
* | optimize code and comments: use println errors instead of panic | xuri | 2020-01-03 |
* | Fix #551, handle empty rows in streaming reading | xuri | 2019-12-31 |
* | Improve code coverage unit tests | xuri | 2019-12-29 |
* | Stream to Excel table (#530) | Cameron Howey | 2019-12-29 |
* | Fix #547 and #546, add default overlay element for the chart | xuri | 2019-12-28 |
* | Fix #538, added setting a major unit and tick label skip support for the chart | xuri | 2019-12-25 |
* | optimization: checking error in unit tests | xuri | 2019-12-24 |
* | Improve compatibility, fix workbook's rels ID calc error | xuri | 2019-12-23 |
* | Improve code coverage unit tests | xuri | 2019-12-22 |
* | 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 |