Internal API reference

This is intended for developers and hackers of pyexcel.

Data sheet representation

In inheritance order from parent to child

Matrix(array) The internal representation of a sheet data.
FormattableSheet(array) A represetation of Matrix that accept custom formatters
FilterableSheet(sheet) A represetation of Matrix that can be filtered
NominableSheet([sheet, name, ...]) Allow dictionary group of the content
Sheet([sheet, name, name_columns_by_row, ...]) Two dimensional data container for filtering, formatting and iteration

Row represetation

Row(matrix) Represet row of a matrix

Column represetation

Column(matrix) Represet columns of a matrix