document_utilsΒΆ

document_exporting.document_exporter.DocumentExporter

Abstract class for document_exporting of documents.

document_exporting.pdf_exporter.PDFExporter

Stores elements such as the ParagraphElement and ChartElement in order to build a PDF based on them once they have all been added.

document_exporting.html_exporter.HTMLExporter

Stores a number of documents, which represent a single subreport, in order to then generate HTML for each of them.

excel.excel_importer.ExcelImporter

Class used for importing Series and DataFrames from the Excel files.

excel.excel_exporter.ExcelExporter

email_publishing.email_publisher.EmailPublisher

Used to create and send an e-mail from given templates.