Class Excel


  • public class Excel
    extends java.lang.Object
    • Method Detail

      • builder

        public static Excel builder()
      • createSheet

        public Excel createSheet​(java.lang.String name)
      • addLine

        public Excel addLine()
      • addValueCell

        public Excel addValueCell​(java.lang.Object value)
      • addValueCell

        public Excel addValueCell​(java.io.File file)
      • mergiedRegion

        public Excel mergiedRegion​(int firstRow,
                                   int lastRow,
                                   int firstColumn,
                                   int lastColumn)
      • buildStream

        public java.io.InputStream buildStream()
                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • buildFile

        public java.io.File buildFile()
                               throws java.io.IOException
        Throws:
        java.io.IOException
      • build

        public void build​(java.io.OutputStream ops)
                   throws java.io.IOException
        Throws:
        java.io.IOException