21
0
Fork 0
This commit is contained in:
Liu Ming 2017-08-18 11:15:10 +08:00
parent ce73093973
commit 75efccf7f9
1 changed files with 4 additions and 0 deletions

View File

@ -101,6 +101,10 @@ func (wb *WorkBook) parseBof(buf io.ReadSeeker, b *bof, pre *bof, offset_pre int
wb.sst[offset_pre] = wb.sst[offset_pre] + str
}
if err == io.EOF {
break
}
offset_pre++
err = binary.Read(buf_item, binary.LittleEndian, &size)
}