abdel
(Robot usa)
November 8, 2021, 10:06am
1
Hello Friends,
I have an excel sheet, where i want to extract a cell, the cell contain a formula, with read cell it gives always 0, with read formula it gives the formula.
I’m using Workbook activities, i can’t use Excel one for security purpose.
attached the file.sample.xlsx (30.5 KB)
Hi! can you tell me which cell you want to read?
Regards,
NaNi
prasath_S
(prasath S)
November 8, 2021, 10:39am
4
Hi @abdel
Seems the problem is not solved yet,
Hi,
It’s able to read it as String. However cannot read as numeric like double as the following.
[img20210922-5]
If data is input as numeric correctly, Read Cell activity can handle it as numeric.
So, probably this is reason why the formula returns 0 by Workbook - Read Cell activity.
Regards,
For an alternate solution,
Use an invoke VBA activity and macro and pass the value from Excel to UiPath.
Refer this post
When I run Execute Macro, how do I set an output in my macro to be retrieved by UiPath in Macro Output?
Thanks