Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Export to Excel
Message
From
01/03/2000 08:56:17
Michael Dougherty
Progressive Business Publications
Malvern, Pennsylvania, United States
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00339517
Message ID:
00339708
Views:
15
>I am trying to export a VFP table to and Excel worksheet and am running into a problem in that the resulting XLS file seems to have a limit to the number of rows that can be imported. If I use the following command: COPY TO test XLS the resulting worksheet does not contain all of the table's records. Does anyone know of a solution to this problem?

Older versions of Excel only had 16K rows, Excel97 has 64K rows.

If your table has more rows, then you're out of luck. You'd have to manage multiple worksheets with 64K rows each. Although, if you have THAT much data, what are you doing dumping it directly into excel? (Once it gets to excel, each "cell" has font/border/formula/etc. properties which increase the size of each piece of data. On most machines, opening 64K records in Excel will be painfully slow, especially compared to the access time in VFP.)
Previous
Reply
Map
View

Click here to load this message in the networking platform