as_normal_view property

as_normal_view property

Exporting Excel file to docx fiel as normal view. If this property is true , one Area will be output, and no scale will take effect. The default value is false.

Definition:

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

See Also