xuri
1da129a3df
ref #65 , new formula functions: CHIINV and BETADIST
3 years ago
xuri
c3424a9a0f
ref #65 , new formula functions: LOGNORM.DIST and LOGNORMDIST
3 years ago
xuri
4220bf4327
ref #65 , new formula functions: LOGNORM.INV and LOGINV
...
* Update docs for the function `SetCellHyperLink`
3 years ago
xuri
e1d660dda7
ref #65 , new formula functions: GAMMA.INV and GAMMAINV and format code
3 years ago
xuri
361611c23a
ref #65 , new formula functions: GAMMA.DIST and GAMMADIST
3 years ago
xuri
aee7bdd3a0
ref #65 , new formula functions: F.INV and GAUSS
3 years ago
longphee
74b1a998d6
This closes #1172 , support set hole size for doughnut ( #1173 )
3 years ago
xuri
56aa6b8263
ref #65 , new formula functions and read boolean data type cell value support
...
* added 3 new formula functions: BETAINV, BETA.INV, F.INV.RT
3 years ago
xuri
61eb265c29
This closes #1171 , improve the compatibility and added new formula function
...
ref #65 , added new formula function: FINV
3 years ago
xuri
354d1696d8
ref #65 , new formula functions: CORREL, SUMX2MY2, SUMX2PY2, and SUMXMY2
3 years ago
xuri
f0cb29cf66
This closes #1162 , improve the compatibility with alternate content
...
Preserve alternate content in the workbook, worksheet, and drawingML
3 years ago
xuri
129052ae7d
This closes #1164 , fix nested formula calculation result error
3 years ago
xuri
3971e8a48b
ref #65 , new formula functions: COVAR, COVARIANCE.P, EXPON.DIST and EXPONDIST
3 years ago
xuri
1efa283887
ref #65 , new formula functions FORMULATEXT and TYPE
3 years ago
xuri
42a9665aa9
ref #65 : formula function INDIRECT support and formula engine improvement
...
Support calculation with the none parameter formula function after infix operator notation
3 years ago
xuri
471c8f22d0
This closes #1160 , and added 4 new formula functions
...
* Fix show sheet tabs issue
* Ref #65 , new formula functions: ERROR.TYPE, HOUR, SECOND TIMEVALUE
3 years ago
xuri
92764195dc
This improvement number format support
...
* Local month name and AM/PM format support Tibetan and Traditional Mongolian
* Support text place holder
3 years ago
wangxuliBY
3231817169
This fixed code review issue in PR #1154 ( #1159 )
3 years ago
xuri
e84130e55c
Improvement local month name and AM/PM format support in number format
...
* Support for the Vietnamese, Wolof and Xhosa
3 years ago
xuri
8a6815fccc
Improvement local month name and AM/PM format support in number format
...
* Support for the Irish, Russian, Spanish, Thai, Turkish, Welsh, Yi, and Zulu
3 years ago
xuri
07be993631
Fixed parsing decimal precision issue
3 years ago
xuri
f87c39c41d
This closes #1148 , resolve limitations when adding VBA project to the workbook
...
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
3 years ago
xuri
ad09698515
Initialize local month name and AM/PM format support for number format
3 years ago
xuri
4b64b26c52
Ref: #660 , #764 , #1093 , #1112 , #1133 This improve number format support
...
- Introduced NFP (number format parser) dependencies module
- Initialize custom dates and times number format support
- Dependencies module upgraded
3 years ago
xuri
3f8f4f52e6
This closes #1139 , `SetCellDefault` support non-numeric value
...
- Add default value on getting `View` property of sheet views
- Add examples and unit test for set sheet views
- Re-order field on sheet view options
- Fix incorrect build-in number format: 42
- Simplify code for the `stylesReader` function
3 years ago
David
0f1fcb78d5
Support workbook views Showruler settings ( #1138 )
3 years ago
David
862dc9dc13
Support workbook views settings ( #1136 )
3 years ago
xuri
156bf6d16e
This closes #1129 , make cell support inheritance columns/rows style
...
Correct cells style in merge range
Fix incorrect style ID returned on getting cell style in some cases
Unit test updated and simplified code
3 years ago
xuri
3ee3c38f9c
Fix file corrupted in some cases, check file extension and format code
...
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`
3 years ago
xuri
74f6ea94ea
ref #1054 , breaking change for the column and row's iterator
...
This removed 3 exported functions: `TotalCols`, `CurrentCol` and `CurrentRow`
3 years ago
xuri
4daa6ed0b4
Breaking change: remove `TotalRows` of row iterator and performance optimization
...
Reduce allocation memory 20%, and 80% GC times for the row's iterator
3 years ago
xuri
50c4dedf8d
This closes #1122 , improve compatibility with LibreOffice
...
Fixed the issue auto filter doesn't work on LibreOffice if the sheet name has spaces
3 years ago
xuri
236ee61d20
This closes #1119 , style parsing issue fixed
3 years ago
Dokiy
67127883dd
Fix adjustMergeCells not modifies cell rect ( #1118 )
3 years ago
xuri
b96329cc88
Breaking change for data validation and fixed #1117
...
- Remove second useless parameter `isCurrentSheet` of the function `SetSqrefDropList`
- Fix missing page setup of worksheet after re-saving the spreadsheet
3 years ago
xuri
891e5baac1
ref #1096 , reduce memory usage by about 50% for large data spreadsheet
3 years ago
xuri
2245fccca0
Typo fix, rename exported constants, dependencies modules and copyright update
...
Rename exported constants `NameSpaceDublinCoreMetadataIntiative` to `NameSpaceDublinCoreMetadataInitiative`
3 years ago
Jonham.Chen
af5c4d00e8
feat: implement SHA-512 algorithm to ProtectSheet ( #1115 )
3 years ago
xuri
9e64df6a96
Update create style example, using a pointer of the structure instead of JSON
3 years ago
xuri
e37e060d6f
This closes #1107 , stream writer will create a time number format for time type cells
...
Unit test coverage improved
3 years ago
vst
c5990ea348
Preserve horizontal tab character when set the cell value ( #1108 )
3 years ago
xuri
89b85934f6
This closes #1096 , memory usage optimization and another 4 changes
...
- 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
3 years ago
xuri
6b1e592cbc
This closes #1095 , support to set and get document application properties
3 years ago
xuri
089cd365a3
This closes #1097 , initialized formula function XLOOKUP and update test
3 years ago
xuri
6051434bf8
ref #65 , new formula functions MAXIFS and MINIFS
3 years ago
xuri
63fe422299
new formula function and update docs for formula functions
...
ref #65 , new formula function: INDEX (array formula not support yet)
3 years ago
xuri
c0ac3165bd
ref #65 : new formula function COUNTIFS
3 years ago
xuri
3371933494
ref #65 : new formula functions: AVERAGEIF and COUNTIF
3 years ago
xuri
76aacfda0b
ref #65 : new formula function: SHEETS, and fix SHEET function count issue
3 years ago
jaby
b33e39369a
This closes #1090 ( #1092 )
...
Keep track of operators per function
3 years ago