class

XlsxParser::Sheet

Inherits Reference / Object

Represents a sheet in an Excel workbook.

The Sheet class provides methods to read and manipulate data in a sheet.

Constructors

new(book : Book, file : String, name : String)

Initializes a new instance of the Sheet class.

Source

Instance methods

name

The name of the sheet.

Source
node

The XML reader for the sheet.

Source
rows

Returns an iterator that yields a hash per row, including the cell ids and values.

Source

Nested types