class
XlsxParser::Sheet
- XlsxParser::Sheet
- Reference
- Object
Overview
Represents a sheet in an Excel workbook.
The Sheet
class provides methods to read and manipulate data in a sheet.
Defined in:
xlsx-parser/sheet.crConstructors
-
.new(book : Book, file : String, name : String)
Initializes a new instance of the
Sheet
class.
Instance Method Summary
-
#name : String
The name of the sheet.
-
#node : XML::Reader
The XML reader for the sheet.
-
#rows
Returns an iterator that yields a hash per row, including the cell ids and values.
Constructor Detail
Initializes a new instance of the Sheet
class.