@graphysdk/core.
fromXLS
Signature
Options
Sheet to parse. Pass a sheet name (
string) or a 0-based index (number).
Defaults to the first sheet.Locale for number parsing. Determines thousand/decimal separator conventions.
Maximum allowed input size in megabytes. Throws an error if the input exceeds this limit.
Maximum number of data rows to process. Throws an error if the sheet contains more rows.
Maximum total cells (rows x columns) to process. Throws an error if the limit is exceeded.
Examples
Select Sheet by Name
Cell Value Handling
| Cell type | Result |
|---|---|
| Number | number |
| String | string |
| Boolean | 1 or 0 |
| Date | ISO 8601 string |
| Formula | Computed result |
| Rich text | Plain text |
| Empty | null |

