We're Moving to a New Support Platform – Starting June 1st!
We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.
You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.
While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.
We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.
Thanks for your continued support and trust – we’re excited to bring you an even better support experience!
This is probably a very simple issue, but the documentation doesn't seem to cover it. Actually, the docs need to do a much better job of discussing how an Excel table must be formatted to properly be converted to tables.
I have an xlsx spreadsheet. There are rows with currencty values in them. All the values show in the spreadsheet. I create a table from the spreadsheet but none of the entered values display. Values derived from the entered fields display.
HI Rick,
Thank you for your inquire.
Can you please send me that xlsx file so I can take a look and try to reproduce the issue on my side.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Bogodan, thanks very much! Attached find the xlsx file.
rick
HI Rick,
I think i found what the issue is.
If you look at the values that you have in the file for example
$107006000000
Because of the $ sign the plugin can not recognize this values like float, it is a string value.
My suggestion is to remove that $ sign and then make a table.
The format of the number should be the same like the number format in the wpDatatables settings table.
Then you can use Cell content prefix feature (attachment) for that columns that you want to have the $ sign.
Now when you import your file with the $ sign and change the column type to string it will recognize it like it is in your file.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Bogdan, thanks. However, when I try this, I get a "Column 'pos' cannot be null" error. Each column has a name, as you can see. What causes this error? Does each row have to have a value as well?
Also, wdt doesn't want to show numbers calculated from other numbers, such as the averages at the right of the table. I assume this is a limitation?
Also, is it possible to style a cell individually? Do you have sample templates with examples of CSS styles I can use for rows and cells?
HI Rick,
Sorry for late response but we did not work on Friday due to national holiday.
Unfortunately any type of formatting in the file is not supported when creating tables from the source files.
Instead we developed our types of formatting, like formula columns or calculated functions.
You can also take a look at this link from our documentation about conditional formatting where you can see how you can use the rules to change the look of the cells.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables