更新至2025秋季版后,引发farpoint组件读取excel失败

阅读次数 3

本地环境更新至2025秋季版后,编辑excel保存,使用farpoint组件读取excel失败。 对应读取代码:

var spread = new FarPoint.Win.Spread.FpSpread();
if (!spread.OpenExcel(“excel路径地址”, ExcelOpenFlags.DataOnly))
{
     //此时组件返回false,对应的第三方组件内报错信息为"errNotStructuredStorageFile"
}

对应的第三方组件信息版本FarPoint.Win.Spread, Version=7.0.3502.2008, Culture=neutral, PublicKeyToken=327c3516b1b18457

异常版本: <img src="https://solution-community.wps.cn/uploads/post/5xjUHwiQ6rj.png" alt="image.png"/>

正常版本: <img src="https://solution-community.wps.cn/uploads/post/5xjUKumcRdL.png" alt="image.png"/>

0 Answers