Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: Pedro PabloHi,
I have a problem in a real use case when I read a excel and then write into a new excel that is used in next day execution as input (and in the middle exists the posibility someone open and modify some value)
I explain the steps:
Step 1)
In BRE I see
1500.50, then I write into a Excel File using 'Excel Node' and finally I open using Microsoft Excel, I see
1500,50 so all is ok because it is the correct system locale (Spain).
Step 2)
I read the file using a 'Excel File Node', I read
150050 without comma or period, it is wrong!!
If I use the option UseSystemLocale in 'Excel File Node', I read
1500.50
Step 3)
Someone opens the file with Microsoft Excel, makes a change and saves it, or does nothing and simply click on save
Step 4)
I read the file using a 'Excel File Node', I read
1500.50
If I use the option UseSystemLocale in 'Excel File Node', I read
1500,50
I need a solution that works reading a file generated from Microsoft Excel as well as generated from BRE and works too with my sytem locale region (decimal dot and thousand comma separated) .
It is a real use case.
Thanks.