Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open Excel file in VFp 6
Message
De
16/01/2003 09:22:52
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
16/01/2003 04:11:30
Mazahir Naya
Kuwait United Co.
Kuwait, Kuwait
Information générale
Forum:
Visual FoxPro
Catégorie:
CodeMine
Divers
Thread ID:
00742271
Message ID:
00742343
Vues:
17
>Hi to all experts
>i want to open excel file in my application.
>& also i want to work with this excel file
>is it possible in VFP6.
>
>
>regards
>Mazahir
oExcel = createobject('Excel.Application')
with oExcel
 .Workbooks.Open(lcXLSFileFullpath)
* with .ActiveWorkbook.ActiveSheet
*...
 .visible = .t.
endwith
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform