You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"I had one cell formatted like this: 999.999.999,99 -> it is a price column and excel showed the numbers in a convinient way. Very high prices were also imported as 4.35e+08 for example."
The text was updated successfully, but these errors were encountered:
When converting to a value for a Numeric field, use the QLocale::system().toDouble(str, &ok) to perform the correct conversion, rather than just QString::toDouble()
If QLocale() fails, then try QLocale::c().toDouble()
See http://forums.wolflair.com/showpost.php?p=276758&postcount=477
"I had one cell formatted like this: 999.999.999,99 -> it is a price column and excel showed the numbers in a convinient way. Very high prices were also imported as 4.35e+08 for example."
The text was updated successfully, but these errors were encountered: