Synthoid / ExportSheetData

Add-on for Google Sheets that allows sheets to be exported as JSON or XML.
MIT License
236 stars 46 forks source link

(General) Generate sidebar with template service #40

Closed Synthoid closed 3 years ago

Synthoid commented 6 years ago

Look into using the HTML service's template functionality to create the ESD sidebar. This will break up the current Sidebar.html file into a simple HTML template file, a CSS file, and a JavaScript file then assemble them together when needed. Should make editing code a little easier.

Synthoid commented 6 years ago

Example of loading files via templates can be seen here.