‎2010 May 12 7:36 AM
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?
‎2010 May 12 9:00 AM
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"
‎2010 May 12 9:00 AM
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"
‎2010 May 18 9:11 AM
Hi Marat, could you tell us which solution worked, or what you did exactly? Thx!