improvements

This commit is contained in:
2021-11-25 16:49:24 -03:00
parent ccae321dc9
commit aee712a88a
5 changed files with 28 additions and 4 deletions
-1
View File
@@ -43,7 +43,6 @@ func (c *Cli) Write(fname string, sheet string, cell string, val string, celtype
err := c.HttpCli().JsonPost("/ipc/excel/write", req, &res)
return err
}
func (c *Cli) New(fname string, sheet string) (string, error) {
req := &Req{
File: fname,