Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Compatibility improvement: parse document core part (workbook) dynamically | xuri | 2020-11-04 |
| | |||
* | add checking and limits for the worksheet | xuri | 2020-09-18 |
| | |||
* | Default row height compatibility with Apache OpenOffice and Kingsoft WPS, ↵ | xuri | 2020-08-22 |
| | | | | unit test update and typo fixed | ||
* | Update test for addTable | xuri | 2020-07-19 |
| | |||
* | support parse and generate XML element namespace dynamic, fix #651 | xuri | 2020-07-18 |
| | |||
* | Update docs and typo fixed | xuri | 2020-06-22 |
| | |||
* | add limits for total columns, row and filename length | xuri | 2020-05-29 |
| | |||
* | Merge pull request #410 | xuri | 2020-05-17 |
| | |||
* | handle the cell without r attribute in a row element | xuri | 2020-04-24 |
| | |||
* | Resolve #172, init rich text support | xuri | 2020-04-06 |
| | |||
* | Resolve #451, support create chart sheet | xuri | 2020-03-28 |
| | |||
* | Resolve #470, export Style structs to allow create the style for cells by ↵ | xuri | 2020-03-10 |
| | | | | given JSON or structure | ||
* | Improve code coverage unit tests | xuri | 2019-12-29 |
| | |||
* | Resolve #511, allow empty columns in the pivot table | xuri | 2019-10-24 |
| | |||
* | Combine functions: | xuri | 2019-09-16 |
| | | | | | | workBookRelsWriter, drawingRelsWriter into relsWriter; drawingRelsReader, workbookRelsReader, workSheetRelsReader into relsReader; addDrawingRelationships, addSheetRelationships into addRels | ||
* | Documentation updated, Go 1.10+ required | xuri | 2019-08-11 |
| | |||
* | New feature: sparkline supported | xuri | 2019-08-04 |
| | |||
* | Add extensions URI of spreadsheetML | xuri | 2019-07-31 |
| | |||
* | Resolve #217, new function add VBA project supported. | xuri | 2019-07-21 |
| | |||
* | Add TIF, TIFF format images and more detailed error information when open ↵ | xuri | 2019-06-27 |
| | | | | the encrypted file | ||
* | - Supplemental worksheet struct fields and field order adjustment | xuri | 2019-06-05 |
| | | | | | - Testing case for set and get doc properties - Update charts struct XML tags | ||
* | Resolve #415, init set and get doc properties support | xuri | 2019-06-04 |
| | |||
* | README updated | xuri | 2019-01-01 |
| | |||
* | resolve #276, add OfficeOpenXML-XMLSchema-Strict mode support | xuri | 2018-10-17 |
| | |||
* | 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 |
| | |||
* | - Support to set the positioning of a picture, relate issue #214; | Ri Xu | 2018-04-26 |
| | | | | - go test and godoc has been updated | ||
* | - Add a hyperlink to an image support for the function `AddPicture()`, ↵ | Ri Xu | 2018-02-03 |
| | | | | | | relate issue #185; - go test and document has been updated. | ||
* | - Support insert new lines into shape, relate issue #38, note that the ↵ | Ri Xu | 2017-06-19 |
| | | | | | | format set parameter of function `AddShape()` changed; - go test and go doc updated | ||
* | - Fix missing relationships in drawing content type shall, relate issue #58; | Ri Xu | 2017-06-03 |
| | | | | - Add a donation link, related issue #57 ^_^ | ||
* | Support set font style of shape text. Relate issue #38. | Ri Xu | 2017-05-16 |
| | |||
* | Initialize comments support & go test updated. | Ri Xu | 2017-05-13 |
| | |||
* | - Initialize shape support: new function `AddShape()` added. Relate issue #38; | Ri Xu | 2017-04-30 |
| | | | | | - Drawing `nvPicPr` element ID property calculation changed; - go test updated | ||
* | - Initialize table support; | Ri Xu | 2017-04-28 |
| | | | | - go test updated | ||
* | - Initialize char support, relate issue #31; | Ri Xu | 2017-04-23 |
| | | | | | | | | - Doc for function `GetRows()` updated, relate issue #43; - Fix doc typo in `xmlContentTypes.go`; - Default template updated; - Readme updated; - go test updated | ||
* | - Get an images in a cell supported, new function `GetPicture` added; | Ri Xu | 2017-03-28 |
| | | | | - go test updated | ||
* | Leading space(s) character in cell value detection added. Related issue #32. | Ri Xu | 2017-03-28 |
| | |||
* | - 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 | ||
* | 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. | ||
* | 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 |