Save This Page
Home » jexcelapi_2_6_8 » jxl.demo » [javadoc | source]
jxl.demo
public class: ReadWrite [javadoc | source]
java.lang.Object
   jxl.demo.ReadWrite
Demo class which uses the api to read in a spreadsheet and generate a clone of that spreadsheet which contains the same data. If the spreadsheet read in is the spreadsheet called jxlrwtest.xls (provided with the distribution) then this class will modify certain fields in the copy of that spreadsheet. This is illustrating that it is possible to read in a spreadsheet, modify a few values, and write it under a new name.
Constructor:
 public ReadWrite(String input,
    String output) 
    Constructor
    Parameters:
    output -
    input -
Method from jxl.demo.ReadWrite Summary:
readWrite
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from jxl.demo.ReadWrite Detail:
 public  void readWrite() throws BiffException, IOException, WriteException 
    Reads in the inputFile and creates a writable copy of it called outputFile