aspose.cells

Class ExportRangeToJsonOptions

Indicates the options that exporting range to json.

Constructor Summary
 
Property Getters/Setters Summary
functiongetExportAsString()
function
           Exports the string value of the cells to json.
functiongetExportEmptyCells()
function
           Indicates whether exporting empty cells as null.
functionhasHeaderRow()
function
           Indicates whether the range contains header row.
functiongetIndent()
function
setIndent(value)
           Indicates the indent.
 

    • Constructor Detail

      • ExportRangeToJsonOptions

        function ExportRangeToJsonOptions()
    • Property Getters/Setters Detail

      • hasHeaderRow/setHasHeaderRow : boolean 

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

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

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

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