回复 3楼study1990的帖子
不知你的代码具体是怎么实现的,我使用以上4行代码并没出现问题,能否将你的Demo发给我页看看:
- protected void Page_Load(object sender, EventArgs e)
- {
- string appDomain = AppDomain.CurrentDomain.SetupInformation.ApplicationBase;
- string filePath = appDomain + "test.xls";
- if (FpSpread1.IsExcelFile(filePath))
- FpSpread1.OpenExcel(filePath);
- }
复制代码
VS2010 + Spread .NET 6.0.3505 + IE7/8/9
2010_OpenExcel.zip
(16.5 KB, 下载次数: 1089)
|