Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Bugfix: use sheet name in func `AddPicture`, relate issue #142; | Ri Xu | 2017-10-31 |
| | | | | - godoc updated | ||
* | - Add unsigned integer data type support, related issue #136; | Ri Xu | 2017-10-18 |
| | | | | | | - go test and godoc updated 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 |
| | |||
* | Handle coordinate parse exception, relate issue #122. | Ri Xu | 2017-09-19 |
| | |||
* | godoc updated. | Ri Xu | 2017-09-13 |
| | |||
* | - 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 | ||
* | Golang 1.9 compatible, fix issue #111 | Ri Xu | 2017-09-01 |
| | |||
* | - New function `GetCellHyperLink()` added, relate issue #98; | Ri Xu | 2017-08-08 |
| | | | | - go test added | ||
* | Fix round-off error in representation of date and time values | Takayuki Usui | 2017-07-31 |
| | |||
* | Optimize code, go test and godoc updated. | Ri Xu | 2017-07-30 |
| | |||
* | Add extra argument "Linktype" to SetCellHyperLink | Youngwan Kim | 2017-07-30 |
| | | | | | | it support "External" and "Location" Signed-off-by: Youngwan Kim <y103.kim@gmail.com> | ||
* | - Add number format code with unicode values, relate issue #86; | Ri Xu | 2017-07-26 |
| | | | | - godoc 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 |
| | |||
* | 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 | ||
* | Code optimize. | Ri Xu | 2017-05-24 |
| | |||
* | Handle number formats out of built-in range exception by returning raw ↵ | Ri Xu | 2017-05-05 |
| | | | | value, relate issue #50. | ||
* | - 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 | ||
* | 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 | ||
* | - 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. | ||
* | Support create merge cell. | Ri Xu | 2017-01-25 |
| | |||
* | Fix issue #17, update README and fix typo. | Ri Xu | 2017-01-23 |
| | |||
* | - 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 | ||
* | 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 | ||
* | - New function `GetCellFormula` added; | Ri Xu | 2016-12-24 |
| | | | | | - Fix `GetCellValue` causes panic in some particular situation issues; - Go test updated | ||
* | Update godoc of package. | Ri Xu | 2016-10-19 |
| | |||
* | Use conjunction with strings.Map to split Axis and update godoc. | Ri Xu | 2016-09-12 |
| | |||
* | Fix issue #2 change project to object-oriented style and update readme file. | Ri Xu | 2016-09-05 |
| | |||
* | Fix issue #4 use builtin `map` instead of home-built. | Ri Xu | 2016-09-05 |
| | |||
* | Format code with golint rules | Ri Xu | 2016-09-02 |
| | |||
* | - Get cell value support | Ri Xu | 2016-08-30 |
- Optimisation code use fmt package - Update README - Remove useless function |