Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | excelize -> anyxcelizegetRowInterface | George Abbott | 2023-06-15 |
| | |||
* | Remove internal error log print, throw XML deserialize error | xuri | 2022-11-13 |
| | |||
* | Fix the error on getting the range of merged cells on the worksheet which ↵ | xuri | 2022-10-28 |
| | | | | | | | | contains one cell merged cell range - Parse workbook default theme for custom theme color support in the feature - Variables name typo fix - Add system foreground and background color as RGB in the IndexedColorMapping list | ||
* | Format code, update documentation and remove exported variable `XMLHeaderByte` | xuri | 2022-03-24 |
| | |||
* | This closes #1148, resolve limitations when adding VBA project to the workbook | xuri | 2022-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 | ||
* | Fix file corrupted in some cases, check file extension and format code | xuri | 2022-01-23 |
| | | | | | | Fix file corrupted when save as in XLAM / XLSM / XLTM / XLTX extension in some case New exported error ErrWorkbookExt has been added, and check file extension on save the workbook Format source code with `gofumpt` | ||
* | ref #1096, reduce memory usage by about 50% for large data spreadsheet | xuri | 2022-01-11 |
| | |||
* | Typo fix, rename exported constants, dependencies modules and copyright update | xuri | 2022-01-09 |
| | | | | Rename exported constants `NameSpaceDublinCoreMetadataIntiative` to `NameSpaceDublinCoreMetadataInitiative` | ||
* | This closes #1096, memory usage optimization and another 4 changes | xuri | 2021-12-27 |
| | | | | | | | | - Unzip shared string table to system temporary file when large inner XML, reduce memory usage about 70% - Remove unnecessary exported variable `XMLHeader`, we can using `encoding/xml` package's `xml.Header` instead of it - Using constant instead of inline text for default XML path - Rename exported option field `WorksheetUnzipMemLimit` to `UnzipXMLSizeLimit` - Unit test and documentation updated | ||
* | 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 | ||
* | Update docs and typo fixed | xuri | 2020-06-22 |
| | |||
* | Improve code coverage unit tests | xuri | 2019-12-29 |
| | |||
* | Compatible with up to 64 namespaces of Kingsoft WPS | xuri | 2019-12-02 |
| | |||
* | Update XML namespace | xuri | 2019-11-30 |
| | |||
* | Optimize code of Getting/Setting Page Margins | xuri | 2019-10-17 |
| | |||
* | Documentation updated, Go 1.10+ required | xuri | 2019-08-11 |
| | |||
* | Add the ability to change the default font | Harris | 2019-05-23 |
| | | | | Closes #390 | ||
* | README updated | xuri | 2019-01-01 |
| | |||
* | 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 |
| | |||
* | - Initialize shared formula types support, relate issue #227; | xuri | 2018-05-26 |
| | | | | - go test and godoc has been updated | ||
* | Improve unit testing, remove redundant code. | xuri | 2018-05-14 |
| | |||
* | save bytes on memory instead of string | Lunny Xiao | 2018-05-07 |
| | |||
* | Simplify code and update unit tests. | Ri Xu | 2017-08-01 |
| | |||
* | - Font bold, italic and underline style support. Relate issue #45; | Ri Xu | 2017-04-25 |
| | | | | | - Function `GetRows()` doc updated, relate issue #43; - go test and embed template updated | ||
* | - Initialize char support, relate issue #31; | Ri Xu | 2017-04-23 |
| | | | | | | | | - Doc for function `GetRows()` updated, relate issue #43; - Fix doc typo in `xmlContentTypes.go`; - Default template updated; - Readme updated; - go test updated | ||
* | Fix missing `oneCellAnchor` element after add picture in some cases. | Ri Xu | 2017-03-01 |
| | |||
* | Update godoc of package. | Ri Xu | 2016-10-19 |
| | |||
* | Format code with golint rules | Ri Xu | 2016-09-02 |
| | |||
* | Init commit. | Ri Xu | 2016-08-30 |