module

Sheety::Spreadsheet

Spreadsheet data structures and converters

Class methods

convert(from_file : String, to_file : String) : Nil

Convert between any two formats

Source
create_empty(file_path : String) : Nil

Create an empty spreadsheet file

Source
read(file_path : String) : WorkbookData

Read a file and return the data

Source
read_with_metadata(file_path : String) : SpreadsheetFile

Read a file and return the data with metadata

Source
write(data : WorkbookData, file_path : String, source_file : String | Nil = nil) : Nil

Write the in-memory representation to a file

Source

Nested types