A spreadsheet is an interactive grid of horizontal rows and vertical columns used for numerical computing and financial modeling.
- Workbook: An entire spreadsheet file containing one or more individual sheets.
- Worksheet: A single grid canvas consisting of rows and columns (e.g., 1,048,576 rows and 16,384 columns in modern Excel).
- Columns: Identified by alphabetic letters (A, B, C ... Z, AA, AB ... XFD).
- Rows: Identified by numerical indices (1, 2, 3 ...).
- Cell & Cell Address: The intersection of a column and a row; identified by column letter followed by row number (e.g., C5 is column C, row 5).
- Active Cell: The currently selected cell highlighted with a thick dark border.
- Formula Bar: Displays the actual underlying mathematical formula or raw constant entered in the active cell.