Google Sheet-bound document merge application built with Google Apps Script.
The files in this repo are meant to be bound to a Google Sheet container. Information about data used for merging that could be helpful for troubleshooting issues is logged in the Google Account that runs the application. This default behavior can be changed by switching the logTroubleShootingInfo boolean variable in globals.gs to false.
{
"oauthScopes": [
"https://www.googleapis.com/auth/drive",
"https://www.googleapis.com/auth/documents",
"https://www.googleapis.com/auth/spreadsheets.currentonly",
"https://www.googleapis.com/auth/script.container.ui"
]
}
Jordan Bradford - GitHub: jrdnbradford
All code in this project is licensed under the MIT license. See LICENSE.txt for details.