Type Definitions
-
algorithm
-
File encoding / decoding method. Only `base64` or `none` is currently supported
-
applimetadata
-
Descriptor of an application instance
-
cellsdescriptor
-
Descriptor of a list of Excel cells with their values: {"worksheetName":{rowindex:{colindex:"value1",colindex:"value2"}}
-
filedescriptor
-
Metadata describing a file
-
fileoptions
-
File options, passed as an object. Possible fields are `charset` (default is `UTF-8`), `contentType` (default is auto discovered) and encoding (`base64` is the only possible value, no default). If `encoding` is not null, then the content will be decoded before being saved in the file. Example : {"charset":"UTF-8", "contentType":"image/png", "encoding":"base64"}
-
historymetadata
-
Descriptor of a modification on an application instance
-
searchflag
-
Specify a regex (`r`) or limit to the first occurrence (`f`).
-
worksheet
-
Descriptor of an Excel worksheet: {worksheet:"name",[{row:"i1",col:"j1"}, {row:"i2",col:"j2"},...]}