Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix adjustMergeCells not modifies cell rect (#1118) | Dokiy | 2022-01-14 |
| | |||
* | Typo fix, rename exported constants, dependencies modules and copyright update | xuri | 2022-01-09 |
| | | | | Rename exported constants `NameSpaceDublinCoreMetadataIntiative` to `NameSpaceDublinCoreMetadataInitiative` | ||
* | Export 7 errors so users can act differently on different type of errors | xuri | 2021-12-07 |
| | |||
* | Fix adjustMergeCellsHelper and add some test cases (#1082) | Dokiy | 2021-12-06 |
| | | | Signed-off-by: Dokiys <dokiychang@gmail.com> | ||
* | Speed up merge cells | three | 2021-08-13 |
| | |||
* | This closes #979, fix the data validation deletion issue and tidy the ↵ | xuri | 2021-08-06 |
| | | | | internal function in the source code | ||
* | - Support concurrency iterate rows and columns | xuri | 2021-07-05 |
| | | | | | - Rename exported field `File.XLSX` to `File.Pkg` - Exported error message | ||
* | This closes #652, new SetColWidth API, support set column width in stream ↵ | xuri | 2021-05-10 |
| | | | | writing mode, and export error message | ||
* | This closes #774, closes #775 and closes #776 | xuri | 2021-02-02 |
| | | | | | | | | - correct adjust calculation chain in duplicate rows - correct adjust defined name in the workbook when delete worksheet - use absolute reference in the auto filters defined name to make it compatible with OpenOffice - API `CoordinatesToCellName` have a new optional param to specify if using an absolute reference format - Fix cyclomatic complexity issue of internal function `newFills` and `parseToken` | ||
* | - Resolve #627, improve multi-series line chart compatibility with KingSoft WPS | xuri | 2020-10-11 |
| | | | | | | - Avoid to create duplicate style - Update unit test for the auto filter - Init code scanning alerts | ||
* | Improve code coverage unit tests | xuri | 2019-12-29 |
| | |||
* | Optimize code, fix golint issues | xuri | 2019-06-20 |
| | |||
* | Fix #424, refactor merged cells adjuster | xuri | 2019-06-12 |
| | |||
* | Fixed #418, #420, #421, init adjust calculation chain support | xuri | 2019-06-08 |
| | | | | Update testing case | ||
* | add unit tests to functions | xuri | 2019-04-16 |
| | |||
* | Resolve #369,#370 | xuri | 2019-04-15 |
| | | | | | | | | | | | | | | | | | | add error return value exported functions: GetMergeCells ProtectSheet UnprotectSheet UpdateLinkedValue GetMergeCells SetSheetVisible inner functions: workSheetReader copySheet | ||
* | Add unit test to improve testing coverage | xuri | 2019-03-24 |