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 |
---|---|
ExcelCell |
ExcelRow.addCell() |
ExcelCell |
ExcelCell.setFormula(String inValue)
The Formula attribute of a Cell element contains the formula associated with
the cell.
|
ExcelCell |
ExcelCell.setHRef(String inValue)
Specifies a URL to use to make the Cell a hyperlink.
|
ExcelCell |
ExcelCell.setIndex(int inValue) |
ExcelCell |
ExcelCell.setMergeAcross(int inValue)
Specifies the number of horizontally adjacent cells to merge with this cell.
|
ExcelCell |
ExcelCell.setMergeDown(int inValue)
Specifies the number of vertically adjacent cells to merge with this cell.
|
ExcelCell |
ExcelCell.setStyleId(String inValue) |
jataylor@hairyfatguy.com