This exception is happening because the SQL decimal type will map to the C# decimal type, and the default Parse behavior for decimal doesn't allow scientific notation. I'm reluctant to change that ...
Is your feature request related to a problem? Please describe. Currently, when exporting numeric data (especially large numbers) from DBeaver into formats such as .xlsx, numbers are often displayed in ...