Problem Statement
Currently make-batch-dir only supports importing files via xslx files, while other workflow scripts also support using google sheets.
Proposed Solution
Create a sheetutils module or class that is able to abstract the sheets logic from other scripts, so that this functionality can easily be added in future scripts
Discussion Topics
- Timeline for implementation