Dear all,
I am having issues with a Chart in Excel.
I am downloading an Excel file from Sharepoint on a daily basis.
I update this file (add a new line to it in a data table, paste the result over the old data; the Chart is also including the new line).
I extract the Chart as picture (to send it as screenshot later in an email).
For all this, I have to use different kinds of Activity packages because the standard Excel activities from UiPath won’t cover what I need during the complete process. (I am using version 2020.10, btw.)
So I also installed Balareva Excel and EasyExcel. Because only both together can cover the rest. (Like add new sheet or apply correct cell width. I guess it’s possible of course with normal VB code, though…)
Issue:
Original file looks like this:

Units are 10 Days.
After updating the table, the file looks like this:

Units are set automatically to 10 Months.
The extracted chart as image (using Balareva’s EasyExcel Chart Image Extract Activity) looks like this:

Unints are shown as every 14 days.
Why??
I want to keep the original version.
Also, the extracted image shows decimal comma separator in the y-axis that is not needed.
Someone knows the solution?
Maybe have a VB code to be invoked at that point?
Thanks for your support on this.
BR,
Juli

