Interface ExcelWriter<T>

All Known Implementing Classes:
AbstractExcelWriter, MapWriter, ModelWriter

public interface ExcelWriter<T>
  • Method Summary

    Modifier and Type Method Description
    void write​(OutputStream out, List<T> list)
    Writes the data in the excel file.
  • Method Details

    • write

      void write​(OutputStream out, List<T> list)
      Writes the data in the excel file.
      Parameters:
      out - output stream for writing excel file
      list - list of models