On Thu, 10 Oct 2013, Ty Davis wrote:
So, If I want to use the openxml file format, Id use the XSSF workbook. And that will create the file in the XML format.
Not quite. If you want to create a .xlsx file (Excel in OpenXML) you use XSSF. If you want to create a .docx file (Word in OpenXML) use XWPF.
If you want to create some custom OpenXML file, with your own hand crafted content inside it, and just need a library to create the manditory entries and do the relations, use the OpenXML4J component directly
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
