Hi,
I am trynig to find a solution for a reqmt.
I need to upload data from a set of Excel files , say 10 different uploads.
The whole upload has to run in a predefined interval, which can be scheduled in windows.
Now, regarding implementation, I am thinking of using threads which creates a separate thread for each of 10 uploads.. When all the threads finishes, the upload is marked as success.. Any body has done a similiar kind of thing before.. Any help is appreciated...
Thanks..
-
Uploading data to table from a Excel file (4 messages)
- Posted by: Narayanan M
- Posted on: December 14 2004 10:38 EST
Threaded Messages (4)
- Uploading data to table from a Excel file by Michael Foley on December 14 2004 12:14 EST
- Uploading data to table from a Excel file by Narayanan M on December 14 2004 12:24 EST
- Uploading data to table from a Excel file by The Marker on December 15 2004 04:23 EST
- Uploading data to table from a Excel file by Jorge Baez on December 20 2004 15:00 EST
-
Uploading data to table from a Excel file[ Go to top ]
- Posted by: Michael Foley
- Posted on: December 14 2004 12:14 EST
- in response to Narayanan M
There are some MS Office/.Net stuff ----> web services stuff that works nice with J2EE:
http://msdn.microsoft.com/webservices/building/office/default.aspx
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnxpwst2/html/odc_wsrxl.asp
http://www.microsoft.com/downloads/details.aspx?FamilyID=dc3d8474-d960-4d14-a9df-9024e39f5463&displaylang=en
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnxpwst/html/odc_wstoolkitoverview.asp
Mike -
Uploading data to table from a Excel file[ Go to top ]
- Posted by: Narayanan M
- Posted on: December 14 2004 12:24 EST
- in response to Michael Foley
Thanks Mike.. Hope I will find some good stuff there.. Thanks for ur time..
Inviting others comments too... -
Uploading data to table from a Excel file[ Go to top ]
- Posted by: The Marker
- Posted on: December 15 2004 04:23 EST
- in response to Narayanan M
I use
JExcelAPI when I have to need import data from excel-file, or
export from database to excel-file.
good luck ! -
Uploading data to table from a Excel file[ Go to top ]
- Posted by: Jorge Baez
- Posted on: December 20 2004 15:00 EST
- in response to The Marker