View Source API Reference Exceed v0.3.0
Modules
Exceed is a high-level stream-oriented library for generating Excel files. It may be useful when generating spreadsheets from data sets that exceed available memory—or exceed the memory that one wishes to devote to generating Excel files.
Helpers for converting Elixir data formats to Excel
The top-level structure for collecting structures that will be converted to 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.