java.lang.Objectcom.aspose.cells.ExportTableOptions
public class ExportTableOptions
Constructor Summary |
---|
ExportTableOptions()
|
Property Getters/Setters Summary | ||
---|---|---|
boolean | getExportColumnName() | |
void | setExportColumnName(boolean value) | |
Indicates whether the data in the first row are exported to the column name of the DataTable. The default value is false. | ||
boolean | getSkipErrorValue() | |
void | setSkipErrorValue(boolean value) | |
Indicates whether skip invalid value for the column. For example,if the column type is decimal ,the value is greater than decimal.MaxValue and this property is true,we will not throw exception again. The default value is false. |
Constructor Detail |
---|
public ExportTableOptions()
Property Getters/Setters Detail |
---|
getExportColumnName/setExportColumnName | |
public boolean getExportColumnName() / public void setExportColumnName(boolean value) |
getSkipErrorValue/setSkipErrorValue | |
public boolean getSkipErrorValue() / public void setSkipErrorValue(boolean value) |