Class DataViewPOIHelper

java.lang.Object
org.imixs.workflow.office.dataview.DataViewPOIHelper

public class DataViewPOIHelper extends Object
The DataViewPOIHelper provides methods to update a excel template with the help of the Apache POI framework.
Version:
1.0
Author:
rsoika
  • Field Details

  • Constructor Details

    • DataViewPOIHelper

      public DataViewPOIHelper()
  • Method Details

    • downloadExcelFile

      public static void downloadExcelFile(org.imixs.workflow.FileData fileData) throws IOException
      Helper method to initialize a file download
      Throws:
      IOException