summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAge
* Improve code readability.Ri Xu2017-09-30
|
* - API changed, use worksheet name instead of "sheet" + index, related issue ↵Ri Xu2017-09-13
| | | | | | #25, #43, #47, #51, #89, #101, #116 and #120. - go test updated
* - Conditional format with formula support, relate issue #75;Ri Xu2017-08-18
| | | | - go test and readme update
* - Add number format code with unicode values, relate issue #86;Ri Xu2017-07-26
| | | | - godoc updated
* - Init insert/remove column/row support. Relate issue #77 and #82;Ri Xu2017-07-24
| | | | - Readme and go test updated
* - Fix missing element in worksheet, workbook and styles. Related issue #81;Ri Xu2017-07-15
| | | | - Format code and update readme
* Repo URI changed.Ri Xu2017-07-11
|
* Update image in readme and fix typo.Ri Xu2017-07-06
|
* API changed, use `NewFile()` instead of `CreateFile()` and use `SaveAs()` ↵Ri Xu2017-06-28
| | | | instead of `WriteTo()`.
* - Make function `TitleToNumber()` exportable, note that function ↵Ri Xu2017-06-27
| | | | | | `ToAlphaString()` return value calculation changes, get more info from go doc. Relate issue #63; - Readme and go doc updated
* - Fix missing relationships in drawing content type shall, relate issue #58;Ri Xu2017-06-03
| | | | - Add a donation link, related issue #57 ^_^
* - Initialize shape support: new function `AddShape()` added. Relate issue #38;Ri Xu2017-04-30
| | | | | - Drawing `nvPicPr` element ID property calculation changed; - go test updated
* - Initialize table support;Ri Xu2017-04-28
| | | | - go test updated
* - Update doc of function `AddChart()`;Ri Xu2017-04-23
| | | | | - Readme updated; - go test update
* - Initialize char support, relate issue #31;Ri Xu2017-04-23
| | | | | | | | - Doc for function `GetRows()` updated, relate issue #43; - Fix doc typo in `xmlContentTypes.go`; - Default template updated; - Readme updated; - go test updated
* - Fix SheetCount count error;Ri Xu2017-04-01
| | | | | - Optimize deserialization operations; - README updated, add go version required notice
* Change function `AddPicture()` parameters to add add printing settings ↵Ri Xu2017-02-28
| | | | support. Related issue #27.
* - 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
* Fix issue #17, update README and fix typo.Ri Xu2017-01-23
|
* Update README, godoc and fix typo.Ri Xu2017-01-22
|
* Support add picture with offset and scaling.Ri Xu2017-01-22
|
* - Add hyperlink and set formula support for cell support;Ri Xu2017-01-19
| | | | | - Character limits for cells added; - Update go test and fix typo
* - New function `AddPicture()` added, support to add picture into excel cell;Ri Xu2017-01-17
| | | | | - go test updated; - fix typo and `gofmt -s` formatted
* Update README.Ri Xu2016-11-06
|
* Update go test case and update readme.Ri Xu2016-10-23
|
* Update README.mdRi Xu2016-10-19
|
* Merge pull request #10 from schigh/masterRi Xu2016-10-19
|\ | | | | Update README.md @schigh 👌 Thanks for your pr.
| * Update README.mdSteve H2016-10-18
| | | | | | added missing imports
* | Revert "Update README.md"Ri Xu2016-10-18
|/
* Update README.mdSteve H2016-10-17
| | | Adding more realistic error handling in examples
* Make readme highlight codeAldi Priya Perdana2016-10-17
|
* Open file error return added and UpdateLinkedValue function added to fix ↵Ri Xu2016-09-06
| | | | linked values within a spreadsheet are not updating.
* Fix issue #2 change project to object-oriented style and update readme file.Ri Xu2016-09-05
|
* Update readme file.Ri Xu2016-09-02
|
* Update readme and comments of the test file.Ri Xu2016-09-02
|
* Update testing file more case added and reading cell value usage example in ↵Ri Xu2016-09-02
| | | | readme added.
* Update readme and license file.Ri Xu2016-09-01
|
* 1) Update readme file credits and go report badge added; 2) Remove use less ↵Ri Xu2016-08-31
| | | | function; 3) Update test file.
* - Get cell value supportRi Xu2016-08-30
| | | | | | - Optimisation code use fmt package - Update README - Remove useless function
* Update test file.Ri Xu2016-08-30
|
* Code coverage test added.Ri Xu2016-08-30
|
* Update READMERi Xu2016-08-30
|
* Update readme and Travis CI added.Ri Xu2016-08-30
|
* Init commit.Ri Xu2016-08-30