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

This commit is contained in:
korv1982
2017-10-23 11:14:16 +03:00
committed by Ali Al Amine
parent d1d6f84447
commit 692406da5c
2 changed files with 12 additions and 3 deletions

5
xls.go
View File

@@ -37,7 +37,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" {