class XlsxParser::Book

Defined in:

xlsx-parser/book.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(file : IO | String, check_file_extension = true) #

[View source]

Instance Method Detail

def close #

[View source]
def shared_strings : Array(String) #

[View source]
def sheets #

[View source]
def zip : Compress::Zip::File #

[View source]