summaryrefslogtreecommitdiff
path: root/sheet.go
Commit message (Expand)AuthorAge
* Initialize comments support & go test updated.Ri Xu2017-05-13
* - Initialize shape support: new function `AddShape()` added. Relate issue #38;Ri Xu2017-04-30
* - New function `HideSheet()` and `UnhideSheet()` added;Ri Xu2017-04-26
* - New function `CopySheet()` added, relate issue #33;Ri Xu2017-04-04
* New function `GetSheetIndex()` added, relate issue #25;Ri Xu2017-04-01
* - Fix SheetCount count error;Ri Xu2017-04-01
* - Get an images in a cell supported, new function `GetPicture` added;Ri Xu2017-03-28
* - Delete sheet from workbook support, related issue #30;Ri Xu2017-03-22
* Performance improvementRi Xu2017-03-12
* Support set work sheet background image.Ri Xu2017-01-24
* Update README, godoc and fix typo.Ri Xu2017-01-22
* - 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
* - Performance improvement, remove `replaceRelationshipsID` and `workBookCompa...Ri Xu2016-12-31
* - Fix issue: sheet protection and conditional formatting proprietary missing ...Ri Xu2016-12-26
* - Fix issue: pivot cache and extending spreadsheetML missing;Ri Xu2016-12-26
* - Update maximum 31 characters allowed in sheet title;Ri Xu2016-12-23
* - Fix issue comments missing after save;Ri Xu2016-12-22
* - Fix issue background image and table missing after save;Ri Xu2016-12-20
* Fix hyperlink missing after save issue and update completion row element logi...Ri Xu2016-12-20
* Update go test.Ri Xu2016-10-23
* 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
* xml marshal without indent and use buffer in string concatenation.Ri Xu2016-09-04
* Format code with golint rulesRi Xu2016-09-02
* - Get cell value supportRi Xu2016-08-30
* Init commit.Ri Xu2016-08-30