OSDN Git Service

This closes #774, closes #775 and closes #776
authorxuri <xuri.me@gmail.com>
Tue, 2 Feb 2021 14:23:16 +0000 (22:23 +0800)
committerxuri <xuri.me@gmail.com>
Tue, 2 Feb 2021 14:23:16 +0000 (22:23 +0800)
commit1f329e8f968014e26351a729ba7e6e3c846e96db
tree16d5e3629e071eb313e914badd6ec55f369c004e
parentdb7b4ee36200df4b4838c2111e81808016b4f6ef
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`
adjust.go
adjust_test.go
calc.go
lib.go
sheet.go
sheet_test.go
styles.go
table.go