elixlsx v0.3.1 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 name can be up to 31 characters long. 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
Border styling properties
- type: atom (:left, :right, :top, :bottom, :diagonal)
style: atom (:solid, :dotted, :dashed, :double,
:dash_dot, :dash_dot_dot, :thin, :medium, :thick)
- color: (Hex-)String
Border styling properties
Fill styling properties
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