Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Resolve #318, add new functions and | zhangleijlu | 2019-01-06 |
| | |||
* | README updated | xuri | 2019-01-01 |
| | |||
* | New feature: the function `SearchSheet` now support regular expression, ↵ | xuri | 2018-12-26 |
| | | | | relate pull request #316 | ||
* | Duplicate row (#317) | Veniamin Albaev | 2018-12-26 |
| | | | | | | * go mod tidy applied * File.DuplicateRow() method added | ||
* | Merge pull request #313 from sairoutine/feature/get_merge_cells | xuri | 2018-12-19 |
|\ | | | | | Add GetMergeCells | ||
| * | Add GetMergeCells | sairoutine | 2018-12-19 |
| | | |||
* | | Add new logo for excelize | xuri | 2018-12-05 |
| | | |||
* | | resolve #276, add OfficeOpenXML-XMLSchema-Strict mode support | xuri | 2018-10-17 |
| | | |||
* | | 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 |
| | |||
* | - Initialize theme support; | xuri | 2018-07-07 |
| | | | | | - RGBA, HSL color convert has been added; - go test updated | ||
* | - Add error return value for functions: `AddChart()`, `AddComment()`, ↵ | xuri | 2018-05-27 |
| | | | | | | `AddPicture()`, `AddShape()`, `AddTable()` and `SetConditionalFormat()` - go test has been updated | ||
* | - Bugfix: set font family not works, relate issue #222; | xuri | 2018-05-08 |
| | | | | | - Remove useless function `replaceWorkSheetsRelationshipsNameSpace()`; - Make test cases use strict error checking | ||
* | save bytes on memory instead of string | Lunny Xiao | 2018-05-07 |
| | |||
* | - Function `SetCellValue()` time.Duration support added, relate issue #176; | Ri Xu | 2018-01-05 |
| | | | | - go test updated | ||
* | Bugfix: corrupted xlsx after write operation, relate issue #152. | Ri Xu | 2017-11-16 |
| | | | | Signed-off-by: Ri Xu <xuri.me@gmail.com> | ||
* | Merge pull request #141 from WingGao/wing | xuri | 2017-11-03 |
|\ | | | | | fix OpenReader no sheet error | ||
| * | fix OpenReader no sheet error | Wing Gao | 2017-10-27 |
| | | |||
* | | - Bugfix: use sheet name in func `AddPicture`, relate issue #142; | Ri Xu | 2017-10-31 |
|/ | | | | - godoc updated | ||
* | 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 | ||
* | Bugfix: unable to read the value of the merged cell, relate issue #78 | Ri Xu | 2017-07-05 |
| | |||
* | - New function `NewStyle()` added and function `SetCellStyle()` has been ↵ | Ri Xu | 2017-06-29 |
| | | | | | | exported, relate issue #72; - go test and go doc updated | ||
* | Function `GetCellValue()` performance improvement by avoid repeating ↵ | Ri Xu | 2017-06-29 |
| | | | | deserialization, relate issue #70. | ||
* | - 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 | ||
* | - Function `formattedValue()` performance improvement by avoid repeating ↵ | Ri Xu | 2017-06-26 |
| | | | | | | deserialization, relate issue #64; - Make function `ToAlphaString()` exportable, relate issue #63 | ||
* | - Handle pre-defined number format set of cell when set cell value with ↵ | Ri Xu | 2017-06-23 |
| | | | | | | `time.Time` data type, related issue #62; - go doc updated | ||
* | - Fixed coordinate parse error in function `SetCellStyle()`, relate issue #60; | Ri Xu | 2017-06-12 |
| | | | | - Simplified code | ||
* | Priority cell style, when the cell and the column at the same time with the ↵ | Ri Xu | 2017-05-30 |
| | | | | style attribute. Relate issue #54 and #56. | ||
* | Set cell support column style predefined detection, relate issue #54. | Ri Xu | 2017-05-26 |
| | |||
* | Code optimize. | Ri Xu | 2017-05-24 |
| | |||
* | - 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 | ||
* | - Fix SheetCount count error; | Ri Xu | 2017-04-01 |
| | | | | | - Optimize deserialization operations; - README updated, add go version required notice | ||
* | Performance enhancements, remove redundant XML element checking logic. ↵ | Ri Xu | 2017-03-31 |
| | | | | Relate issue #29. The benchmark report of the current version of this library is shown on the wiki page. | ||
* | Leading space(s) character in cell value detection added. Related issue #32. | Ri Xu | 2017-03-28 |
| | |||
* | 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 | ||
* | - New feature: border setting support (Related issue #21); | Ri Xu | 2017-03-06 |
| | | | | | | - Function parameter code is simplified; - Fix element `Tint` value parsing error in worksheet; - Update go test | ||
* | Put path back into a file | Josh Fyne | 2017-02-16 |
| | |||
* | io.Reader not io.ReaderAt | Josh Fyne | 2017-02-16 |
| | |||
* | Standardize input and output | Josh Fyne | 2017-02-16 |
| | |||
* | - 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 | ||
* | Make functions: `SetCellValue`, `SetCellInt`, `SetCellHyperLink`, ↵ | Ri Xu | 2017-01-25 |
| | | | | `SetCellFormula`, `GetCellValue` and `GetCellFormula` to support the merged cells. | ||
* | - Add hyperlink and set formula support for cell support; | Ri Xu | 2017-01-19 |
| | | | | | - Character limits for cells added; - Update go test and fix typo |