Geoffrey J. Teale 11 years ago
parent
commit
a208862191
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib.go

+ 1 - 1
lib.go

@@ -380,7 +380,7 @@ func readRowsFromSheet(Worksheet *xlsxWorksheet, file *File) ([]*Row, int, int)
 		} else {
 			row = makeRowFromRaw(rawrow)
 		}
-		
+
 		row.Hidden = rawrow.Hidden
 
 		insertColIndex = minCol