summaryrefslogtreecommitdiff
path: root/rows_test.go
Commit message (Expand)AuthorAge
* Remove internal error log print, throw XML deserialize errorxuri2022-11-13
* 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
* Support get cell value which contains a date in the ISO 8601 formatxuri2022-10-24
* This close #1373, fixes the incorrect build-in number format apply the resultxuri2022-10-20
* This closes #1358, made a refactor with breaking changes, see details:xuri2022-09-29
* This closes #1360, closes #1361xuri2022-09-28
* Using the specialized name in a variable and making comments clearxuri2022-09-18
* 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 #1312, #1313, fix number format issuexuri2022-08-12
* This closes #1296, add new function `GetRowOpts` for stream reader (#1297)Thomas Charbonnel2022-08-11
* Fix potential file corrupted when changing cell value or the col/rowxuri2022-07-16
* This closes #1219, fixes cell value reading issue, improves performance, and ...xuri2022-05-02
* This closes #1217, support update cell hyperlinkxuri2022-05-01
* ref #65, new formula functions and read boolean data type cell value supportxuri2022-03-08
* This closes #1162, improve the compatibility with alternate contentxuri2022-03-05
* This closes #1129, make cell support inheritance columns/rows stylexuri2022-01-27
* Fix file corrupted in some cases, check file extension and format codexuri2022-01-23
* ref #1054, breaking change for the column and row's iteratorxuri2022-01-19
* Breaking change: remove `TotalRows` of row iterator and performance optimizationxuri2022-01-17
* Fix adjustMergeCells not modifies cell rect (#1118)Dokiy2022-01-14
* Typo fix, rename exported constants, dependencies modules and copyright updatexuri2022-01-09
* This closes #1096, memory usage optimization and another 4 changesxuri2021-12-27
* Export 7 errors so users can act differently on different type of errorsxuri2021-12-07
* Support get current row/col and total rows/cols in the stream reader (#1054)li2021-11-05
* This closes #1031, fix small float parsed error in some casexuri2021-10-15
* This closes #833, closes #845, and closes #1022, breaking changesxuri2021-09-19
* This closes #998xuri2021-09-05
* This closes #989, closes #990xuri2021-08-17
* change go module import path to github.com/xuri/excelizexuri2021-07-28
* This closes #848 and closes #852, fix reading decimals precisionxuri2021-07-12
* - Support concurrency iterate rows and columnsxuri2021-07-05
* This closes #855, fix missing formula cell when getting rows valuexuri2021-06-05
* This closes #652, new SetColWidth API, support set column width in stream wri...xuri2021-05-10
* fix custom row height check issuexuri2021-02-08
* handle end element event in the worksheet row/column iterator XML SAX parserxuri2021-02-05
* new formula fn: IF, LEN; not equal operator support and faster numeric precis...xuri2021-01-27
* This closes #752, fix incorrectly merged cells on duplicate row, and new form...xuri2020-12-22
* Fix #724, standardize variable naming and update unit testsxuri2020-11-11
* - Resolve #711, update docs for the GetSheetIndexxuri2020-10-12
* extend cell value load to support custom datetime format (#703)Artem Kustikov2020-10-04
* add checking and limits for the worksheetxuri2020-09-18
* Default row height compatibility with Apache OpenOffice and Kingsoft WPS, uni...xuri2020-08-22
* update docs and improve compatibilityxuri2020-07-11
* handle the cell without r attribute in a row elementxuri2020-04-24
* - Resolve #485 use sheet index instead of IDxuri2020-04-23
* AddPivotTable API changed: new structure PivotTableField to hold pivot table ...xuri2020-02-26
* Fix #586, duplicate row with merged cellsxuri2020-02-25