Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with exporting data to Excel
Message
From
25/05/2002 13:06:54
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
25/05/2002 12:05:12
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00661373
Message ID:
00661387
Views:
20
>I write a system in Visual Foxpro that have an option to export all kind of data to excel files. I use the command "EXPORT TO XXX TYPE XLS" but i found that only exports about 16383 rows. How can avoid this limit????
>
>Thanks, Sincerely:
>
>Edmundo Rios Miranda

Edmundo,
AFAIK Daniel made an entry for this in FAQ section. Instead of export you might directly save as type csv which is a well known format for excel. ie:

Use myTable
copy to myTest.csv type csv

In VFP5 you could copy type delimited and insert headers at top or directly copy to a fox2x dbf.
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
Previous
Reply
Map
View

Click here to load this message in the networking platform