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.
|
||||
//
|
||||
eFile, err := os.ReadFile(outfile)
|
||||
is.NoErr(err)
|
||||
|
||||
err = os.WriteFile(path.Join("/home/marv/wip/amseltools", "foo.xlsx"), eFile, 0o644)
|
||||
is.NoErr(err)
|
||||
// eFile, err := os.ReadFile(outfile)
|
||||
// is.NoErr(err)
|
||||
//
|
||||
// err = os.WriteFile(path.Join("/home/marv/wip/amseltools", "foo.xlsx"), eFile, 0o644)
|
||||
// is.NoErr(err)
|
||||
|
||||
// Read the excel.
|
||||
f, err := excelize.OpenFile(outfile)
|
||||
|
Loading…
Reference in New Issue
Block a user