Skip to content

gmfennema/Google-Sheets-to-HTML-Table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation


Hero

Google Sheets to Filterable HTML Table - Template

More information about this project and others can be found at my website
Learn More »

Table of Contents
  1. About The Project
  2. Setup
  3. Contributing
  4. Contact

About The Project

Sheets TableDemo Gif

This template came out of a need to take table style information stored in a Google Sheet and display it on a website. The main feature it offers is filtering functionality, which can be customized to your needs with minimal changes to the template.

Setup

  1. Publish your sheet as a csv
    • In Google Sheets go to File > Publish to Web
    • Select the Sheet where you data source is located
    • Publish as CSV
    • Copy the published link
  2. Customize the table generation function
    • Paste your published link in the url variable
    • Customize the table_data variable to create a table that fits your data
  3. Customize Filters
    • Filters can be found in the main HTML body
    • Create options that fit your data
    • Finters use rexeg to filter your data

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Project Link: https://github.com/gmfennema/Sheets_HTML_Table

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages