| Commit message (Expand) | Author | Age |
* | - Improved performance when reading large files, call Token to read tokens on... | Ri Xu | 2017-02-12 |
* | Fix issue #19. | Ri Xu | 2017-02-07 |
* | Merge pull request #18 from nikolassilva/master | Ri Xu | 2017-02-06 |
|\ |
|
| * | Add SetRowHeight function | Nikolas Silva | 2017-02-02 |
|/ |
|
* | Make functions: `SetCellValue`, `SetCellInt`, `SetCellHyperLink`, `SetCellFor... | Ri Xu | 2017-01-25 |
* | Support create merge cell. | Ri Xu | 2017-01-25 |
* | Support set work sheet background image. | Ri Xu | 2017-01-24 |
* | Fix issue #17, update README and fix typo. | Ri Xu | 2017-01-23 |
* | Update README, godoc and fix typo. | Ri Xu | 2017-01-22 |
* | Support add picture with offset and scaling. | Ri Xu | 2017-01-22 |
* | - 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 `AddPicture()` added, support to add picture into excel cell; | Ri Xu | 2017-01-17 |
* | Merge pull request #15 from Sharsie/feature/DefaultCellVal | Ri Xu | 2017-01-12 |
|\ |
|
| * | Add tests for the default cell value | Sharsie | 2017-01-11 |
| * | Add setter for default cell value | Sharsie | 2017-01-11 |
|/ |
|
* | Fix issue struct field `paperHeight` has xml tag but is not exported. | Ri Xu | 2016-12-31 |
* | - Performance improvement, remove `replaceRelationshipsID` and `workBookCompa... | Ri Xu | 2016-12-31 |
* | - Fix issue: sheet protection and conditional formatting proprietary missing ... | Ri Xu | 2016-12-26 |
* | - Fix issue: pivot cache and extending spreadsheetML missing; | Ri Xu | 2016-12-26 |
* | - New function `GetCellFormula` added; | Ri Xu | 2016-12-24 |
* | Change complete rows logic to fix call `SetCellValue`makes file corruption in... | Ri Xu | 2016-12-23 |
* | - Update maximum 31 characters allowed in sheet title; | Ri Xu | 2016-12-23 |
* | - Fix issue comments missing after save; | Ri Xu | 2016-12-22 |
* | - Fix issue background image and table missing after save; | Ri Xu | 2016-12-20 |
* | Fix hyperlink missing after save issue and update completion row element logi... | Ri Xu | 2016-12-20 |
* | BugFix: `SetCellValue` function assertion logic will cause panic in some case. | Ri Xu | 2016-11-24 |
* | Update README. | Ri Xu | 2016-11-06 |
* | Remove useless `.xlsx` tested files and go test updated. | Ri Xu | 2016-11-02 |
* | Merge pull request #11 from NaySoftware/master | Ri Xu | 2016-11-02 |
|\ |
|
| * | sheet re-arrange | ahmad | 2016-10-31 |
| * | looping on row col functionality | ahmad | 2016-10-31 |
|/ |
|
* | Update go test. | Ri Xu | 2016-10-23 |
* | Update go test case and update readme. | Ri Xu | 2016-10-23 |
* | Update godoc of package. | Ri Xu | 2016-10-19 |
* | Update go test. | Ri Xu | 2016-10-19 |
* | Update README.md | Ri Xu | 2016-10-19 |
* | Merge pull request #10 from schigh/master | Ri Xu | 2016-10-19 |
|\ |
|
| * | Update README.md | Steve H | 2016-10-18 |
* | | Merge pull request #9 from Luxurioust/revert-8-master | Ri Xu | 2016-10-18 |
|\ \ |
|
| * | | Revert "Update README.md" | Ri Xu | 2016-10-18 |
|/ / |
|
* | | Merge pull request #8 from schigh/master | Ri Xu | 2016-10-18 |
|\ \
| |/ |
|
| * | Update README.md | Steve H | 2016-10-17 |
|/ |
|
* | Merge pull request #7 from aldidana/master | Ri Xu | 2016-10-17 |
|\ |
|
| * | Make readme highlight code | Aldi Priya Perdana | 2016-10-17 |
|/ |
|
* | Update test XLSX template. | Ri Xu | 2016-09-22 |
* | Fix zoom scale and page layout view setting of XLSX. | Ri Xu | 2016-09-22 |
* | Add custom height and zero height attributes in sheetFormatPr element. | Ri Xu | 2016-09-19 |
* | Use conjunction with strings.Map to split Axis and update godoc. | Ri Xu | 2016-09-12 |