Class ExcelExporterProvider

java.lang.Object
com.mendix.modules.exportmanager.excel.internal.ExcelExporterProvider

public class ExcelExporterProvider extends Object
The (internal) provider for obtaining Excel exporters. This is an internal class that is not to be used and may change at any time.
  • Field Details

  • Constructor Details

    • ExcelExporterProvider

      public ExcelExporterProvider()
  • Method Details

    • get

      public static ExcelExporterDelegate get(IContext context)
      Returns an exporter for Excel documents for the current Mendix runtime server.
      Parameters:
      context - the context for determining the current Mendix runtime server
      Returns:
      the Excel exporter
    • get

      @Deprecated public static ExcelExporterDelegate get()
      Deprecated.
      use get(IContext) instead
      Returns an exporter for Excel documents.
      Returns:
      the Excel exporter