liuxinghen

Results 1 issues of liuxinghen

[test_data_2.xls.zip](https://github.com/extrame/xls/files/4665830/test_data_2.xls.zip) 读取附件中的文件,读取到253行附近开始无法获得后面文本单元格的文本值。 ![image](https://user-images.githubusercontent.com/38654998/82626554-afc18700-9c1a-11ea-8607-448f33d8712d.png) 问题出现在workbook.go第118行,在读不到数据的循环中,binary.Read(buf_item, binary.LittleEndian, &size)开始返回err==EOF,但是分支并没有处理。