Class ExcelXDataFrameWriter

    • Constructor Detail

      • ExcelXDataFrameWriter

        public ExcelXDataFrameWriter​(java.io.OutputStream out)
    • Method Detail

      • writeColumnName

        public void writeColumnName​(java.lang.String value,
                                    boolean hasMore)
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • includeType

        public boolean includeType()
      • writeType

        public void writeType​(java.lang.Class cl,
                              boolean hasMore)
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • writeCell

        public void writeCell​(java.lang.Object value,
                              DataFrame dataFrame,
                              java.lang.Object rowKey,
                              java.lang.Object columnKey)
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • nextColumn

        public void nextColumn​(boolean hasMore)
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • nextRow

        public void nextRow()
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • getDateCellStyle

        public org.apache.poi.ss.usermodel.CellStyle getDateCellStyle()