{ columns, rows } Data structure used by Graphy agents and chart configs.
fromXLS
Signature
Options
string | number
default:"0"
Sheet to parse. Pass a sheet name (
string) or a 0-based index (number).
Defaults to the first sheet.VizLocale
default:"EN_US"
Locale for number parsing. Determines thousand/decimal separator conventions.
number
default:"5"
Maximum allowed input size in megabytes. Throws an error if the input exceeds this limit.
number
default:"100000"
Maximum number of data rows to process. Throws an error if the sheet contains more rows.
number
default:"5000000"
Maximum total cells (rows x columns) to process. Throws an error if the limit is exceeded.

