issues
search
extrame
/
xls
Pure Golang xls library
Apache License 2.0
331
stars
210
forks
source link
refactor: optimize Workbook.get_string
#86
Open
tiptok
opened
2 years ago
tiptok
commented
2 years ago
Optimize some binary.Read(), the parsing speed is increased by 10x
before parse excel with row 65535 cost 139s
after parse excel with row 65535 cost 13s
@extrame
Optimize some binary.Read(), the parsing speed is increased by 10x
@extrame