summaryrefslogtreecommitdiff
path: root/xmlDecodeDrawing.go
Commit message (Collapse)AuthorAge
* This closes #1162, improve the compatibility with alternate contentxuri2022-03-05
| | | | Preserve alternate content in the workbook, worksheet, and drawingML
* This closes #1148, resolve limitations when adding VBA project to the workbookxuri2022-02-17
| | | | | | | | Added two exported functions `SetWorkbookPrOptions` and `GetWorkbookPrOptions` to support setting and getting the code name property of the workbook Re-order fields of the workbook properties group to improve the compatibility Go Modules dependencies upgrade Put workbook related operating in new `workbook.go` source code Library introduction docs block updated
* This closes #1119, style parsing issue fixedxuri2022-01-15
|
* Typo fix, rename exported constants, dependencies modules and copyright updatexuri2022-01-09
| | | | Rename exported constants `NameSpaceDublinCoreMetadataIntiative` to `NameSpaceDublinCoreMetadataInitiative`
* Go 1.15 and later required, #65 fn: IMABS, IMCOS, IMCOSH, IMCOT, IMCSC, ↵xuri2021-04-04
| | | | IMCSCH, IMEXP, IMLN and IMLOG10
* #65 fn: N, PERCENTILE.INC and Txuri2021-03-30
| | | | typo fixed
* Update docs and typo fixedxuri2020-06-22
|
* Improve code coverage unit testsxuri2019-12-29
|
* Documentation updated, Go 1.10+ requiredxuri2019-08-11
|
* Fix #424, refactor merged cells adjusterxuri2019-06-12
|
* README updatedxuri2019-01-01
|
* 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
|
* - Fix missing relationships in drawing content type shall, relate issue #58;Ri Xu2017-06-03
| | | | - Add a donation link, related issue #57 ^_^
* - Get an images in a cell supported, new function `GetPicture` added;Ri Xu2017-03-28
| | | | - go test updated
* Fix missing `oneCellAnchor` element after add picture in some cases.Ri Xu2017-03-01
|
* Format commants, break comments after 80 characters.Ri Xu2017-01-18
|
* - New function `AddPicture()` added, support to add picture into excel cell;Ri Xu2017-01-17
- go test updated; - fix typo and `gofmt -s` formatted