From aa30489be9442df99e21cb7417f5024e07e51fd6 Mon Sep 17 00:00:00 2001 From: Lachlan Kermode Date: Sat, 2 May 2020 16:04:45 +0200 Subject: [PATCH] Update sheets_config.js --- src/sheets_config.js | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/sheets_config.js b/src/sheets_config.js index 0f1f744..f606c6d 100644 --- a/src/sheets_config.js +++ b/src/sheets_config.js @@ -11,14 +11,17 @@ const timemapStructure = { export default { gsheets: [{ - name: 'nzacts', + name: 'example', + id: '1UC7DkCFeUXHfpUxUGruExwFbP4pqVBdJLOKfo6wDDGk', tabs: timemapStructure, - id: '1ej3kEtANGYsEBUCTfWsIR0UhTSJIuXFHLYspti2sgHo' }], - xlsx: [{ - name: 'morocco_pushbacks', - tabs: timemapStructure, - path: 'temp/morocco_pushbacks.xlsx' - }] + + xlsx: [ + /** { + name: 'my_local_sheet', + tabs: timemapStructure, + path: 'temp/my_local_sheet.xlsx' + } **/ + ] }