π Using Tables
Tables is a full-featured spreadsheet application for the GNOME desktop. This guide covers common workflows.
First Runβ
Launch Tables from the app grid:
flatpack run org.tunaos.tables
Or install via the TunaOS Flatpak remote:
flatpak remote-add --if-not-exists tuna-os https://tunaos.org/flatpak/tuna-os.flatpakrepo
flatpak install tuna-os org.tunaos.tables
Basic Operationsβ
Entering Dataβ
Click any cell and start typing. Press Enter to move down, Tab to move right.
| Action | Shortcut |
|---|---|
| Edit cell | F2 or double-click |
| Move down | Enter |
| Move right | Tab |
| Move up | Shift+Enter |
| Select column | Ctrl+Space |
| Select row | Shift+Space |
| Fill down | Ctrl+D |
| Fill right | Ctrl+R |
Formulasβ
Tables supports ~400 functions via HyperFormula. Start a formula with =:
=SUM(A1:A10)
=IF(B1>100, "High", "Low")
=VLOOKUP(C1, D1:E10, 2, FALSE)
=AVERAGE(A1:A5)
Working with Sheetsβ
- Add sheet: Click
+in the sheet tab bar - Rename: Double-click a sheet tab
- Reorder: Drag sheet tabs left or right
- Color: Right-click a tab β Tab Color
Formattingβ
Cell Formattingβ
Bold: Ctrl+B
Italic: Ctrl+I
Underline: Ctrl+U
Alignment: Toolbar buttons (L/C/R)
Borders: Toolbar β Borders menu
Number Formatsβ
Right-click a cell β Format Cells β choose:
| Format | Example |
|---|---|
| General | 1234.56 |
| Number | 1,234.56 |
| Currency | $1,234.56 |
| Percentage | 12.35% |
| Date | 2026-06-29 |
Chartsβ
Select data and insert a chart:
- Select the data range
- Click Insert β Chart
- Choose type: Bar, Line, or Pie
- The chart embeds in the sheet and exports to XLSX
Data Toolsβ
Sort & Filterβ
Select range β Data β Sort
Select range β Data β Filter
Freeze Panesβ
Select cell below/right of freeze point β View β Freeze Panes
Merge Cellsβ
Select cells β Format β Merge Cells
File Supportβ
| Format | Read | Write | Notes |
|---|---|---|---|
| XLSX | β | β | Excel format with charts |
| CSV | β | β | Comma-separated values |
| ODS | β | β | OpenDocument Spreadsheet |
| XLS | β | β | Legacy Excel (read only) |
See Alsoβ
- Office Suite β Tables, Decks, Letters overview
- Decks β presentation app
- Letters β word processor