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!

Okay
  Public Ticket #3633127
Links in Excel
Closed

Comments

  • Bob Diebel started the conversation

    Wow! I so appreciate your plugin. It is doing nearly all I need.

    I was trying to figure out how to get links working in an Excel file on my Website.

    The videos I saw looked unclear. Some fields look different.

    The link works in the Excel file, but not on my website.

    Could I get a procedure for making links work on this excellent product?

  • Bob Diebel replied

    I kept trying, and got it working!

    Thanx so much!



  •  1,894
    Miloš replied

    Hi Bob,

    I can see you already solved this issue, but we will still advise just to clarify how our links are being rendered in our Tables, to avoid any future issues with them.smile.png


    When we connect Spreadsheets such as CSV/Excel/ or Google Spreadsheets with our tables in the plugin,

    our plugin can not read the hyperlinks directly from the source sheet, because the Spreadsheet has a different way how it is creating and rendering links, while our Plugin can only read links as HTML.


    You would need to change the format of the data in the cells coming from the sheet in order for our plugin to properly render them as links.


    Now, it depends if you have one link per cell, or if you have multiple links in the same cell.

    1. If you have one link per cell,  perhaps the easiest way is to use our URL Columns.

    They have specific rendering rules :

    Rendering rules: If the content of the cells contains a combination of “two sticks” – || – everything to the left of this combination is used as an URL address for the link, and everything to the right as displayed text. For example:

    https://wpdatatables.com||Check out wpDataTables

    will be rendered as: Check out wpDataTables

    If the “||” combination is not found in the content, the entire content will be used both for the link and as the display value. For example: https://wpdatatables.com will be rendered as: https://wpdatatables.com


    2.

    Alternatively, you can use String Columns.

    They can render custom HTML,  in that case, you would have to wrap the links in the source data as HTML anchor tags, for example :

    <a href="https://www.w3schools.com">Visit W3Schools.com!</a>
    

    will be rendered as hyperlink of displayed text : " Visit W3Schools.com! "

     if you use String Columns, you will also be able to have multiple links in the same cell,  and combinations or images with links, etc ( if needed).


    Let me know if that makes sense, and if you have any questions.

     Thankssmile.png


    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 | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia 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