On Wed, 23 Feb 2011, Donato wrote:
Ok, I'll try to use the POIXMLDocument class (which is the superclass of a
XSSFWorkbook, if I'm right). A question: I'm creating workbook objects as
Workbook wb = new HSSFWorkbook(myfile.xls)
or
Workbook wb = new XSSFWorkbook(myfile.xlsx)
Are there any difference, especially for the XSSFTable I'm interested
in, between these declarations and HSSFWorkbook wb = ... or XSSFWorkbook
wb = ... ?
It'll only work for XSSFWorkbook, as it's a XSSF specific feature
Nick
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]