format_data_ignore_column_width property
format_data_ignore_column_width property
Indicating whether show the whole formatted data of cell when overflowing the column. If true then ignore the column width and the whole data of cell will be exported. If false then the data will be exported same as Excel. The default value is false.
Definition:
@property
def format_data_ignore_column_width(self):
...
@format_data_ignore_column_width.setter
def format_data_ignore_column_width(self, value):
...
See Also
- module
aspose.cells.saving
- class
EbookSaveOptions