Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
xlsx
master
XLSX
Book
Cell
Error
Sheet
Generated using Crystal 1.16.0
2025-04-23 13:34:30 UTC
class
XLSX::
Book
XLSX::Book
Reference
Object
Overview
Represents the XLSX workbook.
Defined in:
xlsx/book.cr
Constructors
.new
(io : IO, sync_close : Bool =
false
) :
self
.new
(filename : Path | String) :
self
Instance Method Summary
#[]
(index : Int) : Sheet
#[]
(name : String) : Sheet
#sheet_names
: Array(String)
#sheet_size
: Int
Constructor Detail
def self.
new
(io : IO, sync_close : Bool =
false
) :
self
#
[
View source
]
def self.
new
(filename : Path | String) :
self
#
[
View source
]
Instance Method Detail
def
[]
(index : Int) :
Sheet
#
[
View source
]
def
[]
(name : String) :
Sheet
#
[
View source
]
def
sheet_names
: Array(String)
#
[
View source
]
def
sheet_size
: Int
#
[
View source
]