OSDN Git Service

This fixed incorrect formula calculation exception expected result
authorxuri <xuri.me@gmail.com>
Mon, 29 May 2023 16:14:44 +0000 (00:14 +0800)
committerxuri <xuri.me@gmail.com>
Mon, 29 May 2023 16:19:12 +0000 (00:19 +0800)
commit121ac17ca0e5458d4915aa8743abc26fc56075c5
treecbdb7ea4e8eb0494ce18d94e7ff6f5830a98b80a
parente3fb2d7bad2fb72556a014da8d4f96e4294b896e
This fixed incorrect formula calculation exception expected result

- Simplify and remove duplicate code for optimization
- Update documentation comments with typo fix
- Handle error return to save the workbook
- Add file path length limitation details in the error message
16 files changed:
calc.go
calc_test.go
date.go
errors.go
excelize.go
hsl.go
numfmt.go
numfmt_test.go
rows.go
rows_test.go
styles.go
table.go
xmlDecodeDrawing.go
xmlStyles.go
xmlWorkbook.go
xmlWorksheet.go