I have an excel file that looks like this:
As you can see there is a list of numbers in column A. At E12 is where the problem happens. As you can see, I did a SUM function(SOMA = SUM in Portuguese). It returns me the result, that's ok. But it only happened because I typed the number manually, so to speak. This list was actually web scrapped. I did a python program to web scraping a page on web. When I do the SUM formula with the numbers provided automatically by the program, the result of the SUM(or any other formula) is equal 0. But when I type the same number manually, it returns the actual result of the formula. So, I did the web scraping for not to do the work manually(this list is quite long). My question is: what I'm doing wrong?