mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-12 13:28:32 +03:00
Update sheets_config.js
This commit is contained in:
@@ -11,14 +11,17 @@ const timemapStructure = {
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
gsheets: [{
|
gsheets: [{
|
||||||
name: 'nzacts',
|
name: 'example',
|
||||||
|
id: '1UC7DkCFeUXHfpUxUGruExwFbP4pqVBdJLOKfo6wDDGk',
|
||||||
tabs: timemapStructure,
|
tabs: timemapStructure,
|
||||||
id: '1ej3kEtANGYsEBUCTfWsIR0UhTSJIuXFHLYspti2sgHo'
|
|
||||||
}],
|
}],
|
||||||
|
|
||||||
xlsx: [{
|
|
||||||
name: 'morocco_pushbacks',
|
xlsx: [
|
||||||
tabs: timemapStructure,
|
/** {
|
||||||
path: 'temp/morocco_pushbacks.xlsx'
|
name: 'my_local_sheet',
|
||||||
}]
|
tabs: timemapStructure,
|
||||||
|
path: 'temp/my_local_sheet.xlsx'
|
||||||
|
} **/
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user