Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Import data from excel file to VFP
Message
De
19/08/2004 21:15:09
Rene Lovino
Bigfoot Global Solutions, Inc
Cebu, Philippines
 
 
À
19/08/2004 20:53:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00934731
Message ID:
00934738
Vues:
17
You can use Import command.
example: Import from "c:\excelfile.xls" table1.dbf type XLS

See import command in the vfp help for more information.

You can also use MS Excel automation.
example: oExcel = createobject("Excel.Application")

Then get the data from the excel and insert to your vfp table.
Using excel automation needs a knowledge about methods in excel.



Rene
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform