summaryrefslogtreecommitdiff
path: root/xmlDrawing.go
Commit message (Expand)AuthorAge
* This closes #1148, resolve limitations when adding VBA project to the workbookxuri2022-02-17
* Fix file corrupted in some cases, check file extension and format codexuri2022-01-23
* Typo fix, rename exported constants, dependencies modules and copyright updatexuri2022-01-09
* This closes #1096, memory usage optimization and another 4 changesxuri2021-12-27
* This closes #1095, support to set and get document application propertiesxuri2021-12-26
* This closes #1061, support multi-byte language on set header footerxuri2021-11-16
* This closes #262, support set line width of add the shapexuri2021-09-08
* Improve security and simplify codexuri2021-08-15
* Support concurrency add picturexuri2021-07-06
* Fixe issue generated file corrupted caused by incorrect default XML namespace...xuri2021-04-30
* Go 1.15 and later required, #65 fn: IMABS, IMCOS, IMCOSH, IMCOT, IMCSC, IMCSC...xuri2021-04-04
* #65 fn: N, PERCENTILE.INC and Txuri2021-03-30
* This closes #804, fixes can't add timelines and slicers for a pivot table in ...xuri2021-03-15
* Compatibility improvement: parse document core part (workbook) dynamicallyxuri2020-11-04
* add checking and limits for the worksheetxuri2020-09-18
* Default row height compatibility with Apache OpenOffice and Kingsoft WPS, uni...xuri2020-08-22
* Update test for addTablexuri2020-07-19
* support parse and generate XML element namespace dynamic, fix #651xuri2020-07-18
* Update docs and typo fixedxuri2020-06-22
* add limits for total columns, row and filename lengthxuri2020-05-29
* Merge pull request #410xuri2020-05-17
* handle the cell without r attribute in a row elementxuri2020-04-24
* Resolve #172, init rich text supportxuri2020-04-06
* Resolve #451, support create chart sheetxuri2020-03-28
* Resolve #470, export Style structs to allow create the style for cells by giv...xuri2020-03-10
* Improve code coverage unit testsxuri2019-12-29
* Resolve #511, allow empty columns in the pivot tablexuri2019-10-24
* Combine functions:xuri2019-09-16
* Documentation updated, Go 1.10+ requiredxuri2019-08-11
* New feature: sparkline supportedxuri2019-08-04
* Add extensions URI of spreadsheetMLxuri2019-07-31
* Resolve #217, new function add VBA project supported.xuri2019-07-21
* Add TIF, TIFF format images and more detailed error information when open th...xuri2019-06-27
* - Supplemental worksheet struct fields and field order adjustmentxuri2019-06-05
* Resolve #415, init set and get doc properties supportxuri2019-06-04
* README updatedxuri2019-01-01
* resolve #276, add OfficeOpenXML-XMLSchema-Strict mode supportxuri2018-10-17
* Comments style changed.xuri2018-09-14
* Comments style changed.xuri2018-09-14
* Comments style changed.xuri2018-09-14
* Fix golint errors under confidence 0.1xuri2018-09-12
* - Support to set the positioning of a picture, relate issue #214;Ri Xu2018-04-26
* - Add a hyperlink to an image support for the function `AddPicture()`, relate...Ri Xu2018-02-03
* - Support insert new lines into shape, relate issue #38, note that the format...Ri Xu2017-06-19
* - Fix missing relationships in drawing content type shall, relate issue #58;Ri Xu2017-06-03
* Support set font style of shape text. Relate issue #38.Ri Xu2017-05-16
* Initialize comments support & go test updated.Ri Xu2017-05-13
* - Initialize shape support: new function `AddShape()` added. Relate issue #38;Ri Xu2017-04-30
* - Initialize table support;Ri Xu2017-04-28
* - Initialize char support, relate issue #31;Ri Xu2017-04-23