summaryrefslogtreecommitdiff
path: root/xmlComments.go
Commit message (Collapse)AuthorAge
* 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
* Typo fix, rename exported constants, dependencies modules and copyright updatexuri2022-01-09
| | | | Rename exported constants `NameSpaceDublinCoreMetadataIntiative` to `NameSpaceDublinCoreMetadataInitiative`
* This closes #825, closes #829, closes #830, fix issue when get and add ↵xuri2021-04-27
| | | | comments on multi authors
* 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
* improve compatibility for phonetic hint and sheet tab colorxuri2020-09-03
|
* Update docs and typo fixedxuri2020-06-22
|
* Improve code coverage unit testsxuri2019-12-29
|
* Documentation updated, Go 1.10+ requiredxuri2019-08-11
|
* Structure update #434xuri2019-07-14
| | | Add a missing element of the comment text elements
* README updatedxuri2019-01-01
|
* Comments style changed.xuri2018-09-14
|
* Comments style changed.xuri2018-09-14
|
* Comments style changed.xuri2018-09-14
|
* New function `AddPictureFromBytes()` has been added, this resolve #259 and ↵xuri2018-09-14
| | | | close #271.
* Fix golint errors under confidence 0.1xuri2018-09-12
|
* Initialize comments support & go test updated.Ri Xu2017-05-13