Skip to main content

Google Drive to Office conversion script

TypeScript Google Apps Script clasp

This is a Google Apps Script script written in TypeScript using clasp that allows the user to convert all Google Docs/Slides/Sheets into Microsoft Office formats

miguelandres/gdrive_to_office

Google Apps Script to convert Office and Google Documents

TypeScript
0
0

I plan to add logic for conversion in the opposite direction but it has not been a priority.

I had written a similar script before in plain JS directly on Google Apps Script Editor, but it was a maintainability nightmare and hard to understand.

This is much better, and canonically lives on github publically, so I can easily share it with everyone.