Skip to main content

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.