Read Google Docs
block is an efficient tool designed for extracting textual data from specific sheets within your Google Docs. It automates the retrieval process, simplifying various tasks that require accessing information stored in documents.
I/O | Feature | Type | Simple Explanation |
---|---|---|---|
input | file_link_or_id | string | The link or unique ID of the Google Doc from which you want to read data. |
output | doc_content | string[][] | The extracted text data organized from the specified sheet of your Google Doc. |
Read Google Docs
block provides a straightforward solution for handling document-based tasks efficiently!