feat(google-sheets): add create worksheet action

This commit is contained in:
Rıdvan Akca
2023-06-30 19:02:16 +03:00
parent 8e9896ec2e
commit 0dd444d50b
3 changed files with 195 additions and 1 deletions

View File

@@ -5,6 +5,8 @@ items:
desc: Create a blank spreadsheet or duplicate an existing spreadsheet. Optionally, provide headers.
- name: Create spreadsheet row
desc: Creates a new row in a specific spreadsheet.
- name: Create worksheet
desc: Create a blank worksheet with a title. Optionally, provide headers.
---
<script setup>