xuri
9af00b9b98
This closes #804 , fixes can't add timelines and slicers for a pivot table in generated spreadsheet
4 years ago
xuri
2350866d46
#65 fn: NOW and TODAY, and update dependencies
4 years ago
jinhyuk-kim-ca
b83a36a8ae
support ShowError option in Pivot table ( #802 )
4 years ago
xuri
7e12b560ce
#625 , support setting formula for cell in streaming API
4 years ago
xuri
71bd5e1959
fix incorrect default column from GetColWidth
4 years ago
yuki2006
dbe88d723e
Fix UpdateLinkedValue which returns an error when has graph sheet ( #793 )
...
* Fixed UpdateLinkedValue which returns an error when there is a graph sheet
Signed-off-by: yuuki.ono <yagfair@gmail.com>
* fix refactoring from review
Signed-off-by: yuuki.ono <yagfair@gmail.com>
4 years ago
James Allen
a12dfd3ce6
Add support for setting hyperlink display & tooltip ( closes #790 ) ( #794 )
4 years ago
xuri
7ef1892f32
#65 fn: LARGE, SMALL, SUBSTITUTE, refactor ARABIC
4 years ago
xuri
afe2ebc261
This improves compatibility for absolute XML path, Windows-style directory separator and inline namespace;
4 years ago
xuri
5a0d885315
handle default underline type on get rich text; #65 fn: CODE, COLUMN, FIND, FINDB
4 years ago
xuri
d84050921e
check empty rich text run properties; new formula fn: LEFT, LEFTB, RIGHT, RIGHTB
4 years ago
tonnyzhang
bbb8ebfa8c
add GetCellRichText method and test ( #789 )
4 years ago
xuri
2833395347
This closes #787 , avoid duplicate rich text string items, new formula fn: BIN2DEC, BIN2HEX, BIN2OCT, HEX2BIN, HEX2DEC, HEX2OCT, OCT2BIN, OCT2DEC, OCT2HEX
4 years ago
xuri
9154d500cf
ref: #756 , set cell as blank when SetCellValue with nil #756 , new formula fn: BITAND, BITLSHIFT, BITOR, BITRSHIFT, BITXOR
4 years ago
xuri
ae6f56b953
#65 fn: DEC2BIN, DEC2HEX, DEC2OCT
4 years ago
xuri
b3493c5416
#65 fn: KURT, STDEV, STDEVA
4 years ago
xuri
bddea1262b
This closes #785 , support to change tab color; new formula function: FISHER, FISHERINV, GAMMA, GAMMALN, MIN, MINA, PERMUT
4 years ago
xuri
36b7990d6b
lint issue fixed and new formula function: ATAN, AVERAGE, AVERAGEA, CONCAT, CONCATENATE, COUNT, COUNTBLANK, MAX
4 years ago
xuri
ca6b1577a7
add ten formula functions: ENCODEURL, EXACT, FALSE, IFERROR, ISTEXT, LENB, NOT, REPT, SHEET, TRUE
4 years ago
xuri
ec45d67e59
binary search in range lookup and new formula function: LOOKUP
4 years ago
xuri
3648335d7f
This improves compatibility for worksheet relative XML path and multi rules auto filter
4 years ago
xuri
3783d1d01b
This closes #782 , fix unmerge all cells cause corrupted file
4 years ago
xuri
23c73ab527
init new formula function: HLOOKUP
4 years ago
xuri
30549c5e90
fix custom row height check issue
4 years ago
xuri
2fb135bc94
handle end element event in the worksheet row/column iterator XML SAX parser
4 years ago
xuri
66d85dae13
init new formula function: VLOOKUP
4 years ago
xuri
1f329e8f96
This closes #774 , closes #775 and closes #776
...
- 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`
4 years ago
xuri
db7b4ee362
update formula functions test
4 years ago
xuri
4ac32278ff
Fix hyperbolic cotangent calculation incorrect and unit test
4 years ago
xuri
76c72e0a30
Nested formula function support cell references as arguments
4 years ago
xuri
dd77cfe44c
refactor formula calculation framework, add new function CHOOSE, and update dependencies module
4 years ago
Eagle Xiang
219add2f0e
value fields xlsxPatternFill.FgColor & xlsxPatternFill.BgColor cause … ( #770 )
...
* value fields xlsxPatternFill.FgColor & xlsxPatternFill.BgColor cause ineffective omitempty tags
* remove useless omitempty tag on xlsxPatternFill.FgColor and xlsxPatternFill.BgColor
4 years ago
xuri
b84bd1abc0
new formula fn: IF, LEN; not equal operator support and faster numeric precision process
4 years ago
xuri
e568319bbc
Fixed #766 , change order, and added fields of workbook fields
4 years ago
Ray
58ecf81630
Update excelize.go ( #765 )
...
miss a char as 'l' in the excel.
4 years ago
xuri
1bc5302007
Fixed #764 , add a condition for round precision
4 years ago
xuri
b260485f29
support to set print black and white and specified the first printed page number
4 years ago
xuri
054bb9f061
Support to adjust print scaling of the worksheet
4 years ago
xuri
a26675517e
This closes #756 , not set the empty string for the cell when SetCellValue with nil
4 years ago
龚尚
22dc6ff33c
Update the tips message for Go modules user
4 years ago
xuri
71829c5202
AddChart support disable legend of the chart
4 years ago
xuri
576bfffbe6
This closes #752 , fix incorrectly merged cells on duplicate row, and new formula function: LOWER, PROPER, UPPER
4 years ago
xuri
77978ac68d
This closes #657 and closes #748 , AddChart support custom marker symbol and symbol size, fix AddPicture auto fit failure with multi merged cells
4 years ago
Zhang Zhipeng
ad79505173
new formula func CLEAN and TRIM, change import path to v2 ( #747 )
4 years ago
Artem Kustikov
61057c58d3
Number format read fix ( #741 )
...
* fix UT-generated file names to be ignored
* fix cell value load with invalid number format ID
* fix PR issues
4 years ago
jacentsao
95d8920c8e
support range validation for decimal ( #739 )
...
Co-authored-by: jacen_cao <jacentsao@kingdee.com>
4 years ago
xuri
13e0ed2a69
Fixed #735 , refresh active tab after delete sheet
4 years ago
xuri
599a8cb0bc
Fixed #727 , rounding numeric with precision for formula calculation
4 years ago
xuri
92c8626f81
Fixed #732 , support single line with repeated row element in the sheet data
4 years ago
Eugene Androsov
2be4bfd410
Fix row duplicate mechanism ( #729 )
4 years ago