feat(google-sheets): add find worksheet action

This commit is contained in:
Rıdvan Akca
2023-12-01 13:59:39 +03:00
committed by Ali BARIN
parent 1e3ab75bb7
commit 1fe0cd9f84
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>