回复 1楼john1021的帖子
请参考博客文章:
http://blog.gcpowertools.com.cn/ ... A0%BC%E5%BC%8F.aspx
关键代码:
- protected void Page_Load(object sender, EventArgs e)
- {
- if (IsPostBack)
- {
- return;
- }
- FpSpread1.EncodeValue = false;
- FpSpread1.ActiveSheetView.Cells[0, 0].Text = "H<sub>2</sub>0 - Water";
- FpSpread1.ActiveSheetView.Cells[1, 0].Text = "H<sup>2</sup>0 - Water";
-
- }
复制代码 |