要这样处理,如
http://www.foxtable.com/webhelp/scr/1161.htm
http://www.foxtable.com/webhelp/scr/1165.htm
Dim Style As XLS.Style = Book.NewStyle() '定义新样式Style.ForeColor = Color.Red '设置样式的字体颜色Style.font = new font("宋体", 12)
Sheet(0,0).style = style