Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

IMPORT_FROM_SPREADSHEET

Former Member
0 Likes
716

Do you know how to fill importing parameters of IMPORT_FROM_SPREADSHEET FM in order to upload

data from excel file stored at local PC?

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
0 Likes
505

Did you try with URL = "FILE://C:\path\file" ?

If it doesn't work, try to generate the url using DP_CREATE_URL (see example in DEMO_PICTURE_CONTROL program). The mime type should be respectively "application" and "vnd.ms-excel"

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
0 Likes
506

Did you try with URL = "FILE://C:\path\file" ?

If it doesn't work, try to generate the url using DP_CREATE_URL (see example in DEMO_PICTURE_CONTROL program). The mime type should be respectively "application" and "vnd.ms-excel"

Read only

Sandra_Rossi
Active Contributor
0 Likes
505

Hi Marat, could you tell us which solution worked, or what you did exactly? Thx!