summaryrefslogtreecommitdiff
path: root/col_test.go
Commit message (Expand)AuthorAge
* This is a breaking change, remove partial internal error log print, throw XML...xuri2022-11-12
* This closes #1377, stream writer writes inline string type for string cell valuexuri2022-10-25
* Using the specialized name in a variable and making comments clearxuri2022-09-18
* This closes #1293, add new function `GetColStyle`xuri2022-09-07
* This closes #1323, an error will be returned when set the not exist style IDxuri2022-09-01
* This is a breaking change closes #1332 (#1333)Kostya Privezentsev2022-08-31
* This closes #1330 update non existing sheet error messages (#1331)davidborry2022-08-28
* This closes #1129, make cell support inheritance columns/rows stylexuri2022-01-27
* ref #1054, breaking change for the column and row's iteratorxuri2022-01-19
* Export 7 errors so users can act differently on different type of errorsxuri2021-12-07
* Simplify code and update unit testxuri2021-12-03
* This closes #1057, merge column styles to reduce spreadsheet sizexuri2021-11-14
* Support get current row/col and total rows/cols in the stream reader (#1054)li2021-11-05
* This closes #833, closes #845, and closes #1022, breaking changesxuri2021-09-19
* change go module import path to github.com/xuri/excelizexuri2021-07-28
* Fix missing set each cell's styles when set columns stylexuri2021-07-08
* - Support concurrency iterate rows and columnsxuri2021-07-05
* This closes #652, new SetColWidth API, support set column width in stream wri...xuri2021-05-10
* fix incorrect default column from GetColWidthxuri2021-03-05
* lint issue fixed and new formula function: ATAN, AVERAGE, AVERAGEA, CONCAT, C...xuri2021-02-15
* handle end element event in the worksheet row/column iterator XML SAX parserxuri2021-02-05
* Fix #706, #713 improve AddPicture performance, fix missing worksheet when ren...xuri2020-10-18
* add checking and limits for the worksheetxuri2020-09-18
* Update docs and typo fixedxuri2020-06-22
* make columns iterator read cell streamingly and add max column limit on Colum...xuri2020-06-22
* Implement columns iteratorJérôme Pogeant2020-06-17
* - Resolve #485 use sheet index instead of IDxuri2020-04-23
* Resolve #570, flat columns for the column's operationxuri2020-02-07
* SetColVisible() can parse a column range + typos.Jacques Boscq2020-01-21
* optimization: checking error in unit testsxuri2019-12-24
* Resolve #507, add the new function `DeleteDefinedName`xuri2019-10-26
* Compatibility improvementxuri2019-09-24
* Resolve #397, support set style by columnsxuri2019-05-16