class

CrystalXlsx::Worksheet

Inherits Reference < Object

Constructors

new(name : String, workbook : CrystalXlsx::Workbook | Nil = nil)
Source

Instance methods

add_row(data : CrystalXlsx::Row::ValuesTypes, format : Format | Nil = nil)
Source
column_width(column : Int32, width : Float64 | Int32)
Source
columns_width=(columns : Array(Int32))
Source
columns_width=(columns : Array(Float64))
Source
freeze_pane(xSplit : Int32, ySplit : Int32, topLeftCell : String = "A2")
Source
freeze_row(row : Int32)
Source
name
Source
name=(name : String)
Source
rows
Source
rows=(rows : Array(Row))
Source
set_pane(xSplit : Int32, ySplit : Int32, topLeftCell : String = "A2", activePane : String = "bottomLeft", state : String = "frozen")
Source
to_xml(io : IO)

generate the xml for the worksheet

Source
workbook
Source
workbook=(workbook : CrystalXlsx::Workbook | Nil)
Source