Geoffrey J. Teale 9 years ago
parent
commit
78618502cc
2 changed files with 0 additions and 2 deletions
  1. 0 1
      cell.go
  2. 0 1
      lib.go

+ 0 - 1
cell.go

@@ -357,7 +357,6 @@ func parseTime(c *Cell) (string, error) {
 	val := TimeFromExcelTime(f, c.date1904)
 	format := c.GetNumberFormat()
 
-
 	// Replace Excel placeholders with Go time placeholders.
 	// For example, replace yyyy with 2006. These are in a specific order,
 	// due to the fact that m is used in month, minute, and am/pm. It would

+ 0 - 1
lib.go

@@ -684,7 +684,6 @@ func readSheetsFromZipFile(f *zip.File, file *File, sheetXMLMap map[string]strin
 	}
 	file.Date1904 = workbook.WorkbookPr.Date1904
 
-
 	for entryNum, _ := range workbook.DefinedNames.DefinedName {
 		file.DefinedNames = append(file.DefinedNames, &workbook.DefinedNames.DefinedName[entryNum])
 	}