Yes, that's a solution, thank you Sndl 
In this case, the values are;
------------------------------------------
A1(text) : "1.2 "
A2(text) : "2.5 "
B1(number) : =SUM(A1:A2) (it shows 0 now, it can't calculate..)
------------------------------------------
The operation is (as Sndl described)
------------------------------------------
1. Choose Column A
2. Chose Data-> Text to Columns from the top menu
In the wizard form;
3. Select the Column
4. Select "US English" from the Column type Combo
5. Click OK
------------------------------------------
B1 now shows the sum of the values (3.7 in this case)
Data type of A1 and A2 are still text, but that's not important for me
when the functions are working 
I think A1 and A2 aren't text, they are converted as numbers (right align in cell isn't it ?), but the column has text format.
When you change cell format, there is no conversion between text <-> number for already filled cells. But if you enter data in an empty cell (or replace existing datas), it will have the new format.
On the other hand, if you use de "Text to Columns" function, you can convert data type, but the cell format is left unchanged. So, further input in cells will have the cell format previously defined, not the data type used during the "Text to columns" conversion.