Navigating the Interface
Layout Overviewβ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β TOOLBAR (Home | View | Data | Insert | Format) β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β FORMULA BAR [Cell ref] [Cell value / formula] β
ββββββββ¬βββββββββββββββββββββββββββββββββββββββββββββββ€
β Row β Col A Col B Col C Col D β¦ β
β # β data data data data β
β β data data data data β
β β β¦ β
ββββββββ΄βββββββββββββββββββββββββββββββββββββββββββββββ€
β [Sheet 1] [Sheet 2] [+] STATUS BARβ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
The Toolbarβ
The toolbar is organized into tabs, each grouping related actions.
Home Tabβ
- Save β write all pending changes to Frappe
- Refresh β reload data from Frappe (discards unsaved changes)
- Add Row β append a new blank row at the bottom
- Delete Row β delete the selected row(s)
- Bold / Italic / Align β text formatting
- Number Format β format cells as Currency, Percent, Date, etc.
- Background Color / Text Color β fill and font color pickers
View Tabβ
- Focus Cell (Crosshair) β highlight the active row/column intersection
- Hide Rows β hide selected rows from view
- Show Hidden β reveal all hidden rows
- Formula Precedents β outline all cells a formula depends on
- Freeze Columns β freeze N columns from the left
Data Tabβ
- Choose Columns β add/remove DocType fields as grid columns
- Smart Lookup β join data from a linked DocType as extra columns
- Sort β multi-level sort
- Filter β advanced filter builder (for DocType sheets)
- Refresh β same as Home > Refresh
Insert Tabβ
- Insert Chart β create a chart from selected data
- Insert Pivot β create a pivot table from sheet data
- New Sheet β add a blank, DocType, or Query sheet
Format Tabβ
- Conditional Formatting β rule-based cell highlighting
- Borders β cell border editor
- Clear Format β remove all formatting from selected cells
The Formula Barβ
Located below the toolbar. Shows:
- Cell reference box (left) β e.g.,
A1,B3β click to navigate to a cell directly - Value display (right) β shows the raw value of the selected cell
For Text Editor / Long Text fields that contain HTML, the formula bar automatically strips the HTML tags and shows clean readable text.
For formula cells, the bar shows the formula (e.g., =SUM(A1:A10)) rather than the computed value.
Sheet Tabsβ
At the bottom of the screen. Each tab represents one open sheet.
- Click a tab to switch to that sheet
- Double-click a tab to rename it (workbook sheets only)
- Right-click a tab for: Rename, Duplicate, Delete, Move Left/Right
- [+] button β add a new sheet (blank, DocType, or query)
Tab types are visually distinguished:
- Plain tab β DocType sheet
- Green icon β Report sheet
- Blue icon β Pivot sheet
- Gray tab β Blank sheet
The Status Barβ
At the very bottom of the page. Shows:
- Row count β total rows in the current sheet
- Selected β number of selected cells/rows
- Sum / Avg / Count β live stats for the selected numeric range
- Save status β "All changes saved" or pending change indicator
Opening the Frappe Formβ
Every row in a DocType sheet has a Name column (the first column, usually labeled with the DocType name). The value is a clickable blue link.
Click the link β the Frappe form for that record opens in the same tab (standard Frappe SPA navigation β no page reload). Press the browser back button to return to Excel View with your scroll position and selection preserved.
The Collaboration Sidebarβ
A panel on the right side that shows:
- Who else is currently viewing the same DocType
- Recent activity (comments, assignments, likes)
- Realtime update notifications
Toggle it with the chat-bubble icon in the top-right corner of the toolbar, or press Ctrl+Shift+K.