| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
BIN2DEC, BIN2HEX, BIN2OCT, HEX2BIN, HEX2DEC, HEX2OCT, OCT2BIN, OCT2DEC, OCT2HEX
|
|
|
|
| |
fn: BITAND, BITLSHIFT, BITOR, BITRSHIFT, BITXOR
|
| |
|
| |
|
|
|
|
| |
FISHERINV, GAMMA, GAMMALN, MIN, MINA, PERMUT
|
|
|
|
| |
CONCATENATE, COUNT, COUNTBLANK, MAX
|
|
|
|
| |
NOT, REPT, SHEET, TRUE
|
| |
|
|
|
|
| |
auto filter
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- 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`
|
| |
|
| |
|
| |
|
|
|
|
| |
dependencies module
|
|
|
|
|
| |
* value fields xlsxPatternFill.FgColor & xlsxPatternFill.BgColor cause ineffective omitempty tags
* remove useless omitempty tag on xlsxPatternFill.FgColor and xlsxPatternFill.BgColor
|
|
|
|
| |
precision process
|
| |
|
|
|
| |
miss a char as 'l' in the excel.
|
| |
|
| |
|
| |
|
|
|
|
| |
with nil
|
| |
|
| |
|
|
|
|
| |
formula function: LOWER, PROPER, UPPER
|
|
|
|
| |
symbol size, fix AddPicture auto fit failure with multi merged cells
|
| |
|
|
|
|
|
| |
* fix UT-generated file names to be ignored
* fix cell value load with invalid number format ID
* fix PR issues
|
|
|
| |
Co-authored-by: jacen_cao <jacentsao@kingdee.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* optimize marshal
* optimize mem alloc
* add benchmark testing
* add NewSheetWithRowNum testing
* sync struct fields order
* add BenchmarkNewSheetWithStreamWriter
* delete NewSheetWithRowNum and benchmark test
|
| |
|
| |
|
|
|
|
| |
NewSheet in some case, fix panic on formatted value with no built-in number format ID
|
|
|
|
| |
rename with same names
|
|
|
|
| |
on retrieving the top token type
|
|
|
|
| |
- Update unit test
|