What problem does it solve?
Enables programmatic management of Lark (Feishu) spreadsheets so users no longer need to manually open, search, edit, append, or export spreadsheet data across cloud workspaces and wiki links.
Core Features & Use Cases
- Create spreadsheets with optional headers and initial data and return the new spreadsheet token and URL while handling bot/user authorization guidance.
- Read and export cell ranges with value render options, truncation handling, and CSV/XLSX export with optional local download.
- Write and append rows with size validation, dry-run safety, and overwrite or append modes for batch updates.
- Find and filter: search within a known spreadsheet by range, regex, case sensitivity, and manage sheet filters (create/update/delete).
- Integration guidance: resolves wiki node tokens to real document tokens and documents required scopes and error conditions for robust automation.
- Use case: append a batch of sales rows to a monthly report, then export the sheet as XLSX for distribution.
Quick Start
Read the spreadsheet at the provided URL or token and return the cell values for the specified sheet_id and range.