summaryrefslogtreecommitdiff
path: root/col.go
Commit message (Expand)AuthorAge
* This closes #1244 and closes #1314, improving the compatibility with Google S...xuri2022-08-13
* Fix potential file corrupted and change worksheet name case-insensitivexuri2022-07-18
* Format code, update documentation and remove exported variable `XMLHeaderByte`xuri2022-03-24
* This closes #1148, resolve limitations when adding VBA project to the workbookxuri2022-02-17
* 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
* Typo fix, rename exported constants, dependencies modules and copyright updatexuri2022-01-09
* 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
* This closes #998xuri2021-09-05
* - This fix panic and incorrect cell read on some casexuri2021-08-22
* This closes #989, closes #990xuri2021-08-17
* Speed up merge cellsthree2021-08-13
* This closes #971, closes #972 and closes #974xuri2021-07-29
* Fix missing set each cell's styles when set columns stylexuri2021-07-08
* - Support concurrency iterate rows and columnsxuri2021-07-05
* This closes #866, support use the defined name to reference the data range in...xuri2021-06-29
* make the caller of `getRowHeight` function adapt row number change, update co...xuri2021-06-13
* This closes #652, new SetColWidth API, support set column width in stream wri...xuri2021-05-10
* Go 1.15 and later required, #65 fn: IMABS, IMCOS, IMCOSH, IMCOT, IMCSC, IMCSC...xuri2021-04-04
* #65 fn: N, PERCENTILE.INC and Txuri2021-03-30
* 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
* Fixed #732, support single line with repeated row element in the sheet dataxuri2020-11-18
* Fix #724, standardize variable naming and update unit testsxuri2020-11-11
* Fix #706, #713 improve AddPicture performance, fix missing worksheet when ren...xuri2020-10-18
* add checking and limits for the worksheetxuri2020-09-18
* Default row height compatibility with Apache OpenOffice and Kingsoft WPS, uni...xuri2020-08-22
* support parse and generate XML element namespace dynamic, fix #651xuri2020-07-18
* GetCols support the row element without r attribute in the worksheetxuri2020-06-28
* support the row element without r attribute in the worksheetxuri2020-06-27
* 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 #570, flat columns for the column's operationxuri2020-02-07
* SetColVisible() can parse a column range + typos.Jacques Boscq2020-01-21
* Improve code coverage unit testsxuri2019-12-29
* Improve compatibility for chartsxuri2019-09-26
* Compatibility improvementxuri2019-09-24
* Documentation updated, Go 1.10+ requiredxuri2019-08-11
* Resolve #397, support set style by columnsxuri2019-05-16
* godoc update and typo fixedxuri2019-04-20
* Resolve #369,#370xuri2019-04-15
* Adjust coding stylenabeyama yoshihide2019-04-04
* Fixed bug in the calculation target cell(row).nabeyama yoshihide2019-04-04
* Fixed bug in column cell to check.nabeyama yoshihide2019-04-04
* refactor: handler error instead of panic,xuri2019-03-23
* Fixed PR #356 regression RemoveCol() broken (#365)Veniamin Albaev2019-03-21
* Typo fixed and godoc updatedxuri2019-03-20