仅在带有xlsx的Excel中具有interopServices C#的COMException

时间:2019-03-12 09:17:07

标签: c# excel ms-office

获取异常

{System.Runtime.InteropServices.COMException (0x800A03EC): Exception from HRESULT: 0x800A03EC}

同时在xlsx列上添加验证。

引起异常的代码行:

xlWorkSheet.get_Range("E:E", misValue).Validation.Add(Excel.XlDVType.xlValidateCustom, Type.Missing, Type.Missing, "\"\"");

以上代码在.xlx上工作正常,但在.xlsx上失败。

0 个答案:

没有答案