Exporting Data
TimelyChurch allows you to export data from most reports in the system. Exports are useful for sharing data with staff, importing into other tools, or keeping offline records.
Note: Not every report is exportable. The list-style reports (People, Attendance, Schedules, Small Groups, Follow-ups, Events, Forms, Volunteers) have an Export CSV button. The analytics dashboards -- Health Dashboard, Check-in Peak Times, and Check-in Durations -- do not currently offer a CSV/PDF export. (For Peak Times and Durations, capture screenshots or use your browser's print to PDF for now.)
Export Formats
Reports Module (People, Attendance, Schedules, etc.)
All exportable reports in the Reports module produce CSV files. CSV files can be opened in:
- Microsoft Excel
- Google Sheets
- Apple Numbers
- Any spreadsheet application
Finances Module (Giving and Accounting)
The Finances module supports multiple export formats:
- CSV -- Comma-separated values, compatible with all spreadsheet applications.
- Excel -- Currently produces a CSV file with an
.xlsxextension. It opens in Excel, Sheets, and Numbers, but it is not a true Excel binary. Power users with strict tooling should pick CSV instead. See Giving Reports for details. - PDF -- Portable Document Format, useful for printing or email distribution.
Additionally, the following financial documents are available as PDF downloads:
- Donation receipts (individual)
- Giving statements (individual or bulk)
- Treasurer's Report
- 1099 Vendor Report
- Reconciliation Report
How to Export from the Reports Module
Every list-style report page in the Reports module (People, Attendance, Schedules, Small Groups, Follow-ups, Events, Forms, Volunteers) includes an Export or Export CSV button, typically located in the upper-right corner of the page next to the page title. The Health Dashboard and Check-in Analytics pages do not have an export button (see the note above).
Step-by-Step
- Navigate to the report you want to export (e.g., Reports > People > New People).
- Set your desired date range using the date range selector. The export will include data matching the current date range.
- Apply any filters (e.g., selecting a specific class on the Attendance by Class report, or choosing a weeks-absent threshold on the Missing report).
- Click the Export or Export CSV button.
- Your browser will download a CSV file named with the report type and today's date (e.g.,
people-new-2026-02-16.csv).
Available Report Exports
| Report | Export File Name | Columns |
|---|---|---|
| People Overview | people-{date}.csv |
Name, Email, Phone, Status, Gender, Birthdate |
| New People | people-new-{date}.csv |
Name, Email, Phone, Status, Added On |
| Missing People | people-missing-{date}.csv |
Name, Email, Phone, Last Attended |
| Birthdays | people-birthdays-{date}.csv |
Name, Birthday, Turning Age, Email, Phone |
| Visitors | people-visitors-{date}.csv |
Name, Email, Phone, First Visit, Total Visits |
| Attendance Overview | attendance-{date}.csv |
Date, Name, Class |
| Attendance by Class | attendance-by-class-{date}.csv |
Date, Name, Class |
| Absentees | attendance-absentees-{date}.csv |
Name, Email, Phone, Last Attended, Weeks Absent |
| Check-ins | attendance-checkins-{date}.csv |
Date, Time, Name, Class, Security Code |
| Schedules Overview | schedules-{date}.csv |
Date, Class, Teacher, Lesson, Status |
| Schedule Gaps | schedules-gaps-{date}.csv |
Date, Class, Issue, Teacher, Lesson |
| Teacher Activity | schedules-teachers-{date}.csv |
Name, Email, Times Scheduled |
| Small Groups | small-groups-{date}.csv |
Group Name, Leader, Members, Status |
| Follow-ups | follow-ups-{date}.csv |
Person, Category, Assigned To, Due Date, Status |
| Events | events-{date}.csv |
Event, Date, Location, Registrations, Status |
| Forms | forms-{date}.csv |
Form Name, Status, Submissions in Period |
| Volunteers | volunteers-{date}.csv |
Name, Email, Phone, Status, Joined |
| Health Dashboard | No export | Use browser print-to-PDF |
| Check-in Peak Times | No export | Use screenshots or print-to-PDF |
| Check-in Durations | No export | Use screenshots or print-to-PDF |
How to Export Giving Data
- Go to Finances > Giving.
- Set the date range and apply any filters (payment method, fund).
- Click the Export button.
- Choose your format: CSV, Excel, or PDF.
- Select which fields to include in the export.
- Click Download.
Important: Giving data exports are limited to a 2-year window. You cannot export giving data older than 2 years from the current date.
How to Export Giving Statements
Individual Statement
- Go to Finances > Statements.
- Select a person.
- Click Preview to view the statement.
- Click Download PDF to save the statement file.
- Or click Email Statement to send the PDF directly to the donor.
Bulk Statements
- Go to Finances > Statements.
- Click Bulk Generate.
- Set the filters:
- Year -- Tax year for the statements (defaults to the current year). Limited to the last 2 years; older years are rejected with an error message.
- Minimum Donation -- Skip donors whose total giving for the year is below this dollar amount. Set to
0to include every donor with any giving.
- The system bundles every qualifying donor's statement into a single combined PDF named
giving-statements-{year}-all.pdfand downloads it. - If no donor matches the year + minimum filter, you are returned to the previous page with an error and no PDF is generated.
Tip: Set Minimum Donation to
$1(or higher) to skip $0 records, or to$250to satisfy the IRS substantiation threshold for printed receipts.
How to Export Financial Reports (PDF)
Financial reports such as the Treasurer's Report, 1099 Report, and Reconciliation Report can be exported as PDF documents.
- Navigate to the desired report in Finances > Accounting.
- Use the report's print or PDF download button.
- The PDF is generated with your church's branding and formatted for printing.
Printing Reports
While TimelyChurch does not have a dedicated "Print" button on most reports, you can print any report page using your browser's built-in print function:
- Navigate to the report you want to print.
- Press Ctrl+P (Windows) or Cmd+P (Mac).
- Adjust print settings as needed (landscape orientation is recommended for table-heavy reports).
- Click Print.
For a cleaner printed output, consider exporting to CSV first and formatting the data in a spreadsheet application before printing.
Tip: For financial reports that need to be shared with board members or auditors, use the PDF export option when available. PDFs maintain consistent formatting regardless of the recipient's device or software.
Tips for Working with Exported Data
- Opening CSV files in Excel: When you open a CSV file in Excel, phone numbers and zip codes with leading zeros may be reformatted. To prevent this, use Excel's "Import Data" feature (Data > From Text/CSV) and set those columns to "Text" format.
- Combining reports: Export multiple reports and use VLOOKUP or similar functions in your spreadsheet application to cross-reference data (e.g., matching attendance data with contact information).
- Regular backups: Consider exporting key reports monthly as part of your church's data backup routine.