readSheetByName

Reads a sheet from an XLSX file by its name.

readSheetByName
(
string fileName
,
string sheetName
)

Parameters

fileName string

the path of the XLSX file to read

Return Value

Type: Sheet

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

Meta