-
Notifications
You must be signed in to change notification settings - Fork 19
Problem when trying to create Embed charts and Tables #17
Comments
Hi @Majramos, thanks for the bug report! I am unable to reproduce the issue on my end; are you able to provide a worksheet that causes the issue? Also, are you using an Excel version with a locale that uses the comma separator for decimals? We've seen issues with this in the past as, unfortunately, Argo was initially built to only support the English (USA) locale. |
I post here, since I suspect that my issue is connected to the one Majramos reported. I'm using German locale. I attach my simple example. Happy to assist if I can. Gilbert Hi, I worked myself through the Tutorial, and everything looks fine. What a great plugin!
|
Temorary fix: I switched in the windows control panel the regional settings for number formats to "US English", and it works perfectly!!! |
Awesome! Thanks for sharing the fix. |
When I try to create embed charts and tables this errors appear:
[Argo 4.1.3;Excel 15x86;CLR 4.0.30319.42000] System.Runtime.InteropServices.COMException: Unable to set the NumberFormat property of the Range class
at System.Dynamic.ComRuntimeHelpers.CheckThrowException(Int32 hresult, ExcepInfo& excepInfo, UInt32 argErr, String message)
at CallSite.Target(Closure , CallSite , ComObject , String )
at CallSite.Target(Closure , CallSite , Object , String )
at ArgoXllDev.ExcelSheetFrequency.BuildSingleCharts(String WbName, List`1 cells, Boolean cdf, Boolean hist, Boolean hist2, Boolean rcdf, Boolean isdynamic)
at ArgoXllDev.ExcelSheetFrequency.CreateCharts(String WbName, List`1 cells, Boolean cdf, Boolean hist, Boolean hist2, Boolean rcdf, Boolean multicdf, Boolean isdynamic)
at ArgoXllDev.SelectFrequencyCharts.btnCreateCharts_Click(Object sender, EventArgs e)
I'm using Excel 2013
The text was updated successfully, but these errors were encountered: