This commit is contained in:
parent
8eea6b08ab
commit
030c39580d
@ -83,11 +83,11 @@ func TestCreate(t *testing.T) {
|
|||||||
|
|
||||||
// NOTE: Uncomment this to view excel file.
|
// NOTE: Uncomment this to view excel file.
|
||||||
//
|
//
|
||||||
eFile, err := os.ReadFile(outfile)
|
// eFile, err := os.ReadFile(outfile)
|
||||||
is.NoErr(err)
|
// is.NoErr(err)
|
||||||
|
//
|
||||||
err = os.WriteFile(path.Join("/home/marv/wip/amseltools", "foo.xlsx"), eFile, 0o644)
|
// err = os.WriteFile(path.Join("/home/marv/wip/amseltools", "foo.xlsx"), eFile, 0o644)
|
||||||
is.NoErr(err)
|
// is.NoErr(err)
|
||||||
|
|
||||||
// Read the excel.
|
// Read the excel.
|
||||||
f, err := excelize.OpenFile(outfile)
|
f, err := excelize.OpenFile(outfile)
|
||||||
|
Loading…
Reference in New Issue
Block a user