pyexcel.sheets.Matrix

class pyexcel.sheets.Matrix(array)[source]

The internal representation of a sheet data. Each element can be of any python types

__init__(array)[source]

Constructor

The reason a deep copy was not made here is because the data sheet could be huge. It could be costly to copy every cell to a new memory area :param list array: a list of arrays

Methods

Attributes

column
row