omg this is working
This commit is contained in:
@ -1,4 +1,11 @@
|
||||
function createMissingPhotoFolders() {
|
||||
import { Config } from "./config"
|
||||
import {
|
||||
getCellRangeByColumnName,
|
||||
getColumnValuesByName,
|
||||
toastAndLog,
|
||||
} from "./sheetUtils"
|
||||
|
||||
export function createMissingPhotoFolders() {
|
||||
let ss = SpreadsheetApp.getActive()
|
||||
let s = ss.getSheetByName("product_inventory")
|
||||
let config = new Config()
|
||||
|
||||
Reference in New Issue
Block a user