xuri
12645e7116
This fixes #1461 , supports 0 row height and column width
...
- Increase max cell styles to 65430
- Add new exported error variable `ErrCellStyles`
- Update unit tests, support test under Go 1.20.x
2 years ago
xuri
7363c1e333
Go 1.16 and later required, migration of deprecation package `ioutil`
...
- Improving performance for stream writer `SetRow` function, reduces memory usage over and speedup about 19%
- Update dependencies module
- Update GitHub workflow
2 years ago
xuri
8152bbb2ce
This closes #1312 , #1313 , fix number format issue
...
- Add supported options in the docs of the functions `SetSheetPrOptions` and `GetSheetPrOptions`
- Add go1.19 unit test settings, and made the test case compatible with go1.19
- Update dependencies module
2 years ago
dependabot[bot]
551b83afab
This update dependencies module and GitHub Action settings
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
xuri
1c167b96a3
Improves the calculation engine, docs update, and adds the dependabot
...
- Initialize array formula support for the formula calculation engine
- Update example and unit test of `AddPivotTable`
- Update the supported hash algorithm of ProtectSheet
3 years ago
xuri
be8fc0a4c5
ref #65 , new formula functions: T.DIST.2T and T.DIST.RT
...
- Update GitHub Action settings
3 years ago
xuri
94f197c4fe
This improved formula calculate precision and added zero placeholder number format support
3 years ago
xuri
de38402f74
This closes #1031 , fix small float parsed error in some case
...
- new formula function: YEARFRAC, ref #65
- update the codecov version
- remove unused variable
3 years ago
xuri
2add938798
- new formula functions: DATEVALUE, ref #65
...
- fix ineffectual variable assignments
- timeout in go test
3 years ago
xuri
a2d449708c
- This fix panic and incorrect cell read on some case
...
- Make unit test on Go 1.7
- API documentation updated
3 years ago
xuri
e9ae9b45b2
change go module import path to github.com/xuri/excelize
4 years ago
xuri
38162539b6
Create go.yml
4 years ago
xuri
d1926675f8
- Resolve #627 , improve multi-series line chart compatibility with KingSoft WPS
...
- Avoid to create duplicate style
- Update unit test for the auto filter
- Init code scanning alerts
4 years ago
xuri
efe3219af0
Delete ISSUE_TEMPLATE.md
7 years ago
xuri
b11b95a69a
Update issue templates
...
Issue templates have been added.
7 years ago
xuri
d96440edc4
- Performance optimization 20% faster, 14% memory savings on set cell values;
...
- Using the canonical syntax in issue template and contributing guide;
- go test has been updated
7 years ago
Ri Xu
46187309f4
Issue template and contributing guide updated.
7 years ago
Ri Xu
af737dd3f6
Issue template added.
7 years ago