Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | This is a breaking change, remove partial internal error log print, throw ↵ | xuri | 2022-11-12 |
| | | | | | | | XML deserialize error - Add error return value for the `GetComments`, `GetDefaultFont` and `SetDefaultFont` functions - Update unit tests | ||
* | This closes #1377, stream writer writes inline string type for string cell value | xuri | 2022-10-25 |
| | | | | - Add `CellTypeFormula`, `CellTypeInlineString`, `CellTypeSharedString` and remove `CellTypeString` in `CellType` enumeration - Unit tests updated | ||
* | Using the specialized name in a variable and making comments clear | xuri | 2022-09-18 |
| | | | | - Add JSON tags for `AppProperties`, `PivotTableOption` and `PivotTableField` structure | ||
* | This closes #1293, add new function `GetColStyle` | xuri | 2022-09-07 |
| | | | | | | - Fix generate workbook corruption after insert cols/rows in some case - Update unit tests - Update dependencies module | ||
* | This closes #1323, an error will be returned when set the not exist style ID | xuri | 2022-09-01 |
| | |||
* | This is a breaking change closes #1332 (#1333) | Kostya Privezentsev | 2022-08-31 |
| | | | This use `InsertRows` instead of `InsertRow`, and using `InsertCols` instead of `InsertCol` | ||
* | This closes #1330 update non existing sheet error messages (#1331) | davidborry | 2022-08-28 |
| | |||
* | This closes #1129, make cell support inheritance columns/rows style | xuri | 2022-01-27 |
| | | | | | | Correct cells style in merge range Fix incorrect style ID returned on getting cell style in some cases Unit test updated and simplified code | ||
* | ref #1054, breaking change for the column and row's iterator | xuri | 2022-01-19 |
| | | | | This removed 3 exported functions: `TotalCols`, `CurrentCol` and `CurrentRow` | ||
* | Export 7 errors so users can act differently on different type of errors | xuri | 2021-12-07 |
| | |||
* | Simplify code and update unit test | xuri | 2021-12-03 |
| | | | | | Improve unit test coverage for the functions: `NewStyle`, `SetActiveSheet`, `SearchSheet` and `deleteAndAdjustDefinedNames` Simplify code and add comments for the function: `deleteAndAdjustDefinedNames` | ||
* | This closes #1057, merge column styles to reduce spreadsheet size | xuri | 2021-11-14 |
| | |||
* | Support get current row/col and total rows/cols in the stream reader (#1054) | li | 2021-11-05 |
| | |||
* | This closes #833, closes #845, and closes #1022, breaking changes | xuri | 2021-09-19 |
| | | | | | | - Close spreadsheet and row's iterator required - New options `WorksheetUnzipMemLimit` have been added - Improve streaming reading performance, memory usage decrease about 93.7% | ||
* | change go module import path to github.com/xuri/excelize | xuri | 2021-07-28 |
| | |||
* | Fix missing set each cell's styles when set columns style | xuri | 2021-07-08 |
| | |||
* | - Support concurrency iterate rows and columns | xuri | 2021-07-05 |
| | | | | | - Rename exported field `File.XLSX` to `File.Pkg` - Exported error message | ||
* | This closes #652, new SetColWidth API, support set column width in stream ↵ | xuri | 2021-05-10 |
| | | | | writing mode, and export error message | ||
* | fix incorrect default column from GetColWidth | xuri | 2021-03-05 |
| | |||
* | lint issue fixed and new formula function: ATAN, AVERAGE, AVERAGEA, CONCAT, ↵ | xuri | 2021-02-15 |
| | | | | CONCATENATE, COUNT, COUNTBLANK, MAX | ||
* | handle end element event in the worksheet row/column iterator XML SAX parser | xuri | 2021-02-05 |
| | |||
* | Fix #706, #713 improve AddPicture performance, fix missing worksheet when ↵ | xuri | 2020-10-18 |
| | | | | rename with same names | ||
* | add checking and limits for the worksheet | xuri | 2020-09-18 |
| | |||
* | Update docs and typo fixed | xuri | 2020-06-22 |
| | |||
* | make columns iterator read cell streamingly and add max column limit on ↵ | xuri | 2020-06-22 |
| | | | | ColumnNumberToName | ||
* | Implement columns iterator | Jérôme Pogeant | 2020-06-17 |
| | |||
* | - Resolve #485 use sheet index instead of ID | xuri | 2020-04-23 |
| | | | | - added 3 internal function: getSheetID, getActiveSheetID, getSheetNameByID | ||
* | Resolve #570, flat columns for the column's operation | xuri | 2020-02-07 |
| | |||
* | SetColVisible() can parse a column range + typos. | Jacques Boscq | 2020-01-21 |
| | |||
* | optimization: checking error in unit tests | xuri | 2019-12-24 |
| | |||
* | Resolve #507, add the new function `DeleteDefinedName` | xuri | 2019-10-26 |
| | |||
* | Compatibility improvement | xuri | 2019-09-24 |
| | |||
* | Resolve #397, support set style by columns | xuri | 2019-05-16 |