Attempt to dump data from a dashboard
Excel File. Dimensions and Metrics Supported
yarn yarn start
Edit Main Component to return:
return
{JSON.stringify(props)}
;
Copy Value from report in GDS, and save in localData.json
This is consumed in index.js const localData = require('./localData.json');
- yarn build:dev
- copy files from /build into your gs:// location
- Fill in your GS:// link in package.json
- yarn build:dev
- yarn push:dev
Forked from: anvilinsights/data-studio-react-starter Uses React Export Excel: rdcalle/react-export-excel