Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Huge refactorig for consistent col/row numbering (#356) | Veniamin Albaev | 2019-03-20 |
| | | | | | | | | | | | | | | | | | | | * Huge refactorig for consistent col/row numbering Started from simply changing ToALphaString()/TitleToNumber() logic and related fixes. But have to go deeper, do fixes, after do related fixes and again and again. Major improvements: 1. Tests made stronger again (But still be weak). 2. "Empty" returns for incorrect input replaces with panic. 3. Check for correct col/row/cell naming & addressing by default. 4. Removed huge amount of duplicated code. 5. Removed ToALphaString(), TitleToNumber() and it helpers functions at all, and replaced with SplitCellName(), JoinCellName(), ColumnNameToNumber(), ColumnNumberToName(), CellNameToCoordinates(), CoordinatesToCellName(). 6. Minor fixes for internal variable naming for code readability (ex. col, row for input params, colIdx, rowIdx for slice indexes etc). * Formatting fixes | ||
* | Resolve #106, #294 performance optimization for add hyperlink | xuri | 2019-02-26 |
| | |||
* | Resolve #274, performance optimization for add images, charts and shapes | xuri | 2019-02-25 |
| | |||
* | Resolve #235, performance optimization for add comments (#347) | BluesJhao | 2019-02-25 |
| | |||
* | Resolve #345, get comments by target reference | xuri | 2019-02-23 |
| | |||
* | README updated | xuri | 2019-01-01 |
| | |||
* | Fix the issue caused by missing tradition to strict conversion for ↵ | xuri | 2018-10-18 |
| | | | | `sharedStringsReader()`, relate issue #276 | ||
* | Comments style changed. | xuri | 2018-09-14 |
| | |||
* | Comments style changed. | xuri | 2018-09-14 |
| | |||
* | Comments style changed. | xuri | 2018-09-14 |
| | |||
* | New function `AddPictureFromBytes()` has been added, this resolve #259 and ↵ | xuri | 2018-09-14 |
| | | | | close #271. | ||
* | Fix golint errors under confidence 0.1 | xuri | 2018-09-12 |
| | |||
* | Fixes #256 and format document. | xuri | 2018-08-06 |
| | |||
* | Bugfix: create worksheet cause file issue. Relate issue #249. | xuri | 2018-07-17 |
| | |||
* | GoDoc updated. | xuri | 2018-07-13 |
| | |||
* | added retieval of worksheet comments | Rad Cirskis | 2018-06-30 |
| | |||
* | Update comment.go | xuri | 2018-06-28 |
| | | | make the comment box's height auto and having the minimum height. | ||
* | improved commenting formatting | Rad Cirskis | 2018-06-23 |
| | |||
* | - Add error return value for functions: `AddChart()`, `AddComment()`, ↵ | xuri | 2018-05-27 |
| | | | | | | `AddPicture()`, `AddShape()`, `AddTable()` and `SetConditionalFormat()` - go test has been updated | ||
* | save bytes on memory instead of string | Lunny Xiao | 2018-05-07 |
| | |||
* | Golang 1.9 compatible, fix issue #111 | Ri Xu | 2017-09-01 |
| | |||
* | - Make function `TitleToNumber()` exportable, note that function ↵ | Ri Xu | 2017-06-27 |
| | | | | | | `ToAlphaString()` return value calculation changes, get more info from go doc. Relate issue #63; - Readme and go doc updated | ||
* | Code optimize. | Ri Xu | 2017-05-24 |
| | |||
* | Support set font style of shape text. Relate issue #38. | Ri Xu | 2017-05-16 |
| | |||
* | - The max author and text in comment limit added; | Ri Xu | 2017-05-13 |
| | | | | - go doc and go test updated | ||
* | Initialize comments support & go test updated. | Ri Xu | 2017-05-13 |