Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
xlsx-parser
v0.5.1
XlsxParser
Book
Sheet
Built with Crystal 1.9.2
2023-10-08 20:10:52 UTC
class
XlsxParser::Book
XlsxParser::Book
Reference
Object
Defined in:
xlsx-parser/book.cr
Constructors
.new
(file : IO | String, check_file_extension =
true
)
Instance Method Summary
#close
#shared_strings
: Array(String)
#sheets
#zip
: Compress::Zip::File
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
]