class

Sheety::ExcelExporter

Inherits Reference < Object

Class methods

export_to_xlsx(data : Hash(String, Hash(String, Hash(String, Functions::CellValue))), filename : String)

Export sheety internal format to Excel .xlsx file

Parameters:

  • data: Hash(String, Hash(String, Hash(String, Functions::CellValue))) Format: { "SheetName" => { "A1" => { "value" => ..., "formula" => ... }, ... } }
  • filename: Output .xlsx file path
Source