Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Importing CSV
Message
De
16/03/2009 13:54:13
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
01388402
Message ID:
01388457
Vues:
52
OK, so here's what that code looks like:
#DEFINE xlCSV 6
* or
#DEFINE xlCSVWindows 23

loExcel = CREATEOBJECT("Excel.Application")
loExcel.Workbooks.Open("c:\setup\tabledatabufflab.csv")
loExcel.Workbooks.SaveAS("c:\setup\tbdata333.csv",8)  
loExcel.Workbooks.Close(0) 
loExcel.Quit
I get an OLE error that says 'Unknown Name'. (I tried changing the '8' to '6' or '23' and got the same).....
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform