public class ExportTableOptions
Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
boolean | getCheckMixedValueType() | |
void | setCheckMixedValueType(booleanvalue) | |
False, Aspose.Cells will set the DataColumn's type by the value type of the first row for performance. True, Aspose.Cells will check whether the value type in the column are mixed before set the DataColumn's type And the value type are mixed, the DataColumn's type will be string. | ||
boolean | getExportAsHtmlString() | |
void | setExportAsHtmlString(booleanvalue) | |
Exports the html string value of the cells to the DataTable. | ||
boolean | getExportAsString() | |
void | setExportAsString(booleanvalue) | |
Exports the string value of the cells to the DataTable. | ||
boolean | getExportColumnName() | |
void | setExportColumnName(booleanvalue) | |
Indicates whether the data in the first row are exported to the column name of the DataTable. The default value is false. | ||
int | getFormatStrategy() | |
void | setFormatStrategy(intvalue) | |
Gets and sets the format strategy when exporting the value as string value. The value of the property is CellValueFormatStrategy integer constant. | ||
int[] | getIndexes() | |
void | setIndexes(int[]value) | |
The indexes of columns/rows which should be exported out. | ||
boolean | isVertical() | |
void | setVertical(booleanvalue) | |
True if a row in Workbook file represents a row in DataTable. False if a column in Workbook file represents a row in DataTable. | ||
boolean | getPlotVisibleCells() | |
void | setPlotVisibleCells(booleanvalue) | |
Only exports visible cells. | ||
boolean | getPlotVisibleColumns() | |
void | setPlotVisibleColumns(booleanvalue) | |
Only exports visible columns. | ||
boolean | getPlotVisibleRows() | |
void | setPlotVisibleRows(booleanvalue) | |
Only exports visible rows. | ||
int | getRenameStrategy() | |
void | setRenameStrategy(intvalue) | |
Renames strategy when columns contains the duplicate names. The value of the property is RenameStrategy integer constant. | ||
boolean | getSkipErrorValue() | |
void | setSkipErrorValue(booleanvalue) | |
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. |
public boolean getExportColumnName() / public void setExportColumnName(boolean value)
public boolean getSkipErrorValue() / public void setSkipErrorValue(boolean value)
public boolean getPlotVisibleCells() / public void setPlotVisibleCells(boolean value)
public boolean getPlotVisibleRows() / public void setPlotVisibleRows(boolean value)
public boolean getPlotVisibleColumns() / public void setPlotVisibleColumns(boolean value)
public boolean getExportAsString() / public void setExportAsString(boolean value)
public boolean getExportAsHtmlString() / public void setExportAsHtmlString(boolean value)
public int getFormatStrategy() / public void setFormatStrategy(int value)
public boolean getCheckMixedValueType() / public void setCheckMixedValueType(boolean value)
public boolean isVertical() / public void setVertical(boolean value)
public int[] getIndexes() / public void setIndexes(int[] value)
public int getRenameStrategy() / public void setRenameStrategy(int value)