naotosx
(Naoto)
1
Hi,
i’ve been triying to write or transform amounts in my excel to take them as values not as string, i mean:
This is my excel


"The number of this cell has text format or is preceded by an apostrophe "
i tried to use Format Value activity but it does not work
There is a way to do this ? i need them as double be cause i need to upload this excel with that column format
My excel:
excel.xls (366.9 KB)
dkollyns
(Diógenes Kollyns )
2
Hello @naotosx
Is this data a DataTable?
naotosx
(Naoto)
3
this come from a .csv from a web page
Use Assign NewDecimal = Convert.Todecimal(“inputString”)
2 Likes
naotosx
(Naoto)
5
Thanks!, you mean like this:

Convert.Todecimal(“valor”)

be casue i get this error:

mmmmm 
dkollyns
(Diógenes Kollyns )
6
@naotosx
Can you share your code ?
naotosx
(Naoto)
7
of course my friend
excel - copia.xlsx (13.7 KB)
Main.xaml (9.8 KB)
dkollyns
(Diógenes Kollyns )
8
@naotosx
See attached, it’s working!
Convert.xaml (12.3 KB)
convert.xlsx (13.7 KB)
Hope it Helps 
2 Likes
naotosx
(Naoto)
9
the decimal character is deleted in the result excel :C
dkollyns
(Diógenes Kollyns )
10
I don’t understand.
Do you need the result as image below ?
that you need

Result

Or do you need the result as Double?
naotosx
(Naoto)
11
yes as the imagen if you take a look you’ll see that e.g 381,95 → result: 38195 but i thiink that i found a way , i’m testing
Main.xaml (147.3 KB)
And it works
. I really apreciate your time and help 
2 Likes
dkollyns
(Diógenes Kollyns )
12
Ok, So check this topic as solved.
Have a good day 
1 Like
system
(system)
Closed
13
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.