CrystalXlsx::Workbook
Inherits Reference < Object
Instance methods
add_format(format : CrystalXlsx::Format)
Sourceadd_format
Sourceadd_worksheet(name)
Sourceadd_worksheet(name, &)
Sourceclose(filepath = "./temp.xlsx")
Sourceread
Sourcesave(filepath = "./temp.xlsx")
Sourcestyle
Sourcestyle=(style : CrystalXlsx::Style)
Sourcetheme
Sourcetheme=(theme : CrystalXlsx::Theme)
Sourceto_io(io)
Sourceto_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO) which can be overridden for custom implementations.
Also see #inspect.
worksheets
Source