When exporting data from VFP6.0 to Excel format(XL5), I am limited to about 16,600 rows. Can someone tell me if VFP 7 can export more rows, and if so, how many?
One way around the limitation: export to csv file. The user then opens the csv file -- can save in it excel format. CSV's do not have the size restriction in VFP.
Quoting the VFP help file "XL5 ... Creates a Microsoft Excel version 5.0 worksheet file. ...". Excel version 5.0 had a limit of 16,384 rows. I believe version 7.0 (Excel 95) was the first to allow 64k rows, and no version of VFP (yet) supports this file type.
You can COPY TO ... TYPE FOX2X or TYPE DELIMITED - all 32-bit versions of Excel can import these. You could also use Automation to directly load a spreadsheet if you know each workstation has Excel installed.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.