Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Typo fix, rename exported constants, dependencies modules and copyright update | xuri | 2022-01-09 |
| | | | | Rename exported constants `NameSpaceDublinCoreMetadataIntiative` to `NameSpaceDublinCoreMetadataInitiative` | ||
* | Improve security and simplify code | xuri | 2021-08-15 |
| | | | | | | | - Make variable name more semantic - Reduce cyclomatic complexities for the formula calculate function - Support specified unzip size limit on open file options, avoid zip bombs vulnerability attack - Typo fix for documentation and error message | ||
* | Go 1.15 and later required, #65 fn: IMABS, IMCOS, IMCOSH, IMCOT, IMCSC, ↵ | xuri | 2021-04-04 |
| | | | | IMCSCH, IMEXP, IMLN and IMLOG10 | ||
* | #65 fn: N, PERCENTILE.INC and T | xuri | 2021-03-30 |
| | | | | typo fixed | ||
* | This closes #785, support to change tab color; new formula function: FISHER, ↵ | xuri | 2021-02-16 |
| | | | | FISHERINV, GAMMA, GAMMALN, MIN, MINA, PERMUT | ||
* | Update docs and typo fixed | xuri | 2020-06-22 |
| | |||
* | - New API: SetSheetFormatPr and GetSheetFormatPr | xuri | 2020-05-12 |
| | | | | - typo fix, resolve #635 | ||
* | Improve code coverage unit tests | xuri | 2019-12-29 |
| | |||
* | Optimize code of Getting/Setting Page Margins | xuri | 2019-10-17 |
| | |||
* | Documentation updated, Go 1.10+ required | xuri | 2019-08-11 |
| | |||
* | Resolve #369,#370 | xuri | 2019-04-15 |
| | | | | | | | | | | | | | | | | | | add error return value exported functions: GetMergeCells ProtectSheet UnprotectSheet UpdateLinkedValue GetMergeCells SetSheetVisible inner functions: workSheetReader copySheet | ||
* | Resolve #318, add new functions and | zhangleijlu | 2019-01-06 |
| | |||
* | README updated | xuri | 2019-01-01 |
| | |||
* | Add support to flip outline summaries | Harris | 2018-12-13 |
| | | | | | | | | | This adds outlinePr support, with the summaryBelow attribute which defaults to true. Closes #304 Signed-off-by: Michael Harris | ||
* | 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 |
| | |||
* | Fixes #256 and format document. | xuri | 2018-08-06 |
| | |||
* | - 24 hour time format supported, relate issue #163; | Ri Xu | 2017-12-01 |
| | | | | - godoc and go test updated | ||
* | Add {G,S}etSheetPrOptions() | Olivier Mengué | 2017-11-17 |
Add SetSheetPrOptions and GetSheetPrOptions to allow to set options on <sheetPr> and <pageSetUpPr>. The following options are implemented: - CodeName (string) - EnableFormatConditionsCalculation (bool) - Published (bool) - FitToPage (bool) - AutoPageBreaks (bool) |