ignore_not_printed property

ignore_not_printed property

Ignore the data which are not printed if directly printing the file

Remarks

Only for xlsx file.

Definition:

@property
def ignore_not_printed(self):
    ...
@ignore_not_printed.setter
def ignore_not_printed(self, value):
    ...

See Also