diff --git a/comparexlsxlsx.go b/comparexlsxlsx.go index 529690a..98d2cef 100644 --- a/comparexlsxlsx.go +++ b/comparexlsxlsx.go @@ -1,12 +1,12 @@ package xls - +/* import ( "fmt" // "github.com/tealeg/xlsx" "math" "strconv" ) -/* + //Compares xls and xlsx files func CompareXlsXlsx(xlsfilepathname string, xlsxfilepathname string) string { xlsFile, err := Open(xlsfilepathname, "utf-8")