feat(google-sheets): add create spreadsheet action

This commit is contained in:
Rıdvan Akca
2023-06-23 19:47:04 +03:00
committed by Ali BARIN
parent 92638c2e97
commit 3c9bc53a79
3 changed files with 110 additions and 2 deletions

View File

@@ -2,7 +2,9 @@
favicon: /favicons/google-sheets.svg
items:
- name: Create Spreadsheet Row
desc: Creates a new row in a specific spreadsheet
desc: Creates a new row in a specific spreadsheet.
- name: Create Spreadsheet
desc: Create a blank spreadsheet or duplicate an existing spreadsheet. Optionally, provide headers.
---
<script setup>