summaryrefslogtreecommitdiff
path: root/cell.go
Commit message (Expand)AuthorAge
* Golang 1.9 compatible, fix issue #111Ri Xu2017-09-01
* - New function `GetCellHyperLink()` added, relate issue #98;Ri Xu2017-08-08
* Fix round-off error in representation of date and time valuesTakayuki Usui2017-07-31
* Optimize code, go test and godoc updated.Ri Xu2017-07-30
* Add extra argument "Linktype" to SetCellHyperLinkYoungwan Kim2017-07-30
* - Add number format code with unicode values, relate issue #86;Ri Xu2017-07-26
* - Init insert/remove column/row support. Relate issue #77 and #82;Ri Xu2017-07-24
* Bugfix: unable to read the value of the merged cell, relate issue #78Ri Xu2017-07-05
* Function `GetCellValue()` performance improvement by avoid repeating deserial...Ri Xu2017-06-29
* - Make function `TitleToNumber()` exportable, note that function `ToAlphaStri...Ri Xu2017-06-27
* - Function `formattedValue()` performance improvement by avoid repeating dese...Ri Xu2017-06-26
* Code optimize.Ri Xu2017-05-24
* Handle number formats out of built-in range exception by returning raw value,...Ri Xu2017-05-05
* - Formatted cell data support, fix issue #48;Ri Xu2017-05-05
* Performance improvementRi Xu2017-03-12
* - Complete the element `sheetFormatPr` struct definition;Ri Xu2017-03-10
* - New feature: border setting support (Related issue #21);Ri Xu2017-03-06
* - Improved performance when reading large files, call Token to read tokens on...Ri Xu2017-02-12
* Make functions: `SetCellValue`, `SetCellInt`, `SetCellHyperLink`, `SetCellFor...Ri Xu2017-01-25
* 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
* 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
* - New function `GetCellFormula` added;Ri Xu2016-12-24
* 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