Package | Description |
---|---|
com.hfg.xml.msoffice2003.spreadsheetml |
The classes in this package can be used to construct simple Microsoft Office 2003 Excel spreadsheets in an object-oriented fashion.
|
Modifier and Type | Method and Description |
---|---|
ExcelColumn |
ExcelTable.addColumn()
Adds a new column definition.
|
ExcelColumn |
ExcelColumn.setAutoFitWidth(boolean inValue)
Specifies whether the column should be automatically sized in Excel to display
the entire length of numeric and date values (columns are not automatically re-sized for other data types).
|
ExcelColumn |
ExcelColumn.setHidden(boolean inValue)
Specifies whether the column should be hidden or not.
|
ExcelColumn |
ExcelColumn.setIndex(int inValue)
If index values are not specified, the columns are assumed to be consecutive.
|
ExcelColumn |
ExcelColumn.setSpan(int inValue)
The Span attribute of a Column element the specified number of columns to the right
of the Column element with the Span attribute to be formatted exactly like that Column element.
|
ExcelColumn |
ExcelColumn.setStyleId(String inValue) |
ExcelColumn |
ExcelColumn.setWidth(int inValue) |
jataylor@hairyfatguy.com