Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 758 Bytes

File metadata and controls

41 lines (27 loc) · 758 Bytes

Sheet Snip

Export Google Sheets ranges to LLM-friendly format.

Website: https://sheet-snip.joshuashew.com/

Features

  • Export data in structured formats (row-based or column-based variations)
  • Export formulas in structured format
  • Export all data in structured format
  • One-click clipboard copy
  • Privacy-focused: no data collection or external transmission
  • Works entirely within Google Sheets environment

Installation

Coming soon to the Google Workspace Marketplace.

Development Setup

# Authenticate with Google Apps Script
clasp login

# Push code to Apps Script
clasp push

Deployment

Auto-deploys via GitHub Actions on push to main.

Manual deployment:

clasp push

License

MIT License