csvbase is a simple website for sharing table data. Join the discord.
Loading csvbase tables into Excel via Power Query
.xlsx
added on the end and click "Ok".This will load the table as a separate sheet in your workbook.
You can refresh the table from csvbase by clicking Refresh on the tab on the Ribbon.
Or, alternatively, you can configure the frequency of the refresh with the connection properties:
This allows you to create spreadsheets that always stay up to date.
Excel enforces some limitations on sheet names (/
is not allowed) so csvbase
names the sheets within the XLSX format by the following convention:
<username>;<table_name>
And they are truncated if they exceed 31 characters.
Excel does not support sheets longer than 1,048,576 rows so such tables are not available in XLSX format.
csvbase supports writing data back, but as far as we know Excel does not. If you know of a way, please open a bug report on github.