summaryrefslogtreecommitdiff
path: root/xmlWorkbook.go
Commit message (Expand)AuthorAge
* This closes #1358, made a refactor with breaking changes, see details:xuri2022-09-29
* ref #65, #1196: fix the compatibility issue and added new formula functionxuri2022-04-06
* This closes #1171, improve the compatibility and added new formula functionxuri2022-03-07
* This closes #1162, improve the compatibility with alternate contentxuri2022-03-05
* This closes #1160, and added 4 new formula functionsxuri2022-02-26
* This closes #1148, resolve limitations when adding VBA project to the workbookxuri2022-02-17
* Typo fix, rename exported constants, dependencies modules and copyright updatexuri2022-01-09
* Support concurrency add picturexuri2021-07-06
* 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
* Fixed #766, change order, and added fields of workbook fieldsxuri2021-01-23
* update docs and improve compatibilityxuri2020-07-11
* Update docs and typo fixedxuri2020-06-22
* Improve code coverage unit testsxuri2019-12-29
* Improve code coverage unit testsxuri2019-12-22
* Fix #426, handle empty workbook viewxuri2019-12-16
* Combine functions:xuri2019-09-16
* Documentation updated, Go 1.10+ requiredxuri2019-08-11
* New functions: SetDefinedName and GetDefinedName addedxuri2019-06-18
* Fix #413, make pivot cache ID not omit emptyxuri2019-06-01
* Resolve #404, get sheet map by target rels.xuri2019-05-17
* README updatedxuri2019-01-01
* Fixes #308, refactor `NewSheet()`, `DeleteSheet()`, `SetActiveSheet()` and `G...xuri2018-12-15
* 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
* Add missing XML attributes `customWorkbookViews` and `customWorkbookView` in ...Ri Xu2017-11-16
* Trim blank cells which created by `completeCol()`, relate issue #81Ri Xu2017-07-16
* - Fix missing element in worksheet, workbook and styles. Related issue #81;Ri Xu2017-07-15
* Code optimize.Ri Xu2017-05-24
* - Add hyperlink and set formula support for cell support;Ri Xu2017-01-19
* Format commants, break comments after 80 characters.Ri Xu2017-01-18
* - Performance improvement, remove `replaceRelationshipsID` and `workBookCompa...Ri Xu2016-12-31
* - Fix issue: pivot cache and extending spreadsheetML missing;Ri Xu2016-12-26
* - Update maximum 31 characters allowed in sheet title;Ri Xu2016-12-23
* - Fix issue comments missing after save;Ri Xu2016-12-22
* Update godoc of package.Ri Xu2016-10-19
* Use conjunction with strings.Map to split Axis and update godoc.Ri Xu2016-09-12
* Format code with golint rulesRi Xu2016-09-02
* 1) Update readme file credits and go report badge added; 2) Remove use less f...Ri Xu2016-08-31
* Init commit.Ri Xu2016-08-30