langgenius / langgenius/dify-plugins
Request a batchInsert mode for the omluc/google_sheets plugin.
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 554
- Forks
- 879
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 125
Description
https://marketplace.dify.ai/plugins/omluc/google_sheets
This plugin is incredibly useful and I’m excited about its potential.
However, with batch updates, it’s not possible to update a specific range, making it unsuitable for cases where you want to append data.
It would be great to have a mode that allows appending data to the spreadsheet.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the omluc/google_sheets plugin linked in the issue and trace how its current batch-update mode handles ranges. The work is done when a batchInsert mode can append data to a spreadsheet, including the requested range behavior; no specific source file or test is named, so locate the plugin entry point and its existing batch-update tests first.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100