Category Archives: File Structure

An xlsx file consists of a number of components and these posts describe them.

Cells

Cells are the building blocks of spreadsheets. Each is labeled with the row (letters) and columns (numbers), so B3 is the second row and the third column. Surprisingly complex things can be stored in cells, and there are quite a few formatting options.

Worksheets

The collection of cells and the drawing layer above the cells is collected into a structure called a worksheet. Worksheets are named Sheet1 and so on by default, but can be renamed. There can be a large number of worksheets, so it is possible to create a 3-D set of cells.