summaryrefslogtreecommitdiff
path: root/col.go
Commit message (Expand)AuthorAge
* 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
* Simplify testing code, add test case for outline functions and update the godoc.xuri2018-05-11
* Added functions to set and get outline level for columns and rows.Ilya Kuznetsov2018-05-07
* - Bugfix: use sheet name in func `AddPicture`, relate issue #142;Ri Xu2017-10-31
* Bugfix: use sheet name in func `AddChat`, relate issue #138Ri Xu2017-10-20
* Performance optimization, use the array index instead of the value in range.Ri Xu2017-10-16
* - API changed, use worksheet name instead of "sheet" + index, related issue #...Ri Xu2017-09-13
* - Fix `completeCol()` make extra rows, relate issue #87;Ri Xu2017-07-27
* - Init insert/remove column/row support. Relate issue #77 and #82;Ri Xu2017-07-24
* - Unify the index row number index of functions `SetRowHeight()` and `GetRowH...Ri Xu2017-06-29
* Function `GetColWidth()` and `GetRowHeight()` has been exported, relate issue...Ri Xu2017-06-28
* API changed, use `NewFile()` instead of `CreateFile()` and use `SaveAs()` ins...Ri Xu2017-06-28
* - Make function `TitleToNumber()` exportable, note that function `ToAlphaStri...Ri Xu2017-06-27
* - New functions `GetColVisible()` and `SetColVisible()` added, relate issue #61;Ri Xu2017-06-15
* Performance improvementRi Xu2017-03-12
* Support set work sheet background image.Ri Xu2017-01-24
* Support add picture with offset and scaling.Ri Xu2017-01-22
* Format commants, break comments after 80 characters.Ri Xu2017-01-18
* - New function `SetSheetName` and `SetColWidth` added, support rename sheet a...Ri Xu2017-01-18