20
0

Update comparexlsxlsx.go

This commit is contained in:
chinakuchong 2022-09-23 17:10:05 +08:00 committed by GitHub
parent 3bb2742fde
commit 8ab964568b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")