working version checkin
* add config class * add vlookup * add menu * add photo folder creation * add prep for product templates
This commit is contained in:
4
src/fillProductFromTemplate.ts
Normal file
4
src/fillProductFromTemplate.ts
Normal file
@ -0,0 +1,4 @@
|
||||
function fillProductFromTemplate() {
|
||||
let row = SpreadsheetApp.getCurrentCell().getRow()
|
||||
productTemplate(row)
|
||||
}
|
||||
Reference in New Issue
Block a user