Class SimpleXlsx

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class SimpleXlsx
    extends java.lang.Object
    implements java.io.Closeable
    • Constructor Detail

      • SimpleXlsx

        public SimpleXlsx​(java.io.File file)
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • SimpleXlsx

        public SimpleXlsx​(java.lang.String file)
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • initializeAspose

        public static void initializeAspose()
                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • saveAs

        public void saveAs​(java.lang.String file)
                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • save

        public void save()
                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getAsposeWorkbook

        public com.aspose.cells.Workbook getAsposeWorkbook()
      • createStyle

        public com.aspose.cells.Style createStyle()
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException