boozallen / argo

Other
46 stars 19 forks source link

COM Exception #35

Open katie7977 opened 4 years ago

katie7977 commented 4 years ago

I am getting this error after trying to embed result tables:

[Argo 4.1.3;Excel 16x64;CLR 4.0.30319.42000] System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x800A03EC

at System.Dynamic.ComRuntimeHelpers.CheckThrowException(Int32 hresult, ExcepInfo& excepInfo, UInt32 argErr, String message) at CallSite.Target(Closure , CallSite , ComObject , String ) at ArgoXllDev.ExcelSheetTables.StatTable(Worksheet Ws, Int64 ri, Cell cell) at ArgoXllDev.ExcelSheetTables.CreateTables(String WbName, IEnumerable`1 cells)

Not sure what the issue is.