java.lang.Object
com.aspose.cells.ExportRangeToJsonOptions
public class ExportRangeToJsonOptions
- extends java.lang.Object
Indicates the options that exporting range to json.
ExportRangeToJsonOptions
public ExportRangeToJsonOptions()
-
Property Getters/Setters Detail |
hasHeaderRow/setHasHeaderRow | |
public boolean hasHeaderRow() / public void setHasHeaderRow(boolean value)
|
-
Indicates whether the range contains header row.
getExportAsString/setExportAsString | |
public boolean getExportAsString() / public void setExportAsString(boolean value)
|
-
Exports the string value of the cells to json.
getIndent/setIndent | |
public java.lang.String getIndent() / public void setIndent(java.lang.String value)
|
-
Indicates the indent.
If the indent is null or empty, the exported json is not formatted.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.