C.

Spreadsheet Record Exporter

A plugin for DatoCMS that allows you to export records as a spreadsheet via your project's dashboard.

View plugin>
Spreadsheet Record Exporter plugin interface

While working on the Clickatell website, the client requested a way to easily export records from Dato into a spreadsheet.

I found a plugin that enabled downloading records to JSON but it didn’t quite fit the bill. I forked the repo and created Spreadsheet Record Exporter for Dato so that anyone who might need this functionality can easily install and use the plugin with no technical knowledge required.

I used the xlsx package to construct a spreadsheet with appropriate headers and columns.

Spreadsheet