View Source API Reference Exceed v0.7.0
Modules
Exceed is a high-level stream-oriented library for generating Excel files, useful when generating spreadsheets from data sets that exceed available memory (or the memory that one wishes to devote to generating Excel files).
Helpers for converting Elixir data formats to Excel.
The top-level data structure that collects worksheets and metadata for generating an Excel file.
Worksheets represent the tabular data to be included in an Excel sheet, in addition to metadata about the sheet and how it should be rendered.
A protocol for transforming source data into data structures that can be streamed
to appropriate SpreadsheetML tags, using the XmlStream
library.