How to import tables from Dropbox

TablePress can import tables from a variety of popular spreadsheet applications. This includes XLSX files from Microsoft Excel, CSV (Character-Separated Values), ODS (OpenDocument Spreadsheet), HTML, and JSON files. In addition to uploading files from your local computer, it is also possible to import spreadsheets into your WordPress site by providing a URL (link address) to such a file.

This opens up the possibility to import a table from a file in your Dropbox into TablePress. (By the way: The TablePress Max license plan comes with the Automatic Periodic Table Import feature. This allows you to fully automate the table import process, saving you time and effort!)

All that you need for this is a link address to the spreadsheet that directly returns an appropriate file, without any user interface or login screen. This can be done by publicly sharing the file on Dropbox and then using a generated (secret) URL for the import into TablePress. Our beginner-friendly step-by-step tutorial will guide you through this process and show you how to find this URL for your Dropbox file.

Step 1: Open your Dropbox online

Go to the Dropbox website and sign in to your Dropbox account, if you are not yet logged in. Upload a new Microsoft Excel (.xlsx) or CSV file or find the existing one that contains the table you want to share.

Step 2: Share the File

In the list that shows your file (“TablePress import test.xlsx” in the example screenshot below), move the mouse cursor over the file and click the “three dots” ••• icon (1) on the right side of the hovered file. Move the mouse cursor over the “Share” menu entry (2) and click the “Share with Dropbox” item (3) that appears.

Opening the "Share this file" dialog in Dropbox.
Opening the “Share this file” dialog in Dropbox.

In the “Share this file” dialog, click on the “can edit” (1) dropdown menu next to “Anyone with this link”. Choose “can view” (2) from the appearing dropdown menu. Click the “Copy link” link (3) in the bottom-left corner of the dialog.

Sharing a file in Dropbox, so that "Anyone with this link can view".
Sharing a file in Dropbox, so that “Anyone with this link can view”.

You will now have the Sharing link for the chosen file from your Dropbox in your computer’s clipboard, as confirmed by a notice at the bottom of your screen:

Confirmation notice for a shared file in Dropbox.

Step 3: Modifying the Sharing URL

Open a new browser tab and paste the copied link into the address bar. The link looks like

https://www.dropbox.com/scl/fi/{id}/{filename}?rlkey={key}&dl=0Code language: HTML, XML (xml)

where {id} is an ID, {key} is an access token, both consisting of a long sequence of letters and numbers, and {filename} is the filename of your chosen file.

In some cases, the link can also be a little bit shorter and look like

https://www.dropbox.com/s/{id}/{filename}?dl=0Code language: HTML, XML (xml)

Notice how both link formats end with dl=0 which is the short form for download=0. This indicates that the file should be viewed in the Dropbox user interface, when opened.

To instruct Dropbox to instead offer the file for download, which is necessary when using this link for importing file into TablePress, change that dl=0 to dl=1 so that the modified URL looks like

https://www.dropbox.com/scl/fi/{id}/{filename}?rlkey={key}&dl=1Code language: HTML, XML (xml)

or

https://www.dropbox.com/s/{id}/{filename}?dl=1Code language: HTML, XML (xml)

depending on whether the originally copied link was in the long or short format.

That’s it! You now have a link address that can be used for importing your chosen file from Dropbox as a table into TablePress.

A quick tip: To check if a URL link is suitable, try opening it in a “private”/”incognito” browsing window. If you are offered your selected file for download, without seeing a Dropbox user interface or having to log in first, the URL should work for the import into TablePress.

Step 4: Import the URL into TablePress

Once you have the correct Sharing URL from Step 3, you can use that for importing the file from Dropbox into TablePress. For that, go to the “Edit” screen of TablePress on your WordPress site. Choose “URL” as the “Import Source” and paste the URL into the “File URL” text field. After clicking the “Import” button, your Dropbox file will be imported into TablePress. You can then edit it as needed and show it on your site by embedding the “TablePress table” block (if you are using the block editor) or the corresponding Shortcode into a post or page.

Importing a TablePress table from the generated Sharing URL of a file in Dropbox.
Importing a TablePress table from the generated Sharing URL of a file in Dropbox.

Tutorials on how to create such a URL for other services like Google Sheets, Google Drive, Microsoft Excel Online, or Microsoft OneDrive are available on the Tutorials, Guides, and How-tos page.