You are on page 1of 2

readSheet

xlsx

Reads a sheet from an XLSX file.

Sheet
readSheet
(

stringfileName

intsheetNum
)

Parameters
fileName

Type: string

The path of the XLSX file to read

sheetNum

Type: 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
Source

See Implementation

xlsxAliases

 Sheet
Functions

 getColumn
 parseSheetXML
 readSheet
 readSheetByName

Page generat

You might also like