Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - 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 | ||
* | 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 ↵ | Ri Xu | 2017-02-28 |
| | | | | support. Related issue #27. | ||
* | Bugfix #23 can't get multiple records. | Ri Xu | 2017-02-17 |
| | |||
* | Merge pull request #22 from jfyne/master | Ri Xu | 2017-02-17 |
|\ | | | | | Standard io.Reader and io.Writer capabilities | ||
| * | 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 | ||
* | Fix issue #19. | Ri Xu | 2017-02-07 |
| | |||
* | Merge pull request #18 from nikolassilva/master | Ri Xu | 2017-02-06 |
|\ | | | | | Add SetRowHeight function | ||
| * | Add SetRowHeight function | Nikolas Silva | 2017-02-02 |
|/ | |||
* | 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 |
| | |||
* | 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 |
| | | | | | - 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 `AddPicture()` added, support to add picture into excel cell; | Ri Xu | 2017-01-17 |
| | | | | | - go test updated; - fix typo and `gofmt -s` formatted | ||
* | Merge pull request #15 from Sharsie/feature/DefaultCellVal | Ri Xu | 2017-01-12 |
|\ | | | | | Setter function to set raw values into a cell | ||
| * | Add tests for the default cell value | Sharsie | 2017-01-11 |
| | | |||
| * | Add setter for default cell value | Sharsie | 2017-01-11 |
|/ | | | | | SetCellStr escapes the value in a cell so the excel sheet cannot use the value in formulas. SetCellDefault accepts a string value and sets it to a cell as a raw value without escaping it | ||
* | Fix issue struct field `paperHeight` has xml tag but is not exported. | Ri Xu | 2016-12-31 |
| | |||
* | - Performance improvement, remove `replaceRelationshipsID` and ↵ | Ri Xu | 2016-12-31 |
| | | | | | | `workBookCompatibility` functions; - New functions `GetActiveSheetIndex`, `GetSheetName` and `GetSheetMap` added. | ||
* | - Fix issue: sheet protection and conditional formatting proprietary missing ↵ | Ri Xu | 2016-12-26 |
| | | | | | | after save; - Update workbook and sheet relationships and self-close tag replacement hack functions | ||
* | - Fix issue: pivot cache and extending spreadsheetML missing; | Ri Xu | 2016-12-26 |
| | | | | - Compatibility improved: relationship namespace in `workbook.xml` has been changed (`xmlns:mc`, `xmlns:x15` and `mc:Ignorable` added) | ||
* | - New function `GetCellFormula` added; | Ri Xu | 2016-12-24 |
| | | | | | - Fix `GetCellValue` causes panic in some particular situation issues; - Go test updated | ||
* | Change complete rows logic to fix call `SetCellValue`makes file corruption ↵ | Ri Xu | 2016-12-23 |
| | | | | in some case. | ||
* | - Update maximum 31 characters allowed in sheet title; | Ri Xu | 2016-12-23 |
| | | | | | | | - Fix issue XML tag `headerFooter` and `sheetPr` element self-close errors cause file corruption; - Fix issue `Section` and `Pane` element order make file corruption in some case; - Change sheet `rId` calculation method in `/xl/workbook.xml`, fix makes file corruption in some case; - Compatibility improved: add `xlsxTabColor` struct and some XML element for worksheet | ||
* | - Fix issue comments missing after save; | Ri Xu | 2016-12-22 |
| | | | | | - Update import PKG syntax in struct; - Update test XLSX file (include table, charts, functions, comments and hyperlink on Sheet1) | ||
* | - Fix issue background image and table missing after save; | Ri Xu | 2016-12-20 |
| | | | | - Update test template for this fix | ||
* | Fix hyperlink missing after save issue and update completion row element ↵ | Ri Xu | 2016-12-20 |
| | | | | logic to enhance compatibility. | ||
* | 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 |
|\ | | | | | looping on rows columns functionality | ||
| * | 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 @schigh 👌 Thanks for your pr. | ||
| * | Update README.md | Steve H | 2016-10-18 |
| | | | | | | added missing imports | ||
* | | Merge pull request #9 from Luxurioust/revert-8-master | Ri Xu | 2016-10-18 |
|\ \ | | | | | | | Revert "Update README.md" |