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

Write(String fn)
Constructor

Method Summary

void
write()
Uses the JExcelAPI to create a spreadsheet

Constructor Details

Write

public Write(String fn)
Constructor
Parameters:
fn -

Method Details

write

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