Point it at a Google Sheet and it emails that report to your team on a schedule — automatically, every week.
Stop rebuilding and re-sending the same report by hand. Choose a Google Sheet and a day, and a weekly cron running in your own account reads the sheet, formats it as a clean table, and emails it to whoever you list. Great for KPI snapshots, sales numbers, or any spreadsheet your team needs on a regular cadence — no dashboards to check, no manual export.
A background job on a daily trigger — no surface to visit.
Connect Google, configure, and spin it up — it lives in your Drive. No servers, no subscription.
What lands in your Google account
A Drive folder
Holds this app — yours to browse, share, or delete.
A Google Sheet
The app’s database — rows you own.
An Apps Script web app
Deployed as you — a URL plus a daily trigger.
What you configure
- Report title *Used as the email subject and heading.
- Source Google Sheet URL *The sheet to report on. It must be readable by the Google account you install this into.
- Tab name (optional)Which tab to send. Leave blank to use the first tab.
- Recipients *Who receives the report — comma-separated emails.
- Send dayWhich weekday the report goes out.
- Send time
- Max rowsCap on data rows included (keeps the email a sensible size).
- Accent color
Permissions
Beyond its own Sheet, this app requests script.send_mail, spreadsheets, script.scriptapp. You authorize the script once, after it deploys into your account.