2010年10月8日

遭遇 读不出excel中的文本列的数字值 及 找不到可安装的ISAM

摘要: 最后 查找和修改Excel连接字串 解决 #region 读Excel private void fnReadExcel(string strFileName ,string strSheetName,string strColumnName ,out DataSet dsData) { //strColumnName = " * "; string strConnection = "Provi... 阅读全文

posted @ 2010-10-08 19:52 freeliver54 阅读(622) 评论(0) 推荐(0)

c# owc11 双Y轴

摘要: //双Y轴//且第二条曲线和第三条曲线 公用右侧Y轴InsertChart.SeriesCollection[1].Ungroup(true);InsertChart.SeriesCollection[1].Group(InsertChart.SeriesCollection[2]);//右侧Y轴Microsoft.Office.Interop.Owc11.ChAxis seAxes = Inse... 阅读全文

posted @ 2010-10-08 13:16 freeliver54 阅读(745) 评论(0) 推荐(0)

导航