class Xls::Worksheet

Included Modules

Defined in:

xls/spreadsheet/worksheet/cell.cr
xls/spreadsheet/worksheet/column_info.cr
xls/spreadsheet/worksheet/row.cr
xls/spreadsheet/worksheet/worksheet.cr

Instance Method Summary

Instance methods inherited from module Xls::InspectableMethods

inspect(io : IO) : Nil inspect, to_s(io : IO) : Nil to_s

Instance Method Detail

def columns_info : Array(ColumnInfo) #

[View source]
def defcolwidth : UInt16 #

Returns the default column width for columns that do not have a specific width already set

Column width in characters, using the width of the zero character from default font (first FONT record in the file).


[View source]
def name : String #

Returns the name of the worksheet


[View source]
def rows : Array(Row) #

[View source]
def sheet_filepos : UInt32 #

Returns the absolute stream position of the BOF record of the sheet represented by this record


[View source]
def sheet_type : SheetType #

Returns the worksheet type


[View source]
def sheet_visibility : SheetState #

Returns the worksheet visibility


[View source]
def to_unsafe : Pointer(Xls::LibXls::XlsWorkSheet) #

[View source]