public class ExportRangeToJsonOptions
extends java.lang.Object
| Constructor and Description |
|---|
ExportRangeToJsonOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getExportAsString()
Exports the string value of the cells to json.
|
boolean |
getExportEmptyCells()
Indicates whether exporting empty cells as null.
|
java.lang.String |
getIndent()
Indicates the indent.
|
boolean |
hasHeaderRow()
Indicates whether the range contains header row.
|
void |
setExportAsString(boolean value)
Exports the string value of the cells to json.
|
void |
setExportEmptyCells(boolean value)
Indicates whether exporting empty cells as null.
|
void |
setHasHeaderRow(boolean value)
Indicates whether the range contains header row.
|
void |
setIndent(java.lang.String value)
Indicates the indent.
|
public boolean hasHeaderRow()
public void setHasHeaderRow(boolean value)
public boolean getExportAsString()
public void setExportAsString(boolean value)
public boolean getExportEmptyCells()
public void setExportEmptyCells(boolean value)
public java.lang.String getIndent()
Remarks
If the indent is null or empty, the exported json is not formatted.public void setIndent(java.lang.String value)
Remarks
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.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.