Some checks are pending
Automatisch Backend Tests / test (push) Waiting to run
Automatisch CI / linter (push) Waiting to run
Automatisch CI / start-backend-server (push) Waiting to run
Automatisch CI / start-backend-worker (push) Waiting to run
Automatisch CI / build-web (push) Waiting to run
Automatisch UI Tests / test (push) Waiting to run
19 lines
601 B
Markdown
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 />
|