only_data_area property
only_data_area property
Gets or sets the flag for rendering the data area only without headers, footers, margins.
Remarks
This flags leads to rendering the whole worksheet on one page.
The default value is false
.
Definition:
@property
def only_data_area(self):
...
@only_data_area.setter
def only_data_area(self, value):
...