Skip to Content
0
Former Member
Nov 28, 2006 at 06:51 AM

Download Multiple sheet excel file to other server using FTP or unix server

181 Views

Hi all,

I have used OLE concepts to download multiple sheets excel file to local server. How to download the same file into unix server. How can i use FTP to download the same multiple excel sheets into another server.

To Local Server i used the following code.

call method of gs_newsheet 'SaveAs'

exporting #1 = 'D:\exceldoc.xls' "filename

#2 = 1.

call method of gs_newsheet 'Close'

exorting #1 = 'D:\exceldoc.xls' "filename

#2 = 1.

The same file is not downloaded into local server when running the program in background.

Any answers will be appreciated and will be rewarded points.

Please send your suggestions,

Rajesh.

Message was edited by:

Rajesh Kumar

Message was edited by:

Rajesh Kumar