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
/
stream.go
Commit message (
Expand
)
Author
Age
*
Optimize memory usage when stream flush and save (#659)
Lijingfeng
2020-10-05
*
update stream writer fields offset
xuri
2020-08-15
*
This closes #677 and closes #679, fix panic when enabling compiler inline flags
xuri
2020-08-06
*
support parse and generate XML element namespace dynamic, fix #651
xuri
2020-07-18
*
update docs and improve compatibility
xuri
2020-07-11
*
Update docs and typo fixed
xuri
2020-06-22
*
- Resolve #485 use sheet index instead of ID
xuri
2020-04-23
*
Performance improvements
xuri
2020-04-05
*
Resolve #580, revert commit https://github.com/360EntSecGroup-Skylar/excelize...
xuri
2020-02-19
*
Fix #576, serialize by fields order on stream flush
xuri
2020-02-13
*
Fix #551, handle empty rows in streaming reading
xuri
2019-12-31
*
Improve code coverage unit tests
xuri
2019-12-29
*
Stream to Excel table (#530)
Cameron Howey
2019-12-29
*
optimization: checking error in unit tests
xuri
2019-12-24
*
Fix #426, handle empty workbook view
xuri
2019-12-16
*
Fix #523, add stream writer for generate new worksheet with huge amounts of data
xuri
2019-12-10