v9版本,IE11,google都一样结果。
设置了单页显示行数和列宽:
fpspread1.sheets[0].pagesize=ds.tables["temp_table"].rows.counts;
fpspread1.datasource=ds;
fpspread1.databind();
fpspread1.sheets[0].columns[0].width=80;
fpspread1.sheets[0].columns[1].width=160;
fpspread1.sheets[0].columns[2].width=210;
fpspread1.sheets[0].columns[3].width=240;
1000多条记录就错位了 |