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 Link icon

  • Constructor Details Link icon

    • ExcelExporterProvider Link icon

      public ExcelExporterProvider()
  • Method Details Link icon

    • get Link icon

      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 Link icon

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