Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Conversion of text file into MS-Excel
Message
De
20/09/2002 05:34:03
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00702626
Message ID:
00702635
Vues:
12
Ajay,

You could read the data from the text file into a VFP cursor and then copy the data to Excel:
CREATE CURSOR TempCursor (...)
APPEND FROM TextFile DELIMITED WITH CHARACTER ";"
Copy2Xls()
See FAQ #8026 for the Copy2Xls() function which works around the 16K record limitation of the COPY TO XL5 command.

HTH
>Hi All,
>
>Is there any function or utility is available in VFP to convert ";" deleimited text file to MS Excel.
>
>TIA
>Ajay
Daniel
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform