Update comparexlsxlsx.go
This commit is contained in:
parent
4a6cf26307
commit
3bb2742fde
@ -2,11 +2,11 @@ package xls
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/tealeg/xlsx"
|
// "github.com/tealeg/xlsx"
|
||||||
"math"
|
"math"
|
||||||
"strconv"
|
"strconv"
|
||||||
)
|
)
|
||||||
|
/*
|
||||||
//Compares xls and xlsx files
|
//Compares xls and xlsx files
|
||||||
func CompareXlsXlsx(xlsfilepathname string, xlsxfilepathname string) string {
|
func CompareXlsXlsx(xlsfilepathname string, xlsxfilepathname string) string {
|
||||||
xlsFile, err := Open(xlsfilepathname, "utf-8")
|
xlsFile, err := Open(xlsfilepathname, "utf-8")
|
||||||
@ -53,3 +53,4 @@ func CompareXlsXlsx(xlsfilepathname string, xlsxfilepathname string) string {
|
|||||||
|
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user