summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* - Currency format supported, relate issue #80;Ri Xu2017-07-14
* Repo URI changed.Ri Xu2017-07-11
* Code of conduct and contributing updated.Ri Xu2017-07-10
* Merge pull request #79 from ocelotsloth/fix-typoRi Xu2017-07-06
|\
| * SHEET.GO: Fix small typoMark Stenglein2017-07-05
* | Update image in readme and fix typo.Ri Xu2017-07-06
|/
* Bugfix: unable to read the value of the merged cell, relate issue #78Ri Xu2017-07-05
* - New function `NewStyle()` added and function `SetCellStyle()` has been expo...Ri Xu2017-06-29
* Function `GetCellValue()` performance improvement by avoid repeating deserial...Ri Xu2017-06-29
* - Unify the index row number index of functions `SetRowHeight()` and `GetRowH...Ri Xu2017-06-29
* Function `GetColWidth()` and `GetRowHeight()` has been exported, relate issue...Ri Xu2017-06-28
* API changed, use `NewFile()` instead of `CreateFile()` and use `SaveAs()` ins...Ri Xu2017-06-28
* - Make function `TitleToNumber()` exportable, note that function `ToAlphaStri...Ri Xu2017-06-27
* - Function `formattedValue()` performance improvement by avoid repeating dese...Ri Xu2017-06-26
* - Handle pre-defined number format set of cell when set cell value with `time...Ri Xu2017-06-23
* Code of conduct and contributing guidelines added.Ri Xu2017-06-20
* - Support insert new lines into shape, relate issue #38, note that the format...Ri Xu2017-06-19
* - New functions `GetColVisible()` and `SetColVisible()` added, relate issue #61;Ri Xu2017-06-15
* - New functions: `GetSheetVisible()` and `GetRowVisible()` added, relate issu...Ri Xu2017-06-14
* - Fixed coordinate parse error in function `SetCellStyle()`, relate issue #60;Ri Xu2017-06-12
* Init auto filter support, relate issue #59.Ri Xu2017-06-08
* - Fix missing relationships in drawing content type shall, relate issue #58;Ri Xu2017-06-03
* Priority cell style, when the cell and the column at the same time with the s...Ri Xu2017-05-30
* Set cell support column style predefined detection, relate issue #54.Ri Xu2017-05-26
* Fix non-visual canvas properties ID calculator.Ri Xu2017-05-25
* - Worksheet conditional formatting support added, relate issue #56;Ri Xu2017-05-25
* Code optimize.Ri Xu2017-05-24
* Support set font style of shape text. Relate issue #38.Ri Xu2017-05-16
* - The max author and text in comment limit added;Ri Xu2017-05-13
* Initialize comments support & go test updated.Ri Xu2017-05-13
* 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
* - Initialize shape support: new function `AddShape()` added. Relate issue #38;Ri Xu2017-04-30
* - Initialize table support;Ri Xu2017-04-28
* - New function `HideSheet()` and `UnhideSheet()` added;Ri Xu2017-04-26
* - Font bold, italic and underline style support. Relate issue #45;Ri Xu2017-04-25
* - Update doc of function `AddChart()`;Ri Xu2017-04-23
* - Initialize char support, relate issue #31;Ri Xu2017-04-23
* - Set number format for a cell support;Ri Xu2017-04-07
* - 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
* Performance enhancements, remove redundant XML element checking logic. Relate...Ri Xu2017-03-31
* Godoc updated.Ri Xu2017-03-30
* - Get an images in a cell supported, new function `GetPicture` added;Ri Xu2017-03-28
* Golang version 1.8+ required.Ri Xu2017-03-28
* Leading space(s) character in cell value detection added. Related issue #32.Ri Xu2017-03-28
* - Set text in cell align support, note that the parameters of the `SetCellSty...Ri Xu2017-03-26
* - Delete sheet from workbook support, related issue #30;Ri Xu2017-03-22
* - Set cell background color and style support;Ri Xu2017-03-19