Merge pull request #1461 from automatisch/AUT-537

feat(google-sheets): add find worksheet action
This commit is contained in:
Ali BARIN
2024-08-07 16:22:06 +02:00
committed by GitHub
5 changed files with 212 additions and 2 deletions

View File

@@ -7,6 +7,8 @@ items:
desc: Creates a new row in a specific spreadsheet.
- name: Create worksheet
desc: Create a blank worksheet with a title. Optionally, provide headers.
- name: Find worksheet
desc: Finds a worksheet by title. Optionally, create a worksheet if none are found.
---
<script setup>