I have a process that creates a table with 48,000 records, I copy that to an xls workbook less a few columns.
If I do no more than that, there are 48,000 rows in the resultant worksheet
If I then open the xls using automation in VFP, change the column headers to match the soft ones in my app
and save the xls again there are only 16,384 in the spreadsheet.
If I open the initial export manually, not doing the automation bit, and paste the header line in and then save it
I get 48,000 rows.
What am I missing?
Regards
Griff
Keep [Smile]ing
Code:
COPY TO (M.FILENAME) XL5 FIELDS EXCEPT DRGNO, FLAG, LINENO
If I do no more than that, there are 48,000 rows in the resultant worksheet
If I then open the xls using automation in VFP, change the column headers to match the soft ones in my app
and save the xls again there are only 16,384 in the spreadsheet.
If I open the initial export manually, not doing the automation bit, and paste the header line in and then save it
I get 48,000 rows.
What am I missing?
Regards
Griff
Keep [Smile]ing
There are 10 kinds of people in the world, those who understand binary and those who don't.
I'm trying to cut down on the use of shrieks (exclamation marks), I'm told they are !good for you.
There is no place like G28 X0 Y0 Z0
I'm trying to cut down on the use of shrieks (exclamation marks), I'm told they are !good for you.
There is no place like G28 X0 Y0 Z0