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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -