Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixes #195: Make GetRows return value avoid empty cell | Rafael Barros | 2019-01-01 |
| | | | | | | | | * #195: proposed resolution to the issue * Make GetRows return value avoid empty cell * Update test file to fix broken testing. | ||
* | README updated | xuri | 2019-01-01 |
| | |||
* | Duplicate row (#317) | Veniamin Albaev | 2018-12-26 |
| | | | | | | * go mod tidy applied * File.DuplicateRow() method added | ||
* | Fix the issue caused by missing tradition to strict conversion for ↵ | xuri | 2018-10-18 |
| | | | | `sharedStringsReader()`, relate issue #276 | ||
* | Comments style changed. | xuri | 2018-09-14 |
| | |||
* | Comments style changed. | xuri | 2018-09-14 |
| | |||
* | Comments style changed. | xuri | 2018-09-14 |
| | |||
* | Fix golint errors under confidence 0.1 | xuri | 2018-09-12 |
| | |||
* | Fixes #256 and format document. | xuri | 2018-08-06 |
| | |||
* | - Add error return value for functions: `AddChart()`, `AddComment()`, ↵ | xuri | 2018-05-27 |
| | | | | | | `AddPicture()`, `AddShape()`, `AddTable()` and `SetConditionalFormat()` - go test has been updated | ||
* | Simplify testing code, add test case for outline functions and update the godoc. | xuri | 2018-05-11 |
| | |||
* | Added functions to set and get outline level for columns and rows. | Ilya Kuznetsov | 2018-05-07 |
| | |||
* | Merge branch 'master' into lunny/refactor | xuri | 2018-05-07 |
|\ | |||
| * | Merge test cases and use strict error checking. | Ri Xu | 2018-05-07 |
| | | |||
* | | save bytes on memory instead of string | Lunny Xiao | 2018-05-07 |
|/ | |||
* | add iterator method for rows | Lunny Xiao | 2018-05-05 |
| | |||
* | Fix typo and adding Chinese version document. | Ri Xu | 2018-04-23 |
| | |||
* | - Support to read inlineStr type cell value, relate issue #208, PR #209; | Ri Xu | 2018-04-09 |
| | | | | - go test and godoc has been updated | ||
* | - Make row index consistent in function `SetRowHeight` and `GetRowHeight`, ↵ | Ri Xu | 2018-04-02 |
| | | | | | | fix issue #205; - go test and godoc has been updated | ||
* | Handle special shared string table file name `xl/SharedStrings.xml`, relate ↵ | Ri Xu | 2018-03-02 |
| | | | | issue #188 | ||
* | Fix read columns count wrong in specific xlsx data, relate issue #175 | Ri Xu | 2018-01-06 |
| | |||
* | Bugfix: use sheet name in func `AddChat`, relate issue #138 | Ri Xu | 2017-10-20 |
| | | | | Signed-off-by: Ri Xu <xuri.me@gmail.com> | ||
* | Bugfix: read sheet name error, relate issue #137 | Ri Xu | 2017-10-18 |
| | | | | Signed-off-by: Ri Xu <xuri.me@gmail.com> | ||
* | Performance optimization, use the array index instead of the value in range. | Ri Xu | 2017-10-16 |
| | |||
* | Improve code readability. | Ri Xu | 2017-09-30 |
| | |||
* | - API changed, use worksheet name instead of "sheet" + index, related issue ↵ | Ri Xu | 2017-09-13 |
| | | | | | | #25, #43, #47, #51, #89, #101, #116 and #120. - go test updated | ||
* | - Init insert/remove column/row support. Relate issue #77 and #82; | Ri Xu | 2017-07-24 |
| | | | | - Readme and go test updated | ||
* | Function `GetCellValue()` performance improvement by avoid repeating ↵ | Ri Xu | 2017-06-29 |
| | | | | deserialization, relate issue #70. | ||
* | - Unify the index row number index of functions `SetRowHeight()` and ↵ | Ri Xu | 2017-06-29 |
| | | | | | | | `GetRowHeight()` relate issue #68; - Unify the return value data type of functions `SetColWidth()` and `GetColWidth()`; - go test updated | ||
* | 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 |