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

@extrame