Sheets
- A workbook can contain multiple sheet tabs (rename, add, and switch between them from the tabs bar at the bottom).
- A sheet can be protected to prevent edits.
- A sheet can be connected to a source table — see SQL → External Databases.
- Each sheet independently tracks gridline visibility, row/column sizing, filters, charts, drawings, and images.
Cells & Cell Types
Beyond plain text/number cells, a cell can be:Formula
Formula
Starts with
=. See Formulas below.Checkbox
Checkbox
Dropdown / data validation list
Dropdown / data validation list
Single or multi-select, with optional colored “chip” display, driven by a fixed list or a live source range (e.g.
A1:A10).Date or time picker
Date or time picker
Hyperlink
Hyperlink
Image
Image
Merged cell range
Merged cell range
Spill range
Spill range
An array/dynamic-array formula result that fills adjacent cells.
Formatting
Per-cell or per-selection formatting includes:- Bold, italic, underline/strikethrough
- Font family, font size, text color, background color
- Horizontal align (left/center/right), vertical align (top/middle/bottom)
- Text wrap mode: overflow / wrap / clip, plus text rotation
- Borders (top/bottom/left/right, individually)
- Number formats — general, decimals, percentages, scientific, dates, times, and currency in 30+ currency codes
- Table styles (pre-built colored themes)
- Format Painter to copy formatting between ranges
- Clear formatting / Clear content as separate operations
Formulas
Tablix supports a large function library, grouped into categories:Data Validation
Turn a column or range into a controlled dropdown:- Fixed list of options, or a live source range
- Single-select or multi-select
- Display as chip, plain text, or with a dropdown arrow
- Optional error message on invalid entry, optional “allow blank”
Filters & Sorting
Apply filters per column by values, by a condition (equals, contains, greater/less than, empty, starts/ends with, etc.), or by cell/text color. Multiple filters can be combined across columns. Sort ascending/descending on any column.Find & Replace
Find and replace text across the current sheet or all sheets, with options for match case, match whole cell, and searching inside formulas.Duplicate Detection
Scan a range for duplicate values and see them grouped with their cell locations.Pivot Tables
Summarize a data range by grouping and aggregating it — no formulas needed. See the full Pivot Tables guide.Drawing, Shapes, Images & Text Boxes
- Freehand drawing tools: pen, marker, highlighter, eraser
- Shapes with custom styling
- Images (optionally linked to a URL or another sheet)
- Floating text boxes with their own font/color/alignment styling
Rows & Columns
Insert/delete rows and columns, resize (manually or auto-fit), hide rows, and autofill (drag-fill) a selection.Import & Export
- Import
- Export
.xlsx, .xls (compatibility warning), .csv, .json, and Tablix’s own .sheet format.
