Nick Burch <nick.burch <at> alfresco.com> writes:
>
> 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
>
Hello Nick,
I opened the bug 50829 in Bugzilla.
I was not able to get table relations even trying to use POIXMLDocument.
Thanks!
Donato
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@poi.apache.org
For additional commands, e-mail: user-help@poi.apache.org
|