end;
(4) 向fvexcel中插入数据
fvexcel.cells[row,col].value:=’中国’;//row表示行,col表示列;
(5) 设置格式
fvexcel.rows[row].font.color:=clred; //设置某一行数据的颜色
fvexcel.activesheet.pagesetup.leftmargin:=1;//设置左页边距
fvexcel.activesheet.pagesetup. rightmargin:=1;//设置右页边距
fvexcel.activesheet.pagesetup.zoom:=100;//设置显示比例
fvexcel.activesheet.pagesetup.papersize:= xlpapera4;//设置打印纸张大小
延伸阅读
文章来源于领测软件测试网 https://www.ltesting.net/