Package jxl.demo
Class Write
- java.lang.Object
-
- jxl.demo.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
-
-
-
Method Detail
-
write
public void write() throws java.io.IOException, WriteException
Uses the JExcelAPI to create a spreadsheet- Throws:
java.io.IOException
WriteException
-
-