| Commit message (Expand) | Author | Age |
* | resolve the issue corrupted xlsx after deleting formula of cell, reference #346 | xuri | 2019-02-22 |
* | README updated | xuri | 2019-01-01 |
* | fix issue #290 | peiqi | 2018-11-08 |
* | 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 shared formula types support, relate issue #227; | xuri | 2018-05-26 |
* | - Fix `checkCellInArea()` index out of range when merged cell ref is single c... | Ri Xu | 2018-04-08 |
* | - New function `SetSheetRow()` has been added for support write whole line at... | Ri Xu | 2018-03-12 |
* | xlsx.SetCellValue() now supports bool value | dvelderp | 2018-01-25 |
* | make SetCellStyle quicker by skipping conversions in checkCellInArea, and ski... | mbresson | 2018-01-19 |
* | - Function `SetCellValue()` time.Duration support added, relate issue #176; | Ri Xu | 2018-01-05 |
* | Rename import path to github.com/360EntSecGroup-Skylar/excelize | Jinzhu | 2017-11-16 |
* | - Bugfix: use sheet name in func `AddPicture`, relate issue #142; | Ri Xu | 2017-10-31 |
* | - Add unsigned integer data type support, related issue #136; | Ri Xu | 2017-10-18 |
* | 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 |
* | Golang 1.9 compatible, fix issue #111 | Ri Xu | 2017-09-01 |
* | - New function `GetCellHyperLink()` added, relate issue #98; | Ri Xu | 2017-08-08 |
* | 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 |
* | - Add number format code with unicode values, relate issue #86; | Ri Xu | 2017-07-26 |
* | - Init insert/remove column/row support. Relate issue #77 and #82; | Ri Xu | 2017-07-24 |
* | 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 deserial... | Ri Xu | 2017-06-29 |
* | - Make function `TitleToNumber()` exportable, note that function `ToAlphaStri... | Ri Xu | 2017-06-27 |
* | - Function `formattedValue()` performance improvement by avoid repeating dese... | Ri Xu | 2017-06-26 |
* | Code optimize. | Ri Xu | 2017-05-24 |
* | Handle number formats out of built-in range exception by returning raw value,... | Ri Xu | 2017-05-05 |
* | - Formatted cell data support, fix issue #48; | Ri Xu | 2017-05-05 |
* | Performance improvement | Ri Xu | 2017-03-12 |
* | - Complete the element `sheetFormatPr` struct definition; | Ri Xu | 2017-03-10 |
* | - New feature: border setting support (Related issue #21); | Ri Xu | 2017-03-06 |
* | - Improved performance when reading large files, call Token to read tokens on... | Ri Xu | 2017-02-12 |
* | Make functions: `SetCellValue`, `SetCellInt`, `SetCellHyperLink`, `SetCellFor... | Ri Xu | 2017-01-25 |
* | 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 |
* | Format commants, break comments after 80 characters. | Ri Xu | 2017-01-18 |
* | - New function `SetSheetName` and `SetColWidth` added, support rename sheet a... | Ri Xu | 2017-01-18 |
* | - New function `GetCellFormula` added; | Ri Xu | 2016-12-24 |
* | 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 |