Hi All,

I am creating an application in JAVA EE for my company where people can upload their .xls files into the fielsystem of the server.
Then an administrator can integrate all the .xls files uploaded by the people into a single .xls file.I am done with the uploading part and need some help with the integrating part.

peter_budo commented: Creating pointless polls -3

Hi Prateek,
For integrating an excel sheet ,you need to read both xls files and need to be write in new excel.For handling xls there is a POI API which will help you to read and write xls file. Kindly find the below link for reference.

http://poi.apache.org/

Cheers,
Siva

Hi Prateek,
For integrating an excel sheet ,you need to read both xls files and need to be write in new excel.For handling xls there is a POI API which will help you to read and write xls file. Kindly find the below link for reference.

http://poi.apache.org/

Cheers,
Siva

thnkx Siva

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.