Interface XLSObjectIO<T>


public interface XLSObjectIO<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    read(org.apache.poi.ss.usermodel.Row row)
     
    void
    write(T object, int currentLine)
     
  • Method Details

    • write

      void write(T object, int currentLine)
    • read

      T read(org.apache.poi.ss.usermodel.Row row)