Merge branch 'master' into new_formatter

This commit is contained in:
刘铭
2018-03-22 09:26:49 +08:00
3 changed files with 19 additions and 2 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)
}