Zitao
addcc1a0b2
Fix cpu usage problem of stream writer when merging cells ( #1359 )
...
Co-authored-by: zzt <zhangzitao@meican.com>
2 years ago
invzhi
74dad51cfc
This closes #1354 , stream writer will apply style in `RowOpts` for each cell ( #1355 )
...
Co-authored-by: Tianzhi Jin <tianzhi.jin@iglooinsure.com>
2 years ago
xuri
3f702999e6
Using the specialized name in a variable and making comments clear
...
- Add JSON tags for `AppProperties`, `PivotTableOption` and `PivotTableField` structure
2 years ago
Artem Tarasenko
73cc4bd449
This closes #1345 , support set custom line color in the charts ( #1346 )
2 years ago
xuri
b6cc43d824
This makes 6 functions concurrency safety
...
- These 6 functions now support concurrency safe: SetColWidth, GetColWidth, SetColVisible, GetColVisible, SetColStyle and GetColStyle
2 years ago
dafengge0913
c72fb747b8
Fix DeleteComment slice bounds out of range ( #1343 )
2 years ago
xuri
fb1aab7add
This closes #744 , the `Save`, `Write` and `WriteTo` function accept saving options
2 years ago
xuri
0c5cdfec18
This closes #1293 , add new function `GetColStyle`
...
- Fix generate workbook corruption after insert cols/rows in some case
- Update unit tests
- Update dependencies module
2 years ago
xuri
961a3e8933
Fix get image content was empty after inserting image
2 years ago
xuri
00470c17d9
This closes #1338 , fix apply AM/PM format issue
2 years ago
xuri
75ce231728
This closes #1323 , an error will be returned when set the not exist style ID
2 years ago
Kostya Privezentsev
18cd63a548
This is a breaking change closes #1332 ( #1333 )
...
This use `InsertRows` instead of `InsertRow`, and using `InsertCols` instead of `InsertCol`
2 years ago
davidborry
bef49e40ee
This closes #1330 update non existing sheet error messages ( #1331 )
2 years ago
chenliu1993
f8667386dc
This closes #827 , add new functions `GetDataValidations` and `GetConditionalFormats` ( #1315 )
...
Signed-off-by: chenliu1993 <13630583107@163.com>
2 years ago
Cooper de Nicola
0e9378fec2
This closes #1247 , add new function `SetSheetCol` for set worksheet column values ( #1320 )
...
Signed-off-by: cdenicola <cooper.denicola@instabase.com>
Co-authored-by: cdenicola <cooper.denicola@instabase.com>
2 years ago
xuri
cb8bca0e92
This closes #1290 and closes #1328
...
- Add new smooth field in chart format parameter, support specify if smooth line chart
- Fix decimal number format round issue with build-in number format
2 years ago
xuri
ab12307393
This made library allowing insert EMZ and WMZ format image
...
- Update dependencies module
2 years ago
Sangua633
cfa2d603dd
Support encrypt workbook with password #199 ( #1324 )
2 years ago
NaturalGao
76f336809f
This closes #849 , add new function `DeleteComment` for delete comment ( #1317 )
...
- Update unit tests for the delete comment
- Add 3 errors function for error messages
2 years ago
xuri
d1e76fc432
This closes #1319 , fix calculate error for formula with negative symbol
...
- Update unit test and comment for the functions
2 years ago
xuri
551fb8a9e4
This closes #1244 and closes #1314 , improving the compatibility with Google Sheet
...
- Format code with `gofmt`
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
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