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

you can go to this link http://jakarta.apache.org/poi for tutorials and libraries for accessing all Microsoft format files.

POI is an open source project from Apache and you include the libraries in your projects.

After reading the excel files using POI library, you can use DOM to build the XML. For building the XML you can use the JAXP APIs provided as part of the JDK1.4 included in NetWeaver Studio or you can use an open source library downloadable from http://xml.apache.org/xerces2-j/.

Regards,

Manish