Paper Office
paper-xlsxAPI referencechart.reference

Reference

paper-xlsx 0.2.1 API reference

Normalise cell range references

Reference(worksheet=None, min_col=None, min_row=None, max_col=None, max_row=None, range_string=None)

Attributes

cols

attributecols

Return all columns in the range

max_col

attributemax_col
= max_col

max_row

attributemax_row
= max_row

min_col

attributemin_col
= min_col

min_row

attributemin_row
= min_row

range_string

attributerange_string
= String(allow_none=True)

rows

attributerows

Return all rows in the range

sheetname

attributesheetname

worksheet

attributeworksheet
= worksheet

Functions

__len__

func__len__()

pop

funcpop()

Return and remove the first cell

On this page