Use Case: read in an XLSX file, convert it, and write out an XLS file.

It looks like both the HSSFWorkbook and the XSSFWorkbook both implement the
SS Workbook interface, but that's where it ends.  In my mind, it make sense
to be able to construct a HSSFWorkbook from an XSSFWorkbook and visa versa,
although I would expect there might be some lost information in former case.  

Am I missing something in the API documentation?  Or something else?


-- 
View this message in context: 
http://www.nabble.com/Converting-an-XSSF-model-to-an-HSSF-model-tp24113483p24113483.html
Sent from the POI - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to