xls
xls copied to clipboard
refactor: optimize Workbook.get_string
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