mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-10 20:38:32 +03:00
Update sheets_config.js
This commit is contained in:
@@ -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'
|
||||
} **/
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user