class

CrystalXlsx::Workbook

Inherits Reference < Object

Instance methods

add_format(format : CrystalXlsx::Format)
Source
add_format
Source
add_worksheet(name)
Source
add_worksheet(name, &)
Source
close(filepath = "./temp.xlsx")
Source
enable_shared_strings=(enable_shared_strings : Bool)
Source
enable_shared_strings?
Source
read
Source
save(filepath = "./temp.xlsx")
Source
shared_strings
Source
shared_strings=(shared_strings : CrystalXlsx::SharedStrings)
Source
style
Source
style=(style : CrystalXlsx::Style)
Source
theme
Source
theme=(theme : CrystalXlsx::Theme)
Source
to_io(io)
Source
to_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.

Source
worksheets
Source
worksheets=(worksheets : Array(CrystalXlsx::Worksheet))
Source