Skip to content

Google Sheet-bound document merge application built with Google Apps Script

License

Notifications You must be signed in to change notification settings

jrdnbradford/Doc-Merge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doc Merge

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.

Recommended OAuth Scopes

{
    "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"
    ]
}

Authors

Jordan Bradford - GitHub: jrdnbradford

License

All code in this project is licensed under the MIT license. See LICENSE.txt for details.

Releases

No releases published

Packages

No packages published