Sheetsee.js is a client-side library for connecting Google Spreadsheets to a website and visualizing the information in tables, maps and charts.
Google Spreadsheets can be used as simple and collaborative databases, they make getting a data driven site going much easier than traditional databases. Read more about using spreadsheets for databases here.
Each of sheetsee.js's features are divided into modules. Use just the parts you need; see docs on building. If you don't want to build your own, you can just use the full library which includes all modules, it's here on GitHub.
Module | Contains | Docs |
---|---|---|
sheetsee-core | Included in any build. Gets you started and has the working-with-your-data functions. | Doc |
sheetsee-tables | Contains everything you'll need to create a table including sortable columns, pagination and search. | Doc |
sheetsee-maps | For making maps with your point, line or polygon spreadsheet data. Built on Mapbox.js. | Doc |
sheetsee-charts | Includes 3 basic d3 charts: bar, line and pie. You can also use your own. | Doc |
What can you make with Sheetsee.js? Lots of things, here are some examples:
List your sheetsee project here: file an issue or pull request.
Demos pages for the documentation.
More resources on using Sheetsee.js: