Мелкие изменения

This commit is contained in:
korv1982
2017-10-23 11:14:16 +03:00
parent 75efccf7f9
commit 18a6340e66
2 changed files with 12 additions and 3 deletions

5
xls.go
View File

@@ -27,7 +27,10 @@ func OpenReader(reader io.ReadSeeker, charset string) (wb *WorkBook, err error)
for _, file := range dir {
name := file.Name()
if name == "Workbook" {
book = file
if book == nil {
book = file
}
//book = file
// break
}
if name == "Book" {