class XlsxParser::Sheet

Defined in:

xlsx-parser/sheet.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(book : Book, file : String, name : String) #

[View source]

Instance Method Detail

def name : String #

[View source]
def node : XML::Reader #

[View source]
def rows #

Return a iterator which return an hash per row that includes the cell ids and values


[View source]