From 3bb2742fde0738b1e88b0a4d6851300b4906e886 Mon Sep 17 00:00:00 2001 From: chinakuchong <56958965+chinakuchong@users.noreply.github.com> Date: Fri, 23 Sep 2022 16:35:29 +0800 Subject: [PATCH] Update comparexlsxlsx.go --- comparexlsxlsx.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/comparexlsxlsx.go b/comparexlsxlsx.go index a161abd..529690a 100644 --- a/comparexlsxlsx.go +++ b/comparexlsxlsx.go @@ -2,11 +2,11 @@ package xls import ( "fmt" - "github.com/tealeg/xlsx" +// "github.com/tealeg/xlsx" "math" "strconv" ) - +/* //Compares xls and xlsx files func CompareXlsXlsx(xlsfilepathname string, xlsxfilepathname string) string { xlsFile, err := Open(xlsfilepathname, "utf-8") @@ -53,3 +53,4 @@ func CompareXlsXlsx(xlsfilepathname string, xlsxfilepathname string) string { return "" } +*/