GetFormatDataIgnoreColumnWidth Method

GetFormatDataIgnoreColumnWidth function

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.


func (instance *EbookSaveOptions) GetFormatDataIgnoreColumnWidth()  (bool,  error) 

Remarks

See Also