Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | API changed, use `NewFile()` instead of `CreateFile()` and use `SaveAs()` ↵ | Ri Xu | 2017-06-28 |
| | | | | instead of `WriteTo()`. | ||
* | - Make function `TitleToNumber()` exportable, note that function ↵ | Ri Xu | 2017-06-27 |
| | | | | | | `ToAlphaString()` return value calculation changes, get more info from go doc. Relate issue #63; - Readme and go doc updated | ||
* | - New functions: `GetSheetVisible()` and `GetRowVisible()` added, relate ↵ | Ri Xu | 2017-06-14 |
| | | | | | | issue #61; - go test updated | ||
* | Init auto filter support, relate issue #59. | Ri Xu | 2017-06-08 |
| | |||
* | - Formatted cell data support, fix issue #48; | Ri Xu | 2017-05-05 |
| | | | | | - Function `SetCellValue()` support `time.Time` data type parameter, relate issue #49; - go doc and go test updated | ||
* | - Font bold, italic and underline style support. Relate issue #45; | Ri Xu | 2017-04-25 |
| | | | | | - Function `GetRows()` doc updated, relate issue #43; - go test and embed template updated | ||
* | - Initialize char support, relate issue #31; | Ri Xu | 2017-04-23 |
| | | | | | | | | - Doc for function `GetRows()` updated, relate issue #43; - Fix doc typo in `xmlContentTypes.go`; - Default template updated; - Readme updated; - go test updated | ||
* | Performance improvement | Ri Xu | 2017-03-12 |
| | |||
* | - Complete the element `sheetFormatPr` struct definition; | Ri Xu | 2017-03-10 |
| | | | | | | - Partial logic performance optimization, use pointer reference instead of a pass the variable value; - Add comments for content types struct definition; - Update go test `TestSetBorder` section | ||
* | Bugfix #23 can't get multiple records. | Ri Xu | 2017-02-17 |
| | |||
* | - Improved performance when reading large files, call Token to read tokens ↵ | Ri Xu | 2017-02-12 |
| | | | | | | | one by one instead Unmarshal. Related issue #20 ; - Fix go test typo; - Update README | ||
* | Fix issue #19. | Ri Xu | 2017-02-07 |
| | |||
* | Add SetRowHeight function | Nikolas Silva | 2017-02-02 |
| | |||
* | Format commants, break comments after 80 characters. | Ri Xu | 2017-01-18 |
| | |||
* | - New function `SetSheetName` and `SetColWidth` added, support rename sheet ↵ | Ri Xu | 2017-01-18 |
| | | | | | | | and set column width; - Add escape characters of sheet name; - Update go test and fix typo | ||
* | Remove useless `.xlsx` tested files and go test updated. | Ri Xu | 2016-11-02 |
| | |||
* | looping on row col functionality | ahmad | 2016-10-31 |