index
:
anyxcelize
getRowInterface
A fork of excelize to be able to write non-strings.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
merge_test.go
Commit message (
Expand
)
Author
Age
*
This is a breaking change, remove partial internal error log print, throw XML...
xuri
2022-11-12
*
Fix the error on getting the range of merged cells on the worksheet which con...
xuri
2022-10-28
*
This closes #1360, closes #1361
xuri
2022-09-28
*
This closes #1330 update non existing sheet error messages (#1331)
davidborry
2022-08-28
*
Format code, update documentation and remove exported variable `XMLHeaderByte`
xuri
2022-03-24
*
Export 7 errors so users can act differently on different type of errors
xuri
2021-12-07
*
This closes #833, closes #845, and closes #1022, breaking changes
xuri
2021-09-19
*
Add set shared formula support and documentation for the `SetCellFormula`
xuri
2021-09-03
*
Improve security and simplify code
xuri
2021-08-15
*
Speed up merge cells
three
2021-08-13
*
change go module import path to github.com/xuri/excelize
xuri
2021-07-28
*
- Support concurrency iterate rows and columns
xuri
2021-07-05
*
- Resolve #485 use sheet index instead of ID
xuri
2020-04-23
*
optimize code and comments: use println errors instead of panic
xuri
2020-01-03