| Commit message (Expand) | Author | Age |
* | - Update doc of function `AddChart()`; | Ri Xu | 2017-04-23 |
* | - Initialize char support, relate issue #31; | Ri Xu | 2017-04-23 |
* | - Set number format for a cell support; | Ri Xu | 2017-04-07 |
* | - New function `CopySheet()` added, relate issue #33; | Ri Xu | 2017-04-04 |
* | New function `GetSheetIndex()` added, relate issue #25; | Ri Xu | 2017-04-01 |
* | - Fix SheetCount count error; | Ri Xu | 2017-04-01 |
* | Performance enhancements, remove redundant XML element checking logic. Relate... | Ri Xu | 2017-03-31 |
* | Godoc updated. | Ri Xu | 2017-03-30 |
* | - Get an images in a cell supported, new function `GetPicture` added; | Ri Xu | 2017-03-28 |
* | Golang version 1.8+ required. | Ri Xu | 2017-03-28 |
* | Leading space(s) character in cell value detection added. Related issue #32. | Ri Xu | 2017-03-28 |
* | - Set text in cell align support, note that the parameters of the `SetCellSty... | Ri Xu | 2017-03-26 |
* | - Delete sheet from workbook support, related issue #30; | Ri Xu | 2017-03-22 |
* | - Set cell background color and style support; | Ri Xu | 2017-03-19 |
* | 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 |
* | Fix data validation property is missing after saved. Related issue issue #28. | Ri Xu | 2017-03-03 |
* | Fix missing `oneCellAnchor` element after add picture in some cases. | Ri Xu | 2017-03-01 |
* | Change function `AddPicture()` parameters to add add printing settings suppor... | Ri Xu | 2017-02-28 |
* | Bugfix #23 can't get multiple records. | Ri Xu | 2017-02-17 |
* | Merge pull request #22 from jfyne/master | Ri Xu | 2017-02-17 |
|\ |
|
| * | 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 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 |