klyn.io.xlsx.Workbook.worksheet
method
public worksheet(index as Int) as Worksheet:
Description

Returns a worksheet by zero-based index.

Parameters
  • index Zero-based worksheet index.
Returns

Worksheet at the requested position.

Throws
  • XlsxException if the index is invalid.
Example
first = workbook.worksheet(0)