As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
Hello,
I am using the premium version of wpDataTables and loading data from a Google Sheets file. The sheet contains numeric values representing currency, formatted like this: 3125,48 (with a comma as the decimal separator).
However, when the data is loaded into wpDataTables, the values are misinterpreted – the comma is not recognized as a decimal separator, and the numbers are either not displayed correctly or not treated as valid floats.
I need to keep the comma format (,) because it’s the standard in my locale (Bulgaria), and I also want the column to be treated as numeric so that sorting, filtering, and calculations work.
I’ve already tried adjusting the "Number Formatting" settings in wpDataTables > Settings, but it seems that wpDataTables still expects a dot (.) in the source file.
Is there a way to make wpDataTables recognize the comma as a decimal separator directly from the Google Sheet, without having to manually convert all values to dot format?
Thank you in advance!