elixlsx v0.0.4 API Reference

Modules

Elixlsx is a writer for the MS Excel OpenXML format (.xlsx)

Generic functions for the Compiler.*DB modules

Compilation info for a sheet, to be filled during the actual write process

Strings in XLSX can be stored in a sharedStrings.xml file and be looked up by ID. This module handles collection of the data in the preprocessing phase

This module aggregates information about the metainformation required to generate the XML file

Describes a single sheet with a given name. The rows property is a list, each corresponding to a row (from the top), of lists, each corresponding to a column (from the left), of contents

Font styling properties

Root structure for excel files. Must contain at least one Elixlsx.Sheet object

Contains functions to generate the individual files in the XLSX zip package