git - Version control of spreadsheet macros -


so while ago fiancée asked me create spreadsheet manage new small business. come find out looking fully-fledged crm. being future husband am, decided tackled googlesheets macros. 2 weeks in, have basic inventory handling down, project has gotten way bigger had ever anticipated. in-browser syder ide , basic version management isn't cutting more.

my question now: begin managing project in github, can't find graceful way so. i've found this blog post on stand-alone apps script files, can't seem find macro (.gs) files in google drive.

my questions: these files located? there way use e.g. eclipse develop macros , store them spreadsheet while using git or other version control?

edit: got great feedback far, apparently cloud tools eclipse not allow apps script editing in same way google plugin eclipse did, see here.

once you're done migrating code stand-alone script per michelle's instructions may want check out chrome extension:

google apps script github assistant

it integrates apps script gui push , pull source , github. pretty handy tool.

p.s. chrome extension works bound scripts, i've found apps script code easier reuse when stand-alone scripts.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -