cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi,

I need to convert Excel files into XML format using SAP WAS, SAP Developer Studio (only with Java). Can anybody help me how to approach in this regard.

Thanks in advance

Sreenivas

0 Likes
View Entire Topic
Former Member
0 Likes

Please read my blog /people/prakash.singh4/blog/2005/03/16/create-an-excel-file-from-java-using-hssf-api

You can HSSF api to read an excel file. After you get the data, you can have java write an output file in xml format.