Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
EXCEL to DBF - MODIFY - return to EXCEL
Message
De
30/06/2003 16:52:02
 
 
À
30/06/2003 15:58:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00805454
Message ID:
00805473
Vues:
23
This might help you as well.
open database d:\test\test

CREATE CONNECTION TESTEXCEL ; 
   CONNSTRING "DRIVER=Microsoft Excel Driver (*.xls)"

CREATE SQL VIEW "TESTEXCELSHEET1" ; 
   REMOTE CONNECT "TESTEXCEL" ; 
   AS SELECT * FROM "Sheet1$" Sheet1_
>The last part, the modify and to copy a table to type xls format is easy, but is there any easy way to open an excel file as a formated table in VFP so that I can modify, add columns, etc. then return the results to excel. The only part I would need to know is how to open an excel file up as a table in VFP or somehow copy it in a way to convert it that I can open it.
ramil
~~ learning to stand still
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform