summaryrefslogtreecommitdiff
path: root/cell.go
Commit message (Collapse)AuthorAge
* - Improved performance when reading large files, call Token to read tokens ↵Ri Xu2017-02-12
| | | | | | | one by one instead Unmarshal. Related issue #20 ; - Fix go test typo; - Update README
* Make functions: `SetCellValue`, `SetCellInt`, `SetCellHyperLink`, ↵Ri Xu2017-01-25
| | | | `SetCellFormula`, `GetCellValue` and `GetCellFormula` to support the merged cells.
* Support create merge cell.Ri Xu2017-01-25
|
* Fix issue #17, update README and fix typo.Ri Xu2017-01-23
|
* - Add hyperlink and set formula support for cell support;Ri Xu2017-01-19
| | | | | - Character limits for cells added; - Update go test and fix typo
* Format commants, break comments after 80 characters.Ri Xu2017-01-18
|
* - New function `SetSheetName` and `SetColWidth` added, support rename sheet ↵Ri Xu2017-01-18
| | | | | | | and set column width; - Add escape characters of sheet name; - Update go test and fix typo
* - New function `GetCellFormula` added;Ri Xu2016-12-24
| | | | | - Fix `GetCellValue` causes panic in some particular situation issues; - Go test updated
* Update godoc of package.Ri Xu2016-10-19
|
* Use conjunction with strings.Map to split Axis and update godoc.Ri Xu2016-09-12
|
* Fix issue #2 change project to object-oriented style and update readme file.Ri Xu2016-09-05
|
* Fix issue #4 use builtin `map` instead of home-built.Ri Xu2016-09-05
|
* Format code with golint rulesRi Xu2016-09-02
|
* - Get cell value supportRi Xu2016-08-30
- Optimisation code use fmt package - Update README - Remove useless function