Files
automatisch/packages/docs/pages/apps/google-sheets/actions.md
2024-08-07 14:21:51 +00:00

19 lines
601 B
Markdown

---
favicon: /favicons/google-sheets.svg
items:
- name: Create spreadsheet
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.
- name: Find worksheet
desc: Finds a worksheet by title. Optionally, create a worksheet if none are found.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />