Thomas Charbonnel
ed91cddea5
This closes #1296 , add new function `GetRowOpts` for stream reader ( #1297 )
...
- Support get rows properties by `GetRowOpts` function
- New exported constant `MaxCellStyles`
2 years ago
EE
b8ceaf7bf6
This reduces memory usage and speedup the `AddComment` function ( #1311 )
...
By load only once for existing comment shapes, improving performance for adding comments in the worksheet
2 years ago
xuri
e07dac5c2e
Add new exported `ColorMappingType` used for color transformation
...
Using `ColorMappingType` color transformation types enumeration for tab color index, ref #1285
2 years ago
Thomas Charbonnel
4a029f7e36
This closes #1299 skip write nil values in SetRow ( #1301 )
...
Co-authored-by: Thomas Charbonnel <github@charbonnel.email>
2 years ago
xuri
504d469d3d
This closes #1298 , fix doc properties missing after creating new worksheet
3 years ago
Thomas Charbonnel
fd0eb2bcbf
This closes #1283 , support set and get color index, theme and tint for sheet tab
...
This commit renames `TabColor` into `TabColorRGB` (but keeps an alias for backwards compatibility), as well as adds support for more tab color options (Theme, Indexed and Tint).
Signed-off-by: Thomas Charbonnel <github@charbonnel.email>
3 years ago
xuri
ebea684ae5
Fix potential file corrupted and change worksheet name case-insensitive
...
- Using sheet ID instead of sheet index when delete the cell in calculation chain
- Update documentation for exported functions
- Using `sheet` represent the sheet name in the function parameters
3 years ago
Regan Yue
0d4c97c88a
Optimizing line breaks for comments ( #1281 )
3 years ago
xuri
40ed1d1b81
Fix potential file corrupted when changing cell value or the col/row
...
- Remove shared formula subsequent cell when setting the cell values
- Support adjust table range when removing and inserting column/row
3 years ago
MJacred
6429588e14
adjust `ErrColumnNumber`, rename `TotalColumns` to `MaxColumns` and add new constant `MinColumns` ( #1272 )
...
Signed-off-by: Benjamin Lösch <loesch.benny92@gmx.de>
3 years ago
xuri
e37724c22b
This fix potential panic and file corrupted
...
- Fix the panic when set or get sheet view options on the sheet without views options
- Fix generated workbook corruption caused by empty created or modified dcterms in the document core properties
- Update the unit tests
3 years ago
xuri
a65c5846e4
This closes #1262 , support for dependence formulas calculation
...
- Add export option `MaxCalcIterations` for specifies the maximum iterations for iterative calculation
- Update unit test for the database formula functions
3 years ago
Eagle Xiang
1dbed64f10
This closes #1269 , made the `NewStreamWriter` function case insensitive to worksheet name
...
Co-authored-by: xiangyz <xiangyz@dustess.com>
3 years ago
xuri
d74adcbb15
ref #65 , new formula function: DGET
3 years ago
xuri
695db4eae0
ref #65 , new formula functions: DPRODUCT, DSTDEV, DSTDEVP, DSUM, DVAR, and DVARP
3 years ago
yeshu
a77d38f040
Fix CONTRIBUTING doc typo issues ( #1266 )
3 years ago
yeshu
18afc88759
This closes #1264 , fix can't modify cell content issue in some cases
...
Remove inline rich text when setting cell value and cell formulas
3 years ago
xuri
dd6c3905e0
ref #65 , new formula function: DAVERAGE
3 years ago
xuri
eee6607e47
ref #65 , new formula functions: DMAX and DMIN
3 years ago
xuri
301f7bc217
This closes #1260 , fixes compiling issue under 32-bit, and new formula functions
...
- ref #65 , new formula functions: DCOUNT and DCOUNTA
- support percentile symbol in condition criteria expression
- this update dependencies module
3 years ago
xuri
2e1b0efadc
ref #65 , new formula function: HYPERLINK
3 years ago
xuri
61c71caf4f
ref #65 , new formula function: EUROCONVERT
3 years ago
xuri
852f211970
This closes #1257 , fix incorrect worksheet header footer fields order
3 years ago
xuri
7819cd7fec
ref #65 , new formula function: STEYX
3 years ago
xuri
5f4131aece
ref #65 , new formula function: DAYS360
3 years ago
xuri
b69da76063
ref #65 , new formula functions: NETWORKDAYS, NETWORKDAYS.INTL, and WORKDAY
3 years ago
z.hua
5beeeef570
This closes #1254 , `DeleteDataValidation` support delete all data validations in the worksheet
3 years ago
ww1516123
7f570c74f8
Fix the problem of multi arguments calculation ( #1253 )
3 years ago
jialei
d490a0f86f
RichTextRun support set superscript and subscript by vertAlign attribute ( #1252 )
...
check vertical align enumeration, update set rich text docs and test
3 years ago
xuri
d383f0ae6e
ref #65 : new formula function WORKDAY.INTL
3 years ago
Eng Zer Jun
6bcf5e4ede
refactor: replace strings.Replace with strings.ReplaceAll ( #1250 )
...
strings.ReplaceAll(s, old, new) is a wrapper function for
strings.Replace(s, old, new, -1). But strings.ReplaceAll is more
readable and removes the hardcoded -1.
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
3 years ago
xuri
f5d3d59d8c
ref #65 : new formula function EOMONTH
3 years ago
xuri
980fffa2b6
ref #65 : new formula function EDATE
3 years ago
xuri
604a01bf6b
ref #65 : new formula function WEEKNUM
3 years ago
xuri
8fde918d98
This update docs and tests for workbook encryption
3 years ago
xuri
7a6d5f5ebe
This initialized support for encryption workbook by password, ref #199
...
- Remove exported variable `ErrEncrypt`
3 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
afb2d27c90
This fix formula calculation accuracy issue and panic when set pane
...
- Fix `GROWTH` and `TREND` calculation accuracy issue
- Fix panic when add pane on empty sheet views worksheet
- New exported constants `MinFontSize`
3 years ago
xuri
63adac2589
make workbook open filed exception message clear
...
- New exported constant `ErrWorkbookPassword`
- Rename exported constant `ErrWorkbookExt` to `ErrWorkbookFileFormat`
3 years ago
xuri
8f16a76781
This fixes a part of staticcheck issues and updates the code of conduct
...
Update example for set cell hyperlinks with `HyperlinkOpts`
3 years ago
sceneq
be5a4033c0
This closes #1229 , rename ErrMaxFileNameLength to ErrMaxFilePathLength ( #1230 )
...
Co-authored-by: sceneq
3 years ago
xuri
19a0cf3cec
This closed #1163 , fix set cell value with column and row style inherit issue
3 years ago
xuri
c2311ce87d
This made library allowing insert WMF format image
3 years ago
xuri
0c3fd0223c
This closes #1225 , allowing insert EMF format images
3 years ago
xuri
eed431e0fc
This closes #1219 , fixes cell value reading issue, improves performance, and 1904 date system support
...
- Fix incorrect cell data types casting results when number formatting
- Support set cell value on 1904 date system enabled, ref #1212
- Improve performance for set sheet row and the merging cells, fix performance impact when resolving #1129
3 years ago
xuri
773d4afa32
This closes #1217 , support update cell hyperlink
...
Ref #1129 , make `SetRowStyle` overwrite style of the cells
3 years ago
xuri
856ee57c40
This closes #1212 , init support for 1900 or 1904 date system
3 years ago
xuri
0f93bd23c9
This closes #1213 , fix get incorrect rich text value caused by missing cell type checking
3 years ago
xuri
df91b34a3f
This closes #1211 , improve the compatibility with invalid internal styles count
3 years ago