Package jxl.demo

Class Write


  • public class Write
    extends java.lang.Object
    Demo class which writes a spreadsheet. This demo illustrates most of the features of the JExcelAPI, such as text, numbers, fonts, number formats and date formats
    • Constructor Summary

      Constructors 
      Constructor Description
      Write​(java.lang.String fn)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void write()
      Uses the JExcelAPI to create a spreadsheet
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Write

        public Write​(java.lang.String fn)
        Constructor
        Parameters:
        fn -
    • Method Detail

      • write

        public void write()
                   throws java.io.IOException,
                          WriteException
        Uses the JExcelAPI to create a spreadsheet
        Throws:
        java.io.IOException
        WriteException