``dpmcore.services.layout_exporter`` ==================================== Export annotated DPM table layouts to Excel workbooks (hierarchical headers, data-point cells, dimensional annotations, and categorisation tooltips). .. note:: Requires the ``export`` extra: ``pip install dpmcore[export]``. LayoutExporterService --------------------- .. currentmodule:: dpmcore.services.layout_exporter.service .. autoclass:: LayoutExporterService :members: :undoc-members: :show-inheritance: Configuration and models ------------------------- .. currentmodule:: dpmcore.services.layout_exporter.models .. autoclass:: ExportConfig :members: :undoc-members: .. autoclass:: TableLayout :members: :undoc-members: