Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
xlsx-parser
v1.0.0
XlsxParser
Book
Sheet
Type
Styles
Converter
Parser
Built with Crystal 1.9.2
2023-10-08 17:59:58 UTC
class
XlsxParser::Book
XlsxParser::Book
Reference
Object
Defined in:
xlsx-parser/book.cr
Constant Summary
TIME_1900
=
Time
.utc(
1899
,
12
,
30
)
TIME_1904
=
Time
.utc(
1904
,
1
,
1
)
Constructors
.new
(file : IO | String, check_file_extension =
true
)
Instance Method Summary
#base_time
#close
#shared_strings
: Array(String)
#sheets
#style_types
#zip
: Compress::Zip::File
Constructor Detail
def self.
new
(file : IO | String, check_file_extension =
true
)
#
[
View source
]
Instance Method Detail
def
base_time
#
[
View source
]
def
close
#
[
View source
]
def
shared_strings
: Array(String)
#
[
View source
]
def
sheets
#
[
View source
]
def
style_types
#
[
View source
]
def
zip
: Compress::Zip::File
#
[
View source
]