AIObjectives / AIObjectives/tttc-light-js
Support google sheets where data is not in first spreadsheet tab
- Dominant language
- TypeScript
- Stars
- 58
- Forks
- 16
- Avg merge
- 33m
- Merged PRs (30d)
- 13
Description
Steps to reproduce:
1. start dev server
2. run [google sheet script](https://github.com/AIObjectives/tttc-light-js/blob/main/examples/googlesheet-with-config.mjs), using a URL parameter to specify a google sheet tab that is not the first tab in the spreadsheet
Expected behavior: the pipeline runs on data pulled from the google sheet tab specified
Observed behavior: the pipeline runs on data pulled from the first tab in the google sheet, regardless of which was specified
[Logic to pull data from google sheets here](https://github.com/AIObjectives/tttc-light-js/blob/main/dist/sheet.js)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.