asposecells.api

Class ExportRangeToJsonOptions

Indicates the options that exporting range to json.

Constructor Summary
 
Property Getters/Setters Summary
methodgetExportAsString()
method
           Exports the string value of the cells to json.
methodgetExportEmptyCells()
method
           Indicates whether exporting empty cells as null.
methodhasHeaderRow()
method
           Indicates whether the range contains header row.
methodgetIndent()
method
setIndent(value)
           Indicates the indent.
 

    • Constructor Detail

      • ExportRangeToJsonOptions

        ExportRangeToJsonOptions()
    • Property Getters/Setters Detail

      • hasHeaderRow/setHasHeaderRow : boolean 

        boolean hasHeaderRow() / setHasHeaderRow(value)
        
        Indicates whether the range contains header row.
      • getExportAsString/setExportAsString : boolean 

        boolean getExportAsString() / setExportAsString(value)
        
        Exports the string value of the cells to json.
      • getExportEmptyCells/setExportEmptyCells : boolean 

        boolean getExportEmptyCells() / setExportEmptyCells(value)
        
        Indicates whether exporting empty cells as null.
      • getIndent/setIndent : String 

        String getIndent() / setIndent(value)
        
        Indicates the indent. If the indent is null or empty, the exported json is not formatted.