Opening Your First Excel View
There are three ways to open Excel View for any DocType.
Method 1 — From List View (Recommended)​
- Navigate to any DocType list in Frappe (e.g., CRM > Customer)
- Click the View dropdown in the toolbar (next to the search bar)
- Select Excel View
The grid opens immediately with the same filters and sort order you had in the list view.
Method 2 — Direct URL​
Navigate directly to:
https://yoursite.local/app/{doctype}/view/excel
For example:
/app/customer/view/excel— Customer grid/app/sales-invoice/view/excel— Sales Invoice grid/app/item/view/excel— Item grid
The URL slug uses hyphens (Frappe's standard URL format for DocType names with spaces).
Method 3 — Workspace Shortcut​
You can pin a direct link to any Excel View in your Frappe Workspace:
- Open any Workspace in edit mode
- Add a Link shortcut
- Set the URL to
/app/{doctype}/view/excel - Save the workspace
What You See on First Open​
When Excel View opens for a DocType for the first time:
- Loading indicator — brief spinner while fetching data and metadata
- Grid — rows of data, one record per row
- Default columns — the same fields shown in list view (usually Name, Status, Company, Modified)
- Toolbar — ribbon across the top with tab groups: Home, View, Data, Insert, Format
- Formula bar — below the toolbar, shows the raw value of the selected cell
- Sheet tabs — at the bottom, one tab per open sheet
- Status bar — at the very bottom, shows row count, selected cell count, and quick stats
Choosing What Columns to Show​
By default, only the standard list view fields appear. To add or remove columns:
- Click Data tab in the toolbar
- Click Choose Columns (or press Ctrl+Shift+C)
- A modal opens showing all available fields for the DocType
- Check/uncheck fields, use the search box to find specific fields
- Click Apply
Your column selection is saved automatically per DocType per user.
:::note Child Table Fields Child table fields (like Sales Invoice items) do not appear in the column chooser — they are accessed via the child table expand feature on each row (see Child Tables). :::
Your First Edit​
- Click any cell to select it
- Press Enter or F2 to begin editing
- Type the new value
- Press Enter to confirm (moves down) or Tab to confirm (moves right)
- Press Ctrl+S or click the Save button to write changes to Frappe
A green dot on unsaved rows indicates pending changes. A save confirmation toast appears in the bottom-right when the save succeeds.
Navigation Basics​
| Action | Shortcut |
|---|---|
| Move between cells | Arrow keys |
| Begin editing | Enter or F2 |
| Confirm edit & move down | Enter |
| Confirm edit & move right | Tab |
| Cancel edit | Escape |
| Select entire row | Click row number |
| Select entire column | Click column header |
| Select all | Ctrl+A |
| Open in Frappe Form | Click the Name (ID) link in the first column |
For the complete shortcut reference, see Keyboard Shortcuts.