Interface XlsxExporterConfiguration

All Superinterfaces:
CommonExportConfiguration, ExporterConfiguration, XlsExporterConfiguration
All Known Subinterfaces:
XlsxMetadataExporterConfiguration
All Known Implementing Classes:
SimpleXlsxExporterConfiguration, SimpleXlsxMetadataExporterConfiguration

public interface XlsxExporterConfiguration extends XlsExporterConfiguration
Interface containing settings used by the XLSX exporter.
Author:
Teodor Danciu (teodord@users.sourceforge.net)
See Also:
  • Field Details

  • Method Details

    • getMacroTemplate

      String getMacroTemplate()
      Specifies the location of an existing workbook template containing a macro object. The macro object will be copied into the generated document if the template location is valid. Macros can be loaded from Excel macro-enabled template files (*.xltm) as well as from valid Excel macro-enabled documents (*.xlsm).
      See Also: