java - Is there any way to generate Xlsx (2007) using xmlss? -
when saving excel sheet (xls - 2330) in .xml form, xmlss file contain respective xsl code. in xlsx can't save file .xml format.
also there specific apache poi api availabe convert .xls (2003) .xlsx(2007) format?
since poi creates xmlss file create xlsx, there simpler option?
related links: http://msdn.microsoft.com/en-us/library/aa140066%28office.10%29.aspx#odc_xmlss_x:header
greetings in advance.
Comments
Post a Comment