Hi, hope you can help me with this. I have two test data (same Excel template, different data) each having different date (cell value) but having the same formula. I would like to read the value from the cell itself that contains Japanese characters and not anything from the formula and output it in UiPath. In Test Data 1, it’s being read correctly but in Test Data 2 it’s not… it’s getting a value from the formula and not the date written exactly on the cell. I’m not sure what’s wrong with the other template and why it’s not being read correctly.
Test Data 1 Cell Value:
Output Value from Read Cell (Correct Value):
Test Data 2 Cell Value:
Output Value from Read Cell activity (Incorrect Value):
I tried to mark PreserveFormat but it’s returning the same value from the formula:
For the GenericValue, I updated the post it’s on the different tool I’m working on sorry I got confused. I tried to change the data type for the output of this one to GenericValue as well but still the same output.
Thank you for sharing.
Can you try to use ExcelApplicationScope and ReadCell activity?
Probably, this matter is caused something wrong with processing the formula in NPOI/ClosedXML.
OR
Can you try to modify the formula to the following in B1 cell? It will work with Workbook-ReadCell.