summaryrefslogtreecommitdiff
path: root/col.go
Commit message (Expand)AuthorAge
* - 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
* Huge refactorig for consistent col/row numbering (#356)Veniamin Albaev2019-03-20
* resolve the issue corrupted xlsx after deleting formula of cell, reference #346xuri2019-02-22
* README updatedxuri2019-01-01
* Fixes #308, refactor `NewSheet()`, `DeleteSheet()`, `SetActiveSheet()` and `G...xuri2018-12-15
* Fix comments according to best practices by effective goxuri2018-12-11
* Comments style changed.xuri2018-09-14
* Comments style changed.xuri2018-09-14
* Comments style changed.xuri2018-09-14
* Fix golint errors under confidence 0.1xuri2018-09-12
* Fixes #256 and format document.xuri2018-08-06