Advanced Excel · JSON Structure

Excel Api Rangeinput Structure

Request to write values to a range.

Type: object Properties: 1
AutomationBusiness IntelligenceData AnalysisData ProcessingExcelMicrosoftSpreadsheets

Excel Api Rangeinput Structure is a JSON Structure definition published by Advanced Excel, describing 1 property. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

values

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "excel-api-rangeinput-structure.json",
  "title": "RangeInput",
  "description": "Request to write values to a range.",
  "type": "object",
  "properties": {
    "values": {
      "type": "array",
      "description": "2D array of values to write."
    }
  }
}