readSheet

Reads a sheet from an XLSX file.

readSheet
(
string fileName
,)

Parameters

fileName string

The path of the XLSX file to read

sheetNum int

The sheet number to read (one-indexed)

Return Value

Type: Sheet

The contents of the sheet, as a two-dimensional array of strings.

Meta