{
  "Name": "Cells",
  "CompanyName": "Aspose",
  "BaseUrl": "https://api.aspose.cloud",
  "ApiVersion": "3.0",
  "SdkVersion": "26.3.1",
  "Namespace": "Aspose.Cells.Cloud",
  "Label": "Aspose.Cells Cloud",
  "Operations": [
    {
      "APIVersion": "v3.0",
      "ClassName": "AnalyseController",
      "Name": "PostAnalyzeExcel",
      "Summary": [
        "Perform business analysis of data in Excel files."
      ],
      "Remarks": [
        "PageTitle:  Perform business analysis of data in Excel files.",
        "PageDescription: Aspose.Cells Cloud provides robust support for Excel data analysis, making it capable of parsing tables and range data for chart and pivot table output. This process is known for its intricacy.",
        "HeadTitle: Perform business analysis of data in Excel files.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for Excel data analysis, making it capable of parsing tables and range data for chart and pivot table output.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports Excel data analysis and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on.",
        "kwords: Data Analyze, Excel, Spreadsheet, Data Conversion",
        "howto:",
        "fqa: [ {\"Question\":\"Why data anlysis in C# using REST API?\" ,\"Answer\"}"
      ],
      "HttpMethod": "POST",
      "Path": "/cells/analyze",
      "Parameters": [
        {
          "Name": "analyzeExcelRequest",
          "Description": [
            "Excel files and analysis output requirements"
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "AnalyzeExcelRequest"
          },
          "Group": "Body"
        }
      ],
      "Responses": [
        {
          "Name": "IList`1",
          "DataType": {
            "Identifier": "Container",
            "Reference": "AnalyzedResult",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "AnalyzedResult"
            }
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "AutoFilterController",
      "Name": "GetWorksheetAutoFilter",
      "Summary": [
        "Retrieve the description of auto filters from a worksheet."
      ],
      "Remarks": [
        "PageTitle:  Retrieve the description of auto filters from a worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining the description of auto filters from a worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve the description of auto filters from a worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining the description of auto filters from a worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining the description of auto filters from a worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/autoFilter",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "AutoFilterResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "AutoFilterResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "AutoFilterController",
      "Name": "PutWorksheetDateFilter",
      "Summary": [
        "Apply a date filter in the worksheet."
      ],
      "Remarks": [
        "PageTitle:  Apply a date filter in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for applying a date filter in the worksheet, a process known for its intricacy.",
        "HeadTitle: Apply a date filter in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for applying a date filter in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports applying a date filter in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/autoFilter/dateFilter",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "range",
          "Description": [
            "Represents the range to which the specified AutoFilter applies."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "fieldIndex",
          "Description": [
            "The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0)."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "dateTimeGroupingType",
          "Description": [
            "Specifies how to group dateTime values (Day, Hour, Minute, Month, Second, Year)."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "year",
          "Description": [
            "The year."
          ],
          "DefaultValue": 0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "month",
          "Description": [
            "The month."
          ],
          "DefaultValue": 0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "day",
          "Description": [
            "The day."
          ],
          "DefaultValue": 0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "hour",
          "Description": [
            "The hour."
          ],
          "DefaultValue": 0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "minute",
          "Description": [
            "The minute."
          ],
          "DefaultValue": 0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "second",
          "Description": [
            "The second."
          ],
          "DefaultValue": 0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "matchBlanks",
          "Description": [
            "Match all blank cell in the list."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "refresh",
          "Description": [
            "Refresh auto filters to hide or unhide the rows."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "AutoFilterController",
      "Name": "PutWorksheetFilter",
      "Summary": [
        "Add a filter for a column in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Add a filter for a column in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for adding a filter for a column in the worksheet, a process known for its intricacy.",
        "HeadTitle: Add a filter for a column in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for adding a filter for a column in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports adding a filter for a column in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/autoFilter/filter",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "range",
          "Description": [
            "Represents the range to which the specified AutoFilter applies."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "fieldIndex",
          "Description": [
            "The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0)."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "criteria",
          "Description": [
            "The custom criteria."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "matchBlanks",
          "Description": [
            "Match all blank cell in the list."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "refresh",
          "Description": [
            "Refresh auto filters to hide or unhide the rows."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "AutoFilterController",
      "Name": "PutWorksheetIconFilter",
      "Summary": [
        "Add an icon filter in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Add an icon filter in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for adding an icon filter in the worksheet, a process known for its intricacy.",
        "HeadTitle: Add an icon filter in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for adding an icon filter in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports adding an icon filter in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/autoFilter/iconFilter",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "range",
          "Description": [
            "Represents the range to which the specified AutoFilter applies."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "fieldIndex",
          "Description": [
            "The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0)."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "iconSetType",
          "Description": [
            "The icon set type."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "iconId",
          "Description": [
            "The icon id."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "matchBlanks",
          "Description": [
            "Match all blank cell in the list."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "refresh",
          "Description": [
            "Refresh auto filters to hide or unhide the rows."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "AutoFilterController",
      "Name": "PutWorksheetCustomFilter",
      "Summary": [
        "Filter a list with custom criteria in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Filter a list with custom criteria in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for filtering a list with custom criteria in the worksheet, a process known for its intricacy.",
        "HeadTitle: Filter a list with custom criteria in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for filtering a list with custom criteria in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports filtering a list with custom criteria in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/autoFilter/custom",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "range",
          "Description": [
            "Represents the range to which the specified AutoFilter applies."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "fieldIndex",
          "Description": [
            "The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0)."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "operatorType1",
          "Description": [
            "The filter operator type"
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "criteria1",
          "Description": [
            "The custom criteria."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "isAnd",
          "Description": [
            "true/false"
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "operatorType2",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "criteria2",
          "Description": [
            "The custom criteria."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "matchBlanks",
          "Description": [
            "Match all blank cell in the list."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "refresh",
          "Description": [
            "Refresh auto filters to hide or unhide the rows."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "AutoFilterController",
      "Name": "PutWorksheetDynamicFilter",
      "Summary": [
        "Add a dynamic filter in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Add a dynamic filter in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for adding a dynamic filter in the worksheet, a process known for its intricacy.",
        "HeadTitle: Add a dynamic filter in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for adding a dynamic filter in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports adding a dynamic filter in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/autoFilter/dynamicFilter",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "range",
          "Description": [
            "Represents the range to which the specified AutoFilter applies."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "fieldIndex",
          "Description": [
            "The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0)."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "dynamicFilterType",
          "Description": [
            "Dynamic filter type."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "matchBlanks",
          "Description": [
            "Match all blank cell in the list."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "refresh",
          "Description": [
            "Refresh auto filters to hide or unhide the rows."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "AutoFilterController",
      "Name": "PutWorksheetFilterTop10",
      "Summary": [
        "Filter the top 10 items in the list in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Filter the top 10 items in the list in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for filtering the top 10 items in the list in the worksheet, a process known for its intricacy.",
        "HeadTitle: Filter the top 10 items in the list in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for filtering the top 10 items in the list in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports filtering the top 10 items in the list in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/autoFilter/filterTop10",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "range",
          "Description": [
            "Represents the range to which the specified AutoFilter applies."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "fieldIndex",
          "Description": [
            "The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0)."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "isTop",
          "Description": [
            "Indicates whether filter from top or bottom"
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "isPercent",
          "Description": [
            "Indicates whether the items is percent or count"
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "itemCount",
          "Description": [
            "The item count"
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "matchBlanks",
          "Description": [
            "Match all blank cell in the list."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "refresh",
          "Description": [
            "Refresh auto filters to hide or unhide the rows."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "AutoFilterController",
      "Name": "PutWorksheetColorFilter",
      "Summary": [
        "Add a color filter in the worksheet."
      ],
      "Remarks": [
        "PageTitle:Add a color filter in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for adding a color filter in the worksheet, a process known for its intricacy.",
        "HeadTitle: Add a color filter in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for adding a color filter in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports adding a color filter in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/autoFilter/colorFilter",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "range",
          "Description": [
            "Represents the range to which the specified AutoFilter applies."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "fieldIndex",
          "Description": [
            "The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0)."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "colorFilter",
          "Description": [
            "color filter request."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ColorFilterRequest"
          },
          "Group": "Body"
        },
        {
          "Name": "matchBlanks",
          "Description": [
            "Match all blank cell in the list."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "refresh",
          "Description": [
            "Refresh auto filters to hide or unhide the rows."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "AutoFilterController",
      "Name": "PostWorksheetMatchBlanks",
      "Summary": [
        "Match all blank cells in the list."
      ],
      "Remarks": [
        "PageTitle:Match all blank cells in the list.",
        "PageDescription: Aspose.Cells Cloud provides robust support for matching all blank cells in the list, a process known for its intricacy.",
        "HeadTitle: Match all blank cells in the list.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for matching all blank cells in the list, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports matching all blank cells in the list and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/autoFilter/matchBlanks",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "fieldIndex",
          "Description": [
            "The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0)."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "AutoFilterController",
      "Name": "PostWorksheetMatchNonBlanks",
      "Summary": [
        "Match all not blank cells in the list."
      ],
      "Remarks": [
        "PageTitle:Match all not blank cells in the list.",
        "PageDescription: Aspose.Cells Cloud provides robust support for matching all not blank cells in the list, a process known for its intricacy.",
        "HeadTitle:Match all not blank cells in the list.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for matching all not blank cells in the list, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports matching all not blank cells in the list and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/autoFilter/matchNonBlanks",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "fieldIndex",
          "Description": [
            "The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0)."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "AutoFilterController",
      "Name": "PostWorksheetAutoFilterRefresh",
      "Summary": [
        "Refresh auto filters in the worksheet."
      ],
      "Remarks": [
        "PageTitle:Refresh auto filters in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for refreshing auto filters in the worksheet, a process known for its intricacy.",
        "HeadTitle:Refresh auto filters in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for refreshing auto filters in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports refreshing auto filters in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/autoFilter/refresh",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "AutoFilterController",
      "Name": "DeleteWorksheetDateFilter",
      "Summary": [
        "Remove a date filter in the worksheet."
      ],
      "Remarks": [
        "PageTitle:Remove a date filter in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for removing a date filter in the worksheet, a process known for its intricacy.",
        "HeadTitle:Remove a date filter in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for removing a date filter in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports removing a date filter in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/autoFilter/dateFilter",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "fieldIndex",
          "Description": [
            "The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0)."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "dateTimeGroupingType",
          "Description": [
            "Specifies how to group dateTime values."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "year",
          "Description": [
            "The year."
          ],
          "DefaultValue": 0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "month",
          "Description": [
            "The month."
          ],
          "DefaultValue": 0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "day",
          "Description": [
            "The day."
          ],
          "DefaultValue": 0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "hour",
          "Description": [
            "The hour."
          ],
          "DefaultValue": 0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "minute",
          "Description": [
            "The minute."
          ],
          "DefaultValue": 0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "second",
          "Description": [
            "The second."
          ],
          "DefaultValue": 0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "AutoFilterController",
      "Name": "DeleteWorksheetFilter",
      "Summary": [
        "Delete a filter for a column in the worksheet."
      ],
      "Remarks": [
        "PageTitle:Delete a filter for a column in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting a filter for a column in the worksheet, a process known for its intricacy.",
        "HeadTitle:Delete a filter for a column in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting a filter for a column in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting a filter for a column in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/autoFilter/filter",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "fieldIndex",
          "Description": [
            "The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0)."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "criteria",
          "Description": [
            "The custom criteria."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "AutoshapesController",
      "Name": "GetWorksheetAutoshapes",
      "Summary": [
        "Get autoshapes description in worksheet."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/autoshapes",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "Document's folder."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "Storage name."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "AutoShapesResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "AutoShapesResponse"
          }
        }
      ],
      "Ignored": true
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "AutoshapesController",
      "Name": "GetWorksheetAutoshapeWithFormat",
      "Summary": [
        "Get autoshape description in some format."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/autoshapes/{autoshapeNumber}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "Worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "autoshapeNumber",
          "Description": [
            "The autoshape number."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "format",
          "Description": [
            "Autoshape conversion format."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The document folder."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "Storage name."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "Stream",
          "DataType": {
            "Identifier": "File"
          }
        }
      ],
      "Ignored": true
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "BatchController",
      "Name": "PostBatchConvert",
      "Summary": [
        "Batch converting files that meet specific matching conditions."
      ],
      "Remarks": [
        "PageTitle:Batch converting files that meet specific matching conditions.",
        "PageDescription: Aspose.Cells Cloud provides robust support for batch converting files that meet specific matching conditions, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadTitle:Batch converting files that meet specific matching conditions.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for batch converting files that meet specific matching conditions, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadContent: Aspose.Cells Cloud provides  REST API which supports batch converting files that meet specific matching conditions and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/batch/convert",
      "Parameters": [
        {
          "Name": "batchConvertRequest",
          "Description": [
            "BatchConvertRequest Batch conversion file request. "
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "BatchConvertRequest"
          },
          "Group": "Body"
        }
      ],
      "Responses": [
        {
          "Name": "Stream",
          "DataType": {
            "Identifier": "File"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "BatchController",
      "Name": "PostBatchProtect",
      "Summary": [
        "Batch protecting files that meet specific matching conditions."
      ],
      "Remarks": [
        "PageTitle:Batch protecting files that meet specific matching conditions.",
        "PageDescription: Aspose.Cells Cloud provides robust support for batch protection files that meet specific matching conditions, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadTitle:Batch protecting files that meet specific matching conditions.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for batch protection files that meet specific matching conditions, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadContent: Aspose.Cells Cloud provides  REST API which supports batch protection files that meet specific matching conditions and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/batch/protect",
      "Parameters": [
        {
          "Name": "batchProtectRequest",
          "Description": [
            "BatchProtectRequest Batch protection file request.  "
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "BatchProtectRequest"
          },
          "Group": "Body"
        }
      ],
      "Responses": [
        {
          "Name": "Stream",
          "DataType": {
            "Identifier": "File"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "BatchController",
      "Name": "PostBatchLock",
      "Summary": [
        "Batch locking files that meet specific matching conditions."
      ],
      "Remarks": [
        "PageTitle:Batch locking files that meet specific matching conditions.",
        "PageDescription: Aspose.Cells Cloud provides robust support for batch locking files that meet specific matching conditions, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadTitle:Batch locking files that meet specific matching conditions.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for batch locking files that meet specific matching conditions, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadContent: Aspose.Cells Cloud provides  REST API which supports batch locking files that meet specific matching conditions and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/batch/lock",
      "Parameters": [
        {
          "Name": "batchLockRequest",
          "Description": [
            "BatchLockRequest Batch locking file request.  "
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "BatchLockRequest"
          },
          "Group": "Body"
        }
      ],
      "Responses": [
        {
          "Name": "Stream",
          "DataType": {
            "Identifier": "File"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "BatchController",
      "Name": "PostBatchUnlock",
      "Summary": [
        "Batch unlocking files that meet specific matching conditions."
      ],
      "Remarks": [
        "PageTitle:Batch unlocking files that meet specific matching conditions.",
        "PageDescription: Aspose.Cells Cloud provides robust support for batch unlocking files that meet specific matching conditions, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadTitle:Batch unlocking files that meet specific matching conditions.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for batch unlocking files that meet specific matching conditions, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadContent: Aspose.Cells Cloud provides  REST API which supports batch unlocking files that meet specific matching conditions and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/batch/unlock",
      "Parameters": [
        {
          "Name": "batchLockRequest",
          "Description": [
            "BatchLockRequest Batch locking file request.  "
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "BatchLockRequest"
          },
          "Group": "Body"
        }
      ],
      "Responses": [
        {
          "Name": "Stream",
          "DataType": {
            "Identifier": "File"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "BatchController",
      "Name": "PostBatchSplit",
      "Summary": [
        "Batch splitting files that meet specific matching conditions."
      ],
      "Remarks": [
        "PageTitle:Batch splitting files that meet specific matching conditions.",
        "PageDescription: Aspose.Cells Cloud provides robust support for batch splitting files that meet specific matching conditions, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadTitle:Batch splitting files that meet specific matching conditions.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for batch splitting files that meet specific matching conditions, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadContent: Aspose.Cells Cloud provides  REST API which supports batch splitting files that meet specific matching conditions and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/batch/split",
      "Parameters": [
        {
          "Name": "batchSplitRequest",
          "Description": [
            "BatchSplitRequest Batch splitting file request.  "
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "BatchSplitRequest"
          },
          "Group": "Body"
        }
      ],
      "Responses": [
        {
          "Name": "Stream",
          "DataType": {
            "Identifier": "File"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsAuthorityController",
      "Name": "PostAccessToken",
      "Summary": [
        "Get Access Token Result"
      ],
      "HttpMethod": "POST",
      "Path": "/cells/connect/token",
      "Parameters": [],
      "Responses": [
        {
          "Name": "String",
          "DataType": {
            "Identifier": "String"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "PostClearContents",
      "Summary": [
        "Clear cell area contents in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Clear cell area contents in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for clearing cell area contents in the worksheet, a process known for its intricacy.",
        "HeadTitle: Clear cell area contents in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for clearing cell area contents in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports clearing cell area contents in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/clearcontents",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "range",
          "Description": [
            "Represents the range to which the specified cells applies."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "startRow",
          "Description": [
            "The start row index."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "startColumn",
          "Description": [
            "The start column index."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "endRow",
          "Description": [
            "The end row index."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "endColumn",
          "Description": [
            "The end column index."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "PostClearFormats",
      "Summary": [
        "Clear cell formats in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Clear cell area formats in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for clearing cell area formats in the worksheet, a process known for its intricacy.",
        "HeadTitle: Clear cell area formats in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for clearing cell area formats in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports clearing cell area formats in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/clearformats",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "range",
          "Description": [
            "Represents the range to which the specified cells applies."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "startRow",
          "Description": [
            "The start row index."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "startColumn",
          "Description": [
            "The start column index."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "endRow",
          "Description": [
            "The end row index."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "endColumn",
          "Description": [
            "The end column index."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "PostUpdateWorksheetRangeStyle",
      "Summary": [
        "Update cell range styles in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Update cell range styles in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for updating cell range styles in the worksheet, a process known for its intricacy.",
        "HeadTitle: Update cell range styles in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for updating cell range styles in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating cell range styles in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/style",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "range",
          "Description": [
            "Represents the range to which the specified cells applies."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "style",
          "Description": [
            "Style with update style settings."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Style"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "PostWorksheetMerge",
      "Summary": [
        "Merge cells in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Merge cells in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for merging cells in the worksheet, a process known for its intricacy.",
        "HeadTitle: Merge cells in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for merging cells in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports merging cells in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/merge",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "startRow",
          "Description": [
            "The start row index."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "startColumn",
          "Description": [
            "The start column index."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "totalRows",
          "Description": [
            "The total rows number."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "totalColumns",
          "Description": [
            "The total columns number."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "PostWorksheetUnmerge",
      "Summary": [
        "Unmerge cells in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Unmerge cells in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for unmerging cells in the worksheet, a process known for its intricacy.",
        "HeadTitle: Unmerge cells in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for unmerging cells in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports unmerging cells in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/unmerge",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "startRow",
          "Description": [
            "The start row index."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "startColumn",
          "Description": [
            "The start column index."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "totalRows",
          "Description": [
            "The total rows number."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "totalColumns",
          "Description": [
            "The total columns number."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "GetWorksheetCells",
      "Summary": [
        "Retrieve cell descriptions in a specified format."
      ],
      "Remarks": [
        "PageTitle: Unmerge cells in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for unmerging cells in the worksheet, a process known for its intricacy.",
        "HeadTitle: Unmerge cells in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for unmerging cells in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports unmerging cells in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "offest",
          "Description": [
            "Begginig offset."
          ],
          "DefaultValue": 0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "count",
          "Description": [
            "Maximum amount of cells in the response."
          ],
          "DefaultValue": 0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "GetWorksheetCell",
      "Summary": [
        "Retrieve cell data using either cell reference or method name in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Retrieve cell data using either cell reference or method name in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for getting cell data using either cell reference or method name in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve cell data using either cell reference or method name in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for getting cell data using either cell reference or method name in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports getting cell data using either cell reference or method name in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/{cellOrMethodName}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "cellOrMethodName",
          "Description": [
            "The cell's or method name. (Method name like firstcell, endcell etc.)"
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "String",
          "DataType": {
            "Identifier": "String"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "GetWorksheetCellStyle",
      "Summary": [
        "Retrieve cell style descriptions in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Retrieve cell style descriptions in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for getting cell style descriptions in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve cell style descriptions in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for getting cell style descriptions in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports getting cell style descriptions in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/{cellName}/style",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "cellName",
          "Description": [
            "Cell's name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "StyleResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "StyleResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "PostWorksheetCellSetValue",
      "Summary": [
        "Set cell value using cell name in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Set cell value using cell name in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for setting cell value using cell name in the worksheet, a process known for its intricacy.",
        "HeadTitle: Set cell value using cell name in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for setting cell value using cell name in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports setting cell value using cell name in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/{cellName}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "cellName",
          "Description": [
            "The cell name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "value",
          "Description": [
            "The cell value."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "type",
          "Description": [
            "The value type."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "formula",
          "Description": [
            "Formula for cell"
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "PostUpdateWorksheetCellStyle",
      "Summary": [
        "Set cell style using cell name in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Set cell style using cell name in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for setting cell style using cell name in the worksheet, a process known for its intricacy.",
        "HeadTitle: Set cell style using cell name in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for setting cell style using cell name in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports setting cell style using cell name in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/{cellName}/style",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "cellName",
          "Description": [
            "The cell name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "style",
          "Description": [
            "Style with update style settings."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Style"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "PostSetCellRangeValue",
      "Summary": [
        "Set the value of the range in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Set the value of the range in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for setting the value of the rang in the worksheet, a process known for its intricacy.",
        "HeadTitle: Set the value of the range in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for setting the value of the rang in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports setting the value of the rang in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "cellarea",
          "Description": [
            "Cell area (like \"A1:C2\")"
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "value",
          "Description": [
            "Range value"
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "type",
          "Description": [
            "Value data type (like \"int\")"
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "PostCopyCellIntoCell",
      "Summary": [
        "Copy data from a source cell to a destination cell in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Copy data from a source cell to a destination cell in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for copying data from a source cell to a destination cell in the worksheet, a process known for its intricacy.",
        "HeadTitle: Copy data from a source cell to a destination cell in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for copying data from a source cell to a destination cell in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports copying data from a source cell to a destination cell in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/{destCellName}/copy",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "destCellName",
          "Description": [
            "The destination cell name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The destination worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "worksheet",
          "Description": [
            "The source worksheet name."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "cellname",
          "Description": [
            "The source cell name."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "row",
          "Description": [
            "The source row index."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "column",
          "Description": [
            "The source column index."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "GetCellHtmlString",
      "Summary": [
        "Retrieve the HTML string containing data and specific formats in this cell."
      ],
      "Remarks": [
        "PageTitle: Retrieve the HTML string containing data and specific formats in this cell.",
        "PageDescription: Aspose.Cells Cloud provides robust support for getting the HTML string containing data and specific formats in this cell, a process known for its intricacy.",
        "HeadTitle: Retrieve the HTML string containing data and specific formats in this cell.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for getting the HTML string containing data and specific formats in this cell, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports getting the HTML string containing data and specific formats in this cell and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/{cellName}/htmlstring",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "cellName",
          "Description": [
            "The cell name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "String",
          "DataType": {
            "Identifier": "String"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "PostSetCellHtmlString",
      "Summary": [
        "Set the HTML string containing data and specific formats in this cell."
      ],
      "Remarks": [
        "PageTitle: Set the HTML string containing data and specific formats in this cell.",
        "PageDescription: Aspose.Cells Cloud provides robust support for setting the HTML string containing data and specific formats in this cell, a process known for its intricacy.",
        "HeadTitle: Set the HTML string containing data and specific formats in this cell.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for setting the HTML string containing data and specific formats in this cell, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports setting the HTML string containing data and specific formats in this cell and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/{cellName}/htmlstring",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "cellName",
          "Description": [
            "The cell name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "PostCellCalculate",
      "Summary": [
        "Calculate cell formula in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Calculate cell formula in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for calculating cell formula in the worksheet, a process known for its intricacy.",
        "HeadTitle: Calculate cell formula in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for calculating cell formula in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports calculating cell formula in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/{cellName}/calculate",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "cellName",
          "Description": [
            "The cell name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "options",
          "Description": [
            "Calculation Options"
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CalculationOptions"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "PostCellCharacters",
      "Summary": [
        "Set cell characters in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Set cell characters in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for setting cell characters in the worksheet, a process known for its intricacy.",
        "HeadTitle: Set cell characters in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for setting cell characters in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports setting cell characters in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/{cellName}/characters",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "cellName",
          "Description": [
            "The cell name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "options",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "FontSetting",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "FontSetting"
            }
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "GetWorksheetColumns",
      "Summary": [
        "Retrieve descriptions of worksheet columns."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/columns/",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "DefaultValue": "",
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "DefaultValue": "",
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "offset",
          "Description": [
            "The workdook folder."
          ],
          "DefaultValue": 0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "count",
          "DefaultValue": 25,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "ColumnsResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "ColumnsResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "PostSetWorksheetColumnWidth",
      "Summary": [
        "Set worksheet column width."
      ],
      "Remarks": [
        "PageTitle:  Set worksheet column width.",
        "PageDescription: Aspose.Cells Cloud provides robust support for setting worksheet column width in the worksheet, a process known for its intricacy.",
        "HeadTitle: Set worksheet column width.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for setting worksheet column width in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports setting worksheet column width in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/columns/{columnIndex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "columnIndex",
          "Description": [
            "The column index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "width",
          "Description": [
            "Gets and sets the column width in unit of characters."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Floating"
          },
          "Group": "Query"
        },
        {
          "Name": "count",
          "DefaultValue": 1,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "GetWorksheetColumn",
      "Summary": [
        "Retrieve worksheet column data by column index."
      ],
      "Remarks": [
        "PageTitle: Retrieve worksheet column data by column index.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining worksheet column data by column index in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve worksheet column data by column index.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining worksheet column data by column index in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining worksheet column data by column index in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/columns/{columnIndex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "columnIndex",
          "Description": [
            "The column index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "ColumnResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "ColumnResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "PutInsertWorksheetColumns",
      "Summary": [
        "Insert worksheet columns in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Insert worksheet columns in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for inserting worksheet columns in the worksheet, a process known for its intricacy.",
        "HeadTitle: Insert worksheet columns in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for inserting worksheet columns in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports inserting worksheet columns in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/columns/{columnIndex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "columnIndex",
          "Description": [
            "The column index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "columns",
          "Description": [
            "The number of columns."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "updateReference",
          "Description": [
            "Indicates if references in other worksheets will be updated."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "DeleteWorksheetColumns",
      "Summary": [
        "Delete worksheet columns in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Delete worksheet columns in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting worksheet columns in the worksheet, a process known for its intricacy.",
        "HeadTitle: Delete worksheet columns in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting worksheet columns in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting worksheet columns in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/columns/{columnIndex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "columnIndex",
          "Description": [
            "The column index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "columns",
          "Description": [
            "The number of columns."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "updateReference",
          "Description": [
            "Indicates if references in other worksheets will be updated."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "PostHideWorksheetColumns",
      "Summary": [
        "Hide worksheet columns in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Hide worksheet columns in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for hiding worksheet columns in the worksheet, a process known for its intricacy.",
        "HeadTitle: Hide worksheet columns in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for hiding worksheet columns in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports hiding worksheet columns in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/columns/hide",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "startColumn",
          "Description": [
            "The begin column index to be operated."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "totalColumns",
          "Description": [
            "Number of columns to be operated."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "PostUnhideWorksheetColumns",
      "Summary": [
        "Unhide worksheet columns in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Unhide worksheet columns in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for unhiding worksheet columns in the worksheet, a process known for its intricacy.",
        "HeadTitle: Hide worksheet columns in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for unhiding worksheet columns in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports unhiding worksheet columns in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/columns/unhide",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "startColumn",
          "Description": [
            "The begin column index to be operated."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "totalColumns",
          "Description": [
            "Number of columns to be operated."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "width",
          "Description": [
            "Gets and sets the column width in unit of characters."
          ],
          "DefaultValue": 50.0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Floating"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "PostGroupWorksheetColumns",
      "Summary": [
        "Group worksheet columns in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Group worksheet columns in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for grouping worksheet columns in the worksheet, a process known for its intricacy.",
        "HeadTitle: Group worksheet columns in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for grouping worksheet columns in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports grouping worksheet columns in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/columns/group",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "firstIndex",
          "Description": [
            "The first column index to be operated."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "lastIndex",
          "Description": [
            "The last column index to be operated."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "hide",
          "Description": [
            "columns visible state"
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "PostUngroupWorksheetColumns",
      "Summary": [
        "Ungroup worksheet columns."
      ],
      "Remarks": [
        "PageTitle: Ungroup worksheet columns in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for ungrouping worksheet columns in the worksheet, a process known for its intricacy.",
        "HeadTitle: Ungroup worksheet columns in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for ungrouping worksheet columns in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports ungrouping worksheet columns in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/columns/ungroup",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "firstIndex",
          "Description": [
            "The first column index to be operated."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "lastIndex",
          "Description": [
            "The last column index to be operated."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "PostCopyWorksheetColumns",
      "Summary": [
        "Copy data from source columns to destination columns in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Copy data from source columns to destination columns in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for ungrouping worksheet columns in the worksheet, a process known for its intricacy.",
        "HeadTitle: Copy data from source columns to destination columns in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for ungrouping worksheet columns in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports ungrouping worksheet columns in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/columns/copy",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sourceColumnIndex",
          "Description": [
            "Source column index"
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "destinationColumnIndex",
          "Description": [
            "Destination column index"
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "columnNumber",
          "Description": [
            "The copied column number"
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "worksheet",
          "Description": [
            "The destination worksheet name."
          ],
          "DefaultValue": "",
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "PostColumnStyle",
      "Summary": [
        "Set column style in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Set column style in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for setting column style in in the worksheet, a process known for its intricacy.",
        "HeadTitle: Set column style in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for setting column style in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports setting column style in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/columns/{columnIndex}/style",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "columnIndex",
          "Description": [
            "The column index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "style",
          "Description": [
            "Represents display style of excel document,such as font,color,alignment,border,etc."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Style"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "GetWorksheetRows",
      "Summary": [
        "Retrieve descriptions of rows in the worksheet."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/rows/",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "offset",
          "Description": [
            "Row offset."
          ],
          "DefaultValue": 0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "count",
          "Description": [
            "Display rows number."
          ],
          "DefaultValue": 25,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "RowsResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "RowsResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "GetWorksheetRow",
      "Summary": [
        "Retrieve row data by the row's index in the worksheet."
      ],
      "Remarks": [
        "PageTitle:  Retrieve row data by the row's index in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining row data by the row's index in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve row data by the row's index in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining row data by the row's index in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining row data by the row's index in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/rows/{rowIndex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "rowIndex",
          "Description": [
            "The row index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "RowResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "RowResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "DeleteWorksheetRow",
      "Summary": [
        "Delete a row in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Delete a row in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting a row in the worksheet, a process known for its intricacy.",
        "HeadTitle: Delete a row in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting a row in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting a row in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/rows/{rowIndex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "rowIndex",
          "Description": [
            "The row index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "DeleteWorksheetRows",
      "Summary": [
        "Delete several rows in the worksheet."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/rows/",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "startrow",
          "Description": [
            "The begin row index to be operated."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "totalRows",
          "Description": [
            "Number of rows to be operated."
          ],
          "DefaultValue": 1,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "updateReference",
          "Description": [
            "Indicates if update references in other worksheets."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "PutInsertWorksheetRows",
      "Summary": [
        "Insert several new rows in the worksheet."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/rows/",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "startrow",
          "Description": [
            "The begin row index to be operated."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "totalRows",
          "Description": [
            "Number of rows to be operated."
          ],
          "DefaultValue": 1,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "updateReference",
          "Description": [
            "Indicates if update references in other worksheets."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "PutInsertWorksheetRow",
      "Summary": [
        "Insert a new row in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Insert a new row in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for inserting a new row in the worksheet, a process known for its intricacy.",
        "HeadTitle: Insert a new row in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for inserting a new row in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports inserting a new row in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/rows/{rowIndex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "rowIndex",
          "Description": [
            "The new row index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "PostUpdateWorksheetRow",
      "Summary": [
        "Update height of rows in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Update height of rows in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for updating height of rows in the worksheet, a process known for its intricacy.",
        "HeadTitle: Update height of rows in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for updating height of rows in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating height of rows in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/rows/{rowIndex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "rowIndex",
          "Description": [
            "The row index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "height",
          "Description": [
            "The new row height."
          ],
          "DefaultValue": 0.0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Floating"
          },
          "Group": "Query"
        },
        {
          "Name": "count",
          "DefaultValue": 1,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "PostHideWorksheetRows",
      "Summary": [
        "Hide rows in worksheet."
      ],
      "Remarks": [
        "PageTitle: Update height of rows in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for updating height of rows in the worksheet, a process known for its intricacy.",
        "HeadTitle: Update height of rows in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for updating height of rows in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating height of rows in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/rows/hide",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "startrow",
          "Description": [
            "The begin row index to be operated."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "totalRows",
          "Description": [
            "Number of rows to be operated."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "PostUnhideWorksheetRows",
      "Summary": [
        "Unhide rows in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Unhide rows in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for unhiding rows in the worksheet, a process known for its intricacy.",
        "HeadTitle: Unhide rows in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for unhiding rows in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports unhiding rows in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/rows/unhide",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "startrow",
          "Description": [
            "The begin row index to be operated."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "totalRows",
          "Description": [
            "Number of rows to be operated."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "height",
          "Description": [
            "The new row height."
          ],
          "DefaultValue": 15.0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Floating"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "PostGroupWorksheetRows",
      "Summary": [
        "Group rows in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Group rows in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for grouping rows in the worksheet, a process known for its intricacy.",
        "HeadTitle: Group rows in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for grouping rows in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports grouping rows in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/rows/group",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "firstIndex",
          "Description": [
            "The first row index to be operated."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "lastIndex",
          "Description": [
            "The last row index to be operated."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "hide",
          "Description": [
            "rows visible state"
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "PostUngroupWorksheetRows",
      "Summary": [
        "Ungroup rows in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Ungroup rows in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for ungrouping rows in the worksheet, a process known for its intricacy.",
        "HeadTitle: Ungroup rows in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for ungrouping rows in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports ungrouping rows in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/rows/ungroup",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "firstIndex",
          "Description": [
            "The first row index to be operated."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "lastIndex",
          "Description": [
            "The last row index to be operated."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "isAll",
          "Description": [
            "Is all row to be operated"
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "PostCopyWorksheetRows",
      "Summary": [
        "Copy data and formats from specific entire rows in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Copy data and formats from specific entire rows in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for copying data and formats from specific entire rows in the worksheet, a process known for its intricacy.",
        "HeadTitle: Copy data and formats from specific entire rows in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for copying data and formats from specific entire rows in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports copying data and formats from specific entire rows in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/rows/copy",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sourceRowIndex",
          "Description": [
            "Source row index"
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "destinationRowIndex",
          "Description": [
            "Destination row index"
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "rowNumber",
          "Description": [
            "The copied row number"
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "worksheet",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsController",
      "Name": "PostRowStyle",
      "Summary": [
        "Apply formats to an entire row in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Apply formats to an entire row in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for applying formats to an entire row in the worksheet, a process known for its intricacy.",
        "HeadTitle: Apply formats to an entire row in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for applying formats to an entire row in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports applying formats to an entire row in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/cells/rows/{rowIndex}/style",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "rowIndex",
          "Description": [
            "The row index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "style",
          "Description": [
            "Style description."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Style"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsStatusController",
      "Name": "GetCellsCloudServicesHealthCheck",
      "Summary": [
        "Retrieve cell descriptions in a specified format."
      ],
      "Remarks": [
        "PageTitle: Unmerge cells in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for unmerging cells in the worksheet, a process known for its intricacy.",
        "HeadTitle: Unmerge cells in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for unmerging cells in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports unmerging cells in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells",
      "Parameters": [],
      "Responses": [
        {
          "Name": "String",
          "DataType": {
            "Identifier": "String"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "CellsStatusController",
      "Name": "GetCellsCloudServiceStatus",
      "Summary": [
        "Aspose.Cells Cloud service health status check."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/status/check",
      "Parameters": [],
      "Responses": [
        {
          "Name": "String",
          "DataType": {
            "Identifier": "String"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ChartAreaController",
      "Name": "GetChartArea",
      "Summary": [
        "Retrieve chart area description in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Retrieve chart area description in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining chart area description in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve chart area description in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining chart area description in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining chart area description in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/charts/{chartIndex}/chartArea",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "chartIndex",
          "Description": [
            "The chart index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "ChartAreaResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "ChartAreaResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ChartAreaController",
      "Name": "GetChartAreaFillFormat",
      "Summary": [
        "Retrieve chart area fill format description in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Retrieve chart fill format description in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining chart fill format description in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve chart fill format description in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining chart fill format description in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining chart fill format description in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/charts/{chartIndex}/chartArea/fillFormat",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "chartIndex",
          "Description": [
            "The chart index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FillFormatResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FillFormatResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ChartAreaController",
      "Name": "GetChartAreaBorder",
      "Summary": [
        "Retrieve chart area border description."
      ],
      "Remarks": [
        "PageTitle: Retrieve chart area border description in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining chart area border description in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve chart area border description in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining chart area border description in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining chart area border description in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/charts/{chartIndex}/chartArea/border",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "chartIndex",
          "Description": [
            "The chart index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "LineResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "LineResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ChartsController",
      "Name": "GetWorksheetCharts",
      "Summary": [
        "Retrieve descriptions of charts in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Retrieve descriptions of charts in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining descriptions of charts in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve descriptions of charts in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining descriptions of charts in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining descriptions of charts in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/charts",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "ChartsResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "ChartsResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ChartsController",
      "Name": "GetWorksheetChart",
      "Summary": [
        "Retrieve the chart in a specified format."
      ],
      "Remarks": [
        "PageTitle: Retrieve the chart in a specified format.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining the chart in a specified format, a process known for its intricacy.",
        "HeadTitle: Retrieve the chart in a specified format.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining the chart in a specified format, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining the chart in a specified format and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/charts/{chartNumber}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "chartNumber",
          "Description": [
            "The chart number."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "format",
          "Description": [
            "Chart conversion format.(PNG/TIFF/JPEG/GIF/EMF/BMP)"
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "Stream",
          "DataType": {
            "Identifier": "File"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ChartsController",
      "Name": "PutWorksheetChart",
      "Summary": [
        "Add a new chart in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Add a new chart in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for adding a new chart in the worksheet, a process known for its intricacy.",
        "HeadTitle: Add a new chart in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for adding a new chart in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports adding a new chart in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/charts",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "chartType",
          "Description": [
            "Chart type, please refer property Type in chart resource."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "upperLeftRow",
          "Description": [
            "Upper-left row for the new chart."
          ],
          "DefaultValue": 0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "upperLeftColumn",
          "Description": [
            "Upper-left column for the new chart."
          ],
          "DefaultValue": 0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "lowerRightRow",
          "Description": [
            "Lower-left row for the new chart."
          ],
          "DefaultValue": 0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "lowerRightColumn",
          "Description": [
            "Lower-left column for the new chart."
          ],
          "DefaultValue": 0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "area",
          "Description": [
            "Specify the values from which to plot the data series."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "isVertical",
          "Description": [
            "Specify whether to plot the series from a range of cell values by row or by column. "
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "categoryData",
          "Description": [
            "Get or set the range of category axis values. It can be a range of cells (e.g., \"D1:E10\")."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "isAutoGetSerialName",
          "Description": [
            "Specify whether to auto-update the serial name."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "title",
          "Description": [
            "Specify the chart title name."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "dataLabels",
          "Description": [
            "Represents the specified chart's data label values display behavior. True to display the values, False to hide them."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "dataLabelsPosition",
          "Description": [
            "Represents data label position (Center/InsideBase/InsideEnd/OutsideEnd/Above/Below/Left/Right/BestFit/Moved)."
          ],
          "DefaultValue": "Above",
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "pivotTableSheet",
          "Description": [
            "The source is the data of the pivotTable. If PivotSource is not empty, the chart is a PivotChart."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "pivotTableName",
          "Description": [
            "The pivot table name."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ChartsController",
      "Name": "DeleteWorksheetChart",
      "Summary": [
        "Delete a chart by index in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Delete a chart by index in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting a chart by index in the worksheet, a process known for its intricacy.",
        "HeadTitle: Delete a chart by index in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting a chart by index in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting a chart by index in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/charts/{chartIndex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "chartIndex",
          "Description": [
            "The chart index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ChartsController",
      "Name": "PostWorksheetChart",
      "Summary": [
        "Update chart properties in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Update chart properties in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for updating chart properties in the worksheet, a process known for its intricacy.",
        "HeadTitle: Update chart properties in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for updating chart properties in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating chart properties in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/charts/{chartIndex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "chartIndex",
          "Description": [
            "The chart index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "chart",
          "Description": [
            "Chart Represents a specified chart."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Chart"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ChartsController",
      "Name": "GetWorksheetChartLegend",
      "Summary": [
        "Retrieve chart legend description in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Retrieve chart legend description in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining chart legend description in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve chart legend description in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining chart legend description in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining chart legend description in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/charts/{chartIndex}/legend",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "chartIndex",
          "Description": [
            "The chart index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "LegendResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "LegendResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ChartsController",
      "Name": "PostWorksheetChartLegend",
      "Summary": [
        "Update chart legend in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Update chart legend in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for updating chart legend description in the worksheet, a process known for its intricacy.",
        "HeadTitle: Update chart legend in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for updating chart legend description in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating chart legend description in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/charts/{chartIndex}/legend",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "chartIndex",
          "Description": [
            "The chart index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "legend",
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Legend"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ChartsController",
      "Name": "PutWorksheetChartLegend",
      "Summary": [
        "Show chart legend in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Show chart legend in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for showing chart legend description in the worksheet, a process known for its intricacy.",
        "HeadTitle: Show chart legend in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for showing chart legend description in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports showing chart legend description in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/charts/{chartIndex}/legend",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "chartIndex",
          "Description": [
            "The chart index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ChartsController",
      "Name": "DeleteWorksheetChartLegend",
      "Summary": [
        "Hides chart legend in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Hide chart legend in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for hiding chart legend description in the worksheet, a process known for its intricacy.",
        "HeadTitle: Hide chart legend in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for hiding chart legend description in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports hiding chart legend description in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/charts/{chartIndex}/legend",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "chartIndex",
          "Description": [
            "The chart index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ChartsController",
      "Name": "DeleteWorksheetCharts",
      "Summary": [
        "Clear the charts in the worksheets."
      ],
      "Remarks": [
        "PageTitle: Clear the charts in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for clearing the charts in the worksheet, a process known for its intricacy.",
        "HeadTitle: Clear the charts in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for clearing the charts in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports clearing the charts in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/charts",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ChartsController",
      "Name": "GetWorksheetChartTitle",
      "Summary": [
        "Retrieve chart title description in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Retrieve chart title description in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining chart title description in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve chart title description in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining chart title description in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining chart title description in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/charts/{chartIndex}/title",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "chartIndex",
          "Description": [
            "The chart index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "TitleResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "TitleResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ChartsController",
      "Name": "PostWorksheetChartTitle",
      "Summary": [
        "Update chart title in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Update chart title in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for updating chart title in the worksheet, a process known for its intricacy.",
        "HeadTitle: Update chart title in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for updating chart title in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating chart title in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/charts/{chartIndex}/title",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "chartIndex",
          "Description": [
            "The chart index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "title",
          "Description": [
            "TitleChart title"
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Title"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ChartsController",
      "Name": "PutWorksheetChartTitle",
      "Summary": [
        "Set chart title in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Set chart title in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for setting chart title in the worksheet, a process known for its intricacy.",
        "HeadTitle: Set chart title in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for setting chart title in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports setting chart title in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/charts/{chartIndex}/title",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "chartIndex",
          "Description": [
            "The chart index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "title",
          "Description": [
            "TitleChart title."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Title"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ChartsController",
      "Name": "DeleteWorksheetChartTitle",
      "Summary": [
        "Hide chart title in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Hide chart title in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for hiding chart title in the worksheet, a process known for its intricacy.",
        "HeadTitle: Hide chart title in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for hiding chart title in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports hiding chart title in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/charts/{chartIndex}/title",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "chartIndex",
          "Description": [
            "The chart index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ChartsController",
      "Name": "GetChartSeriesAxis",
      "Summary": [
        "Retrieve descriptions of chart seriesaxis in the chart."
      ],
      "Remarks": [
        "PageTitle: Retrieve descriptions of chart seriesaxis in the chart.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining descriptions of chart seriesaxis in the chart, a process known for its intricacy.",
        "HeadTitle: Retrieve descriptions of chart seriesaxis in the chart.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining descriptions of chart seriesaxis in the chart, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining descriptions of chart seriesaxis in the chart and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/charts/{chartIndex}/seriesaxis",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "chartIndex",
          "Description": [
            "The chart index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "AxisResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "AxisResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ChartsController",
      "Name": "GetChartCategoryAxis",
      "Summary": [
        "Retrieve descriptions of chart series axis in the chart."
      ],
      "Remarks": [
        "PageTitle: Retrieve descriptions of chart series axis in the chart.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining descriptions of chart series axis in the chart, a process known for its intricacy.",
        "HeadTitle: Retrieve descriptions of chart series axis in the chart.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining descriptions of chart series axis in the chart, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining descriptions of chart series axis in the chart and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/charts/{chartIndex}/categoryaxis",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "chartIndex",
          "Description": [
            "The chart index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "AxisResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "AxisResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ChartsController",
      "Name": "GetChartValueAxis",
      "Summary": [
        "Retrieve chart value axis in the chart."
      ],
      "Remarks": [
        "PageTitle: Retrieve chart value axis in the chart.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining chart value axis in the chart, a process known for its intricacy.",
        "HeadTitle: Retrieve chart value axis in the chart.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining chart value axis in the chart, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining chart value axis in the chart and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/charts/{chartIndex}/valueaxis",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "chartIndex",
          "Description": [
            "The chart index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "AxisResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "AxisResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ChartsController",
      "Name": "GetChartSecondCategoryAxis",
      "Summary": [
        "Retrieve chart second category axis in the chart"
      ],
      "Remarks": [
        "PageTitle: Retrieve chart second category axis in the chart.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining chart second category axis in the chart, a process known for its intricacy.",
        "HeadTitle: Retrieve chart second category axis in the chart.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining chart second category axis in the chart, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining chart second category axis in the chart and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/charts/{chartIndex}/secondcategoryaxis",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "chartIndex",
          "Description": [
            "The chart index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "AxisResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "AxisResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ChartsController",
      "Name": "GetChartSecondValueAxis",
      "Summary": [
        "Retrieve chart second value axis in the chart."
      ],
      "Remarks": [
        "PageTitle: Retrieve chart second value axis in the chart.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining chart second value axis in the chart, a process known for its intricacy.",
        "HeadTitle: Retrieve chart second value axis in the chart.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining chart second value axis in the chart, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining chart second value axis in the chart and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/charts/{chartIndex}/secondvalueaxis",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "chartIndex",
          "Description": [
            "The chart index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "AxisResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "AxisResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ChartsController",
      "Name": "PostChartSeriesAxis",
      "Summary": [
        "Update chart series axis in the chart."
      ],
      "Remarks": [
        "PageTitle: Update chart series axis in the chart.",
        "PageDescription: Aspose.Cells Cloud provides robust support for updating chart series axis in the chart, a process known for its intricacy.",
        "HeadTitle: Update chart series axis in the chart.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for updating chart series axis in the chart, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating chart series axis in the chart and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/charts/{chartIndex}/seriesaxis",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "chartIndex",
          "Description": [
            "The chart index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "axis",
          "Description": [
            "Axis "
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Axis"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ChartsController",
      "Name": "PostChartCategoryAxis",
      "Summary": [
        "Update chart category axis in the chart."
      ],
      "Remarks": [
        "PageTitle: Update chart category axis in the chart.",
        "PageDescription: Aspose.Cells Cloud provides robust support for updating chart category axis in the chart, a process known for its intricacy.",
        "HeadTitle: Update chart category axis in the chart.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for updating chart category axis in the chart, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating chart category axis in the chart and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/charts/{chartIndex}/categoryaxis",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "chartIndex",
          "Description": [
            "The chart index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "axis",
          "Description": [
            "Axis "
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Axis"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ChartsController",
      "Name": "PostChartValueAxis",
      "Summary": [
        "Update chart value axis in the chart."
      ],
      "Remarks": [
        "PageTitle: Update chart value axis in the chart.",
        "PageDescription: Aspose.Cells Cloud provides robust support for updating chart value axis in the chart, a process known for its intricacy.",
        "HeadTitle: Update chart value axis in the chart.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for updating chart value axis in the chart, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating chart value axis in the chart and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/charts/{chartIndex}/valueaxis",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "chartIndex",
          "Description": [
            "The chart index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "axis",
          "Description": [
            "Axis "
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Axis"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ChartsController",
      "Name": "PostChartSecondCategoryAxis",
      "Summary": [
        "Update chart sencond category axis in the chart."
      ],
      "Remarks": [
        "PageTitle: Update chart sencond category axis in the chart.",
        "PageDescription: Aspose.Cells Cloud provides robust support for updating chart sencond category axis in the chart, a process known for its intricacy.",
        "HeadTitle: Update chart sencond category axis in the chart.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for updating chart sencond category axis in the chart, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating chart sencond category axis in the chart and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/charts/{chartIndex}/secondcategoryaxis",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "chartIndex",
          "Description": [
            "The chart index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "axis",
          "Description": [
            "Axis "
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Axis"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ChartsController",
      "Name": "PostChartSecondValueAxis",
      "Summary": [
        "Update chart sencond value axis in the chart."
      ],
      "Remarks": [
        "PageTitle: Update chart sencond value axis in the chart.",
        "PageDescription: Aspose.Cells Cloud provides robust support for updating chart sencond value axis in the chart, a process known for its intricacy.",
        "HeadTitle: Update chart sencond value axis in the chart.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for updating chart sencond value axis in the chart, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating chart sencond value axis in the chart and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/charts/{chartIndex}/secondvalueaxis",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "chartIndex",
          "Description": [
            "The chart index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "axis",
          "Description": [
            "Axis "
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Axis"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ConditionalFormattingsController",
      "Name": "GetWorksheetConditionalFormattings",
      "Summary": [
        "Retrieve descriptions of conditional formattings in a worksheet."
      ],
      "Remarks": [
        "PageTitle:  Retrieve descriptions of conditional formattings in a worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining descriptions of conditional formattings in a worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve descriptions of conditional formattings in a worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining descriptions of conditional formattings in a worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining descriptions of conditional formattings in a worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/conditionalFormattings",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "ConditionalFormattingsResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "ConditionalFormattingsResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ConditionalFormattingsController",
      "Name": "GetWorksheetConditionalFormatting",
      "Summary": [
        "Retrieve conditional formatting descriptions in the worksheet."
      ],
      "Remarks": [
        "PageTitle:  Retrieve conditional formatting descriptions from a worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining conditional formatting descriptions in a worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve conditional formatting descriptions from a worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining conditional formatting descriptions in a worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining conditional formatting descriptions in a worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/conditionalFormattings/{index}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "index",
          "Description": [
            "The conditional formatting index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "ConditionalFormattingResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "ConditionalFormattingResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ConditionalFormattingsController",
      "Name": "PutWorksheetConditionalFormatting",
      "Summary": [
        "Add conditional formatting in the worksheet."
      ],
      "Remarks": [
        "PageTitle:  Add conditional formatting in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for adding conditional formatting in the worksheet, a process known for its intricacy.",
        "HeadTitle: Add conditional formatting in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for adding conditional formatting in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports adding conditional formatting in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/conditionalFormattings",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "formatcondition",
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FormatCondition"
          },
          "Group": "Body"
        },
        {
          "Name": "cellArea",
          "Description": [
            "Adds a conditional formatted cell range."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ConditionalFormattingsController",
      "Name": "PutWorksheetFormatCondition",
      "Summary": [
        "Add a format condition in the worksheet."
      ],
      "Remarks": [
        "PageTitle:  Add a format condition in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for adding a format condition in the worksheet, a process known for its intricacy.",
        "HeadTitle: Add a format condition in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for adding a format condition in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports adding a format condition in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/conditionalFormattings/{index}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "index",
          "Description": [
            "Gets the Conditional Formatting element at the specified index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "cellArea",
          "Description": [
            "Adds a conditional formatted cell range."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "type",
          "Description": [
            "Format condition type(CellValue/Expression/ColorScale/DataBar/IconSet/Top10/UniqueValues/DuplicateValues/ContainsText/NotContainsText/BeginsWith/EndsWith/ContainsBlanks/NotContainsBlanks/ContainsErrors/NotContainsErrors/TimePeriod/AboveAverage)."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "operatorType",
          "Description": [
            "Represents the operator type of conditional format and data validation(Between/Equal/GreaterThan/GreaterOrEqual/LessThan/None/NotBetween/NotEqual)."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "formula1",
          "Description": [
            "The value or expression associated with conditional formatting."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "formula2",
          "Description": [
            "The value or expression associated with conditional formatting."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ConditionalFormattingsController",
      "Name": "PutWorksheetFormatConditionArea",
      "Summary": [
        "Add a cell area for the format condition in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Add a cell area for the format condition in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for adding a cell area for the format condition in the worksheet, a process known for its intricacy.",
        "HeadTitle: Add a cell area for the format condition in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for adding a cell area for the format condition in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports adding a cell area for the format condition in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/conditionalFormattings/{index}/area",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "index",
          "Description": [
            "Gets the Conditional Formatting element at the specified index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "cellArea",
          "Description": [
            "Adds a conditional formatted cell range."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ConditionalFormattingsController",
      "Name": "PutWorksheetFormatConditionCondition",
      "Summary": [
        "Add a condition for the format condition in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Add a condition for the format condition in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for adding a condition for the format condition in the worksheet, a process known for its intricacy.",
        "HeadTitle: Add a condition for the format condition in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for adding a condition for the format condition in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports adding a condition for the format condition in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/conditionalFormattings/{index}/condition",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "index",
          "Description": [
            "Gets the Conditional Formatting element at the specified index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "type",
          "Description": [
            "Format condition type(CellValue/Expression/ColorScale/DataBar/IconSet/Top10/UniqueValues/DuplicateValues/ContainsText/NotContainsText/BeginsWith/EndsWith/ContainsBlanks/NotContainsBlanks/ContainsErrors/NotContainsErrors/TimePeriod/AboveAverage)."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "operatorType",
          "Description": [
            "Represents the operator type of conditional format and data validation(Between/Equal/GreaterThan/GreaterOrEqual/LessThan/None/NotBetween/NotEqual)."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "formula1",
          "Description": [
            "The value or expression associated with conditional formatting."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "formula2",
          "Description": [
            "The value or expression associated with conditional formatting."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ConditionalFormattingsController",
      "Name": "DeleteWorksheetConditionalFormattings",
      "Summary": [
        "Clear all conditional formattings in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Clear all conditional formattings in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for clearing all conditional formattings in the worksheet, a process known for its intricacy.",
        "HeadTitle: Clear all conditional formattings in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for clearing all conditional formattings in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports clearing all conditional formattings in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/conditionalFormattings",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ConditionalFormattingsController",
      "Name": "DeleteWorksheetConditionalFormatting",
      "Summary": [
        "Remove a conditional formatting."
      ],
      "Remarks": [
        "PageTitle: Remove a conditional formatting in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for removing a conditional formatting in the worksheet, a process known for its intricacy.",
        "HeadTitle: Remove a conditional formatting in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for removing a conditional formatting in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports removing a conditional formatting in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/conditionalFormattings/{index}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "index",
          "Description": [
            "Gets the Conditional Formatting element at the specified index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ConditionalFormattingsController",
      "Name": "DeleteWorksheetConditionalFormattingArea",
      "Summary": [
        "Remove cell area from conditional formatting."
      ],
      "Remarks": [
        "PageTitle: Remove cell area from conditional formatting in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for removing cell area from conditional formatting in the worksheet, a process known for its intricacy.",
        "HeadTitle: Remove cell area from conditional formatting in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for removing cell area from conditional formatting in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports removing cell area from conditional formatting in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/conditionalFormattings/area",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "startRow",
          "Description": [
            "The start row of the range."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "startColumn",
          "Description": [
            "The start column of the range."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "totalRows",
          "Description": [
            "The number of rows of the range."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "totalColumns",
          "Description": [
            "The number of columns of the range."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ConversionController",
      "Name": "GetWorkbook",
      "Summary": [
        "Retrieve workbooks in various formats."
      ],
      "Remarks": [
        "PageTitle: Retrieve workbooks in various formats.",
        "PageDescription: Aspose.Cells Cloud provides robust support for Excel file format conversion, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadTitle: Get files in various formats from Excel.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for Excel file format conversion, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadContent: Aspose.Cells Cloud provides  REST API which supports getting the workbook in various formats from an Excel file and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "format",
          "Description": [
            "The conversion format(CSV/XLS/HTML/MHTML/ODS/PDF/XML/TXT/TIFF/XLSB/XLSM/XLSX/XLTM/XLTX/XPS/PNG/JPG/JPEG/GIF/EMF/BMP/MD[Markdown]/Numbers)."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "isAutoFit",
          "Description": [
            "Specifies whether set workbook rows to be autofit."
          ],
          "DefaultValue": false,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "onlySaveTable",
          "Description": [
            "Specifies whether only save table data.Only use pdf to excel."
          ],
          "DefaultValue": false,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "outPath",
          "Description": [
            "Path to save the result. If it's a single file, the `outPath` should encompass both the filename and extension. In the case of multiple files, the `outPath` should only include the folder."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "outStorageName",
          "Description": [
            "The storage name where the output file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "Description": [
            "Whether check restriction of excel file when user modify cells related objects."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "region",
          "Description": [
            "The regional settings for workbook."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "pageWideFitOnPerSheet",
          "Description": [
            "The page wide fit on worksheet."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "pageTallFitOnPerSheet",
          "Description": [
            "The page tall fit on worksheet."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "onePagePerSheet",
          "Description": [
            "When converting to PDF format, one page per sheet."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "onlyAutofitTable",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "FontsLocation",
          "Description": [
            "Use Custom fonts."
          ],
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "Stream",
          "DataType": {
            "Identifier": "File"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ConversionController",
      "Name": "PutConvertWorkbook",
      "Summary": [
        "Convert the workbook from the requested content into files in different formats."
      ],
      "Remarks": [
        "PageTitle: Convert Excel files to other formats.",
        "PageDescription: Aspose.Cells Cloud provides robust support for Excel file format conversion, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadTitle:Convert Excel files to other formats.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for Excel file format conversion, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports converting Excel files to various format and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on. ."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/convert",
      "Parameters": [
        {
          "Name": "LocalPath",
          "Description": [
            "File to upload"
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "File"
          },
          "Group": "FormData"
        },
        {
          "Name": "format",
          "Description": [
            "The format to convert(CSV/XLS/HTML/MHTML/ODS/PDF/XML/TXT/TIFF/XLSB/XLSM/XLSX/XLTM/XLTX/XPS/PNG/JPG/JPEG/GIF/EMF/BMP/MD[Markdown]/Numbers)."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "outPath",
          "Description": [
            "Path to save the result. If it's a single file, the `outPath` should encompass both the filename and extension. In the case of multiple files, the `outPath` should only include the folder."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "Description": [
            "Whether check restriction of excel file when user modify cells related objects."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "streamFormat",
          "Description": [
            "The format of the input file stream. "
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "region",
          "Description": [
            "The regional settings for workbook."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "pageWideFitOnPerSheet",
          "Description": [
            "The page wide fit on worksheet."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "pageTallFitOnPerSheet",
          "Description": [
            "The page tall fit on worksheet."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "sheetName",
          "Description": [
            "Convert the specified worksheet. "
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "pageIndex",
          "Description": [
            "Convert the specified page  of worksheet, sheetName is required. "
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "onePagePerSheet",
          "Description": [
            "When converting to PDF format, one page per sheet. "
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "AutoRowsFit",
          "Description": [
            "Auto-fits all rows in this workbook."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "AutoColumnsFit",
          "Description": [
            "Auto-fits the columns width in this workbook."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "FontsLocation",
          "Description": [
            "Use Custom fonts."
          ],
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "Stream",
          "DataType": {
            "Identifier": "File"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ConversionController",
      "Name": "PostWorkbookSaveAs",
      "Summary": [
        "Save an Excel file in various formats."
      ],
      "Remarks": [
        "PageTitle: Save an Excel file in various formats.",
        "PageDescription: Aspose.Cells Cloud provides robust support for saving Excel files in various formats, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadTitle:  Save Excel files in various formats.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for saving an Excel file in various formats, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports saving an Excel file in various formats and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/SaveAs",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "newfilename",
          "Description": [
            "newfilename to save the result.The `newfilename` should encompass both the filename and extension."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "saveOptions",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "SaveOptions"
          },
          "Group": "Body"
        },
        {
          "Name": "isAutoFitRows",
          "Description": [
            "Indicates if Autofit rows in workbook."
          ],
          "DefaultValue": false,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "isAutoFitColumns",
          "Description": [
            "Indicates if Autofit columns in workbook."
          ],
          "DefaultValue": false,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "outStorageName",
          "Description": [
            "The storage name where the output file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "Description": [
            "Whether check restriction of excel file when user modify cells related objects."
          ],
          "DefaultValue": false,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "region",
          "Description": [
            "The regional settings for workbook."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "pageWideFitOnPerSheet",
          "Description": [
            "The page wide fit on worksheet."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "pageTallFitOnPerSheet",
          "Description": [
            "The page tall fit on worksheet."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "onePagePerSheet",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "FontsLocation",
          "Description": [
            "Use Custom fonts."
          ],
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "SaveResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "SaveResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ConversionController",
      "Name": "PostConvertWorkbookToPDF",
      "Summary": [
        "Convert Excel file to PDF files."
      ],
      "Remarks": [
        "PageTitle: Convert Excel files to PDF files.",
        "PageDescription: Aspose.Cells Cloud provides robust support for converting Excel files to PDF files, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadTitle:Convert Excel files to PDF files.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for converting Excel files to PDF files, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports converting Excel files to PDF files and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on. ."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/convert/pdf",
      "Parameters": [
        {
          "Name": "LocalPath",
          "Description": [
            "File to upload"
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "File"
          },
          "Group": "FormData"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "Description": [
            "Whether check restriction of excel file when user modify cells related objects."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "region",
          "Description": [
            "The regional settings for workbook."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "FontsLocation",
          "Description": [
            "Use Custom fonts."
          ],
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FileInfo",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ConversionController",
      "Name": "PostConvertWorkbookToPNG",
      "Summary": [
        "Convert Excel file to PNG files."
      ],
      "Remarks": [
        "PageTitle: Convert Excel files to PNG files.",
        "PageDescription: Aspose.Cells Cloud provides robust support for converting Excel files to PNG files, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadTitle:Convert Excel files to PNG files.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for converting Excel files to PNG files, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports converting Excel files to PNG files and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on. ."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/convert/png",
      "Parameters": [
        {
          "Name": "LocalPath",
          "Description": [
            "File to upload"
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "File"
          },
          "Group": "FormData"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "Description": [
            "Whether check restriction of excel file when user modify cells related objects."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "region",
          "Description": [
            "The regional settings for workbook."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FileInfo",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ConversionController",
      "Name": "PostConvertWorkbookToDocx",
      "Summary": [
        "Convert Excel file to Docx files."
      ],
      "Remarks": [
        "PageTitle: Convert Excel files to Docx files.",
        "PageDescription: Aspose.Cells Cloud provides robust support for converting Excel files to Docx files, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadTitle:Convert Excel files to Docx files.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for converting Excel files to Docx files, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports converting Excel files to Docx files and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on. ."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/convert/docx",
      "Parameters": [
        {
          "Name": "LocalPath",
          "Description": [
            "File to upload"
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "File"
          },
          "Group": "FormData"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "Description": [
            "Whether check restriction of excel file when user modify cells related objects."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "region",
          "Description": [
            "The regional settings for workbook."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "FontsLocation",
          "Description": [
            "Use Custom fonts."
          ],
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FileInfo",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ConversionController",
      "Name": "PostConvertWorkbookToPptx",
      "Summary": [
        "Convert Excel file to Pptx files."
      ],
      "Remarks": [
        "PageTitle: Convert Excel files to Pptx files.",
        "PageDescription: Aspose.Cells Cloud provides robust support for converting Excel files to Pptx files, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadTitle:Convert Excel files to Pptx files.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for converting Excel files to Pptx files, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports converting Excel files to Pptx files and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on. ."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/convert/pptx",
      "Parameters": [
        {
          "Name": "LocalPath",
          "Description": [
            "File to upload"
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "File"
          },
          "Group": "FormData"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "Description": [
            "Whether check restriction of excel file when user modify cells related objects."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "region",
          "Description": [
            "The regional settings for workbook."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "FontsLocation",
          "Description": [
            "Use Custom fonts."
          ],
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FileInfo",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ConversionController",
      "Name": "PostConvertWorkbookToHtml",
      "Summary": [
        "Convert Excel file to HTML files."
      ],
      "Remarks": [
        "PageTitle: Convert Excel files to HTML files.",
        "PageDescription: Aspose.Cells Cloud provides robust support for converting Excel files to HTML files, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadTitle:Convert Excel files to HTML files.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for converting Excel files to HTML files, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports converting Excel files to HTML files and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on. ."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/convert/html",
      "Parameters": [
        {
          "Name": "LocalPath",
          "Description": [
            "File to upload"
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "File"
          },
          "Group": "FormData"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "Description": [
            "Whether check restriction of excel file when user modify cells related objects."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "region",
          "Description": [
            "The regional settings for workbook."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "FontsLocation",
          "Description": [
            "Use Custom fonts."
          ],
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FileInfo",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ConversionController",
      "Name": "PostConvertWorkbookToMarkdown",
      "Summary": [
        "Convert Excel file to Markdown files."
      ],
      "Remarks": [
        "PageTitle: Convert Excel files to Markdown files.",
        "PageDescription: Aspose.Cells Cloud provides robust support for converting Excel files to Markdown files, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadTitle:Convert Excel files to Markdown files.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for converting Excel files to Markdown files, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports converting Excel files to Markdown files and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on. ."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/convert/markdown",
      "Parameters": [
        {
          "Name": "LocalPath",
          "Description": [
            "File to upload"
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "File"
          },
          "Group": "FormData"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "Description": [
            "Whether check restriction of excel file when user modify cells related objects."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "region",
          "Description": [
            "The regional settings for workbook."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "FontsLocation",
          "Description": [
            "Use Custom fonts."
          ],
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FileInfo",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ConversionController",
      "Name": "PostConvertWorkbookToJson",
      "Summary": [
        "Convert Excel file to Json files."
      ],
      "Remarks": [
        "PageTitle: Convert Excel files to Json files.",
        "PageDescription: Aspose.Cells Cloud provides robust support for converting Excel files to Json files, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadTitle:Convert Excel files to Json files.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for converting Excel files to Json files, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports converting Excel files to Json files and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on. ."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/convert/json",
      "Parameters": [
        {
          "Name": "LocalPath",
          "Description": [
            "File to upload"
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "File"
          },
          "Group": "FormData"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "Description": [
            "Whether check restriction of excel file when user modify cells related objects."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "region",
          "Description": [
            "The regional settings for workbook."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "FontsLocation",
          "Description": [
            "Use Custom fonts."
          ],
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FileInfo",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ConversionController",
      "Name": "PostConvertWorkbookToSQL",
      "Summary": [
        "Convert Excel file to SQL Script files."
      ],
      "Remarks": [
        "PageTitle: Convert Excel files to SQL Script files.",
        "PageDescription: Aspose.Cells Cloud provides robust support for converting Excel files to SQL Script files, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadTitle:Convert Excel files to SQL Script files.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for converting Excel files to SQL Script files, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports converting Excel files to SQL Script files and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on. ."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/convert/sql",
      "Parameters": [
        {
          "Name": "LocalPath",
          "Description": [
            "File to upload"
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "File"
          },
          "Group": "FormData"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "Description": [
            "Whether check restriction of excel file when user modify cells related objects."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "region",
          "Description": [
            "The regional settings for workbook."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FileInfo",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ConversionController",
      "Name": "PostConvertWorkbookToCSV",
      "Summary": [
        "Convert Excel file to Csv files."
      ],
      "Remarks": [
        "PageTitle: Convert Excel files to Csv files.",
        "PageDescription: Aspose.Cells Cloud provides robust support for converting Excel files to Csv files, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadTitle:Convert Excel files to Csv files.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for converting Excel files to Csv files, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports converting Excel files to Csv files and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on. ."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/convert/csv",
      "Parameters": [
        {
          "Name": "LocalPath",
          "Description": [
            "File to upload"
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "File"
          },
          "Group": "FormData"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "Description": [
            "Whether check restriction of excel file when user modify cells related objects."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "region",
          "Description": [
            "The regional settings for workbook."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FileInfo",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ConversionController",
      "Name": "PostConvertWorksheetToImage",
      "HttpMethod": "POST",
      "Path": "/cells/convertWorksheetToImage",
      "Parameters": [
        {
          "Name": "convertWorksheetOptions",
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ConvertWorksheetOptions"
          },
          "Group": "Body"
        },
        {
          "Name": "FontsLocation",
          "Description": [
            "Use Custom fonts."
          ],
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FileInfo",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ConversionController",
      "Name": "PostConvertWorkbook",
      "HttpMethod": "POST",
      "Path": "/cells/convertWorkbook",
      "Parameters": [
        {
          "Name": "convertWorkbookOptions",
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ConvertWorkbookOptions"
          },
          "Group": "Body"
        },
        {
          "Name": "FontsLocation",
          "Description": [
            "Use Custom fonts."
          ],
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FileInfo",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "DataCheckingController",
      "Name": "CheckWrokbookExternalReference",
      "Summary": [
        "Export Excel internal elements or the workbook itself to various format files."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/checkexternalreference",
      "Parameters": [
        {
          "Name": "checkExternalReferenceOptions",
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CheckExternalReferenceOptions"
          },
          "Group": "Body"
        }
      ],
      "Responses": [
        {
          "Name": "CheckedExternalReferenceResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CheckedExternalReferenceResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "DataCheckingController",
      "Name": "CheckWorkbookFormulaErrors",
      "HttpMethod": "POST",
      "Path": "/cells/checkformulaerrors",
      "Parameters": [
        {
          "Name": "formulaErrorOptions",
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CheckFormulaErrorOptions"
          },
          "Group": "Body"
        }
      ],
      "Responses": [
        {
          "Name": "CheckedFormulaErrorsResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CheckedFormulaErrorsResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "DataProcessingController",
      "Name": "PostExport",
      "Summary": [
        "Export Excel internal elements or the workbook itself to various format files."
      ],
      "Remarks": [
        "PageTitle: Export Excel internal elements or the workbook itself to various format files.",
        "PageDescription: Aspose.Cells Cloud provides robust support for exporting Excel internal elements or the workbook itself to various format files, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadTitle: Export Excel internal elements or the workbook itself to various format files.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for exporting Excel internal elements or the workbook itself to various format files, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports exporting Excel internal elements or the workbook itself to various format files and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/export",
      "Parameters": [
        {
          "Name": "LocalPath",
          "Description": [
            "File to upload"
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "File"
          },
          "Group": "FormData"
        },
        {
          "Name": "objectType",
          "Description": [
            "Exported object type:workbook/worksheet/chart/comment/picture/shape/listobject/oleobject."
          ],
          "DefaultValue": "workbook",
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "format",
          "Description": [
            "The conversion format(CSV/XLS/HTML/MHTML/ODS/PDF/XML/TXT/TIFF/XLSB/XLSM/XLSX/XLTM/XLTX/XPS/PNG/JPG/JPEG/GIF/EMF/BMP/MD[Markdown]/Numbers)."
          ],
          "DefaultValue": "Xlsx",
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "Description": [
            "Whether check restriction of excel file when user modify cells related objects."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "region",
          "Description": [
            "The regional settings for workbook."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "FontsLocation",
          "Description": [
            "Use Custom fonts."
          ],
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FilesResult",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FilesResult"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "DataProcessingController",
      "Name": "PostWorkbookExportXML",
      "Summary": [
        "Export XML data from an Excel file.",
        "When there are XML Maps in an Excel file, export XML data. When there is no XML map in the Excel file, convert the Excel file to an XML file."
      ],
      "Remarks": [
        "PageTitle: Export XML data from an Excel file.",
        "PageDescription: Aspose.Cells Cloud provides robust support for exporting XML data from an Excel file, a process known for its intricacy. When there are XML Maps in an Excel file, export XML data. When there is no XML map in the Excel file, convert the Excel file to an XML file.",
        "HeadTitle: Export XML data from an Excel file.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for exporting XML data from an Excel file, a process known for its intricacy.When there are XML Maps in an Excel file, export XML data. When there is no XML map in the Excel file, convert the Excel file to an XML file.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports exporting XML data from an Excel file and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/exportxml",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "outPath",
          "Description": [
            "Path to save the result. If it's a single file, the `outPath` should encompass both the filename and extension. In the case of multiple files, the `outPath` should only include the folder."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "outStorageName",
          "Description": [
            "The storage name where the output file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "Description": [
            "Whether check restriction of excel file when user modify cells related objects."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "region",
          "Description": [
            "The regional settings for workbook."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "Stream",
          "DataType": {
            "Identifier": "File"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "DataProcessingController",
      "Name": "PostWorkbookImportJson",
      "Summary": [
        "Import a JSON data file into the workbook. The JSON data file can either be a cloud file or data from an HTTP URI."
      ],
      "Remarks": [
        "PageTitle: Import Json data into an Excel file.",
        "PageDescription: Aspose.Cells Cloud provides robust support for importing Json data into an Excel file, a process known for its intricacy.",
        "HeadTitle: Import Json data into an Excel file.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for importing Json data into an Excel file, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports importing Json data into an Excel file and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/importjson",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "importJsonRequest",
          "Description": [
            "Import Json request."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ImportJsonRequest"
          },
          "Group": "Body"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "outPath",
          "Description": [
            "Path to save the result. If it's a single file, the `outPath` should encompass both the filename and extension. In the case of multiple files, the `outPath` should only include the folder."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "outStorageName",
          "Description": [
            "The storage name where the output file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "Description": [
            "Whether check restriction of excel file when user modify cells related objects."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "region",
          "Description": [
            "The regional settings for workbook."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "Stream",
          "DataType": {
            "Identifier": "File"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "DataProcessingController",
      "Name": "PostWorkbookImportXML",
      "Summary": [
        "Import an XML data file into an Excel file. The XML data file can either be a cloud file or data from an HTTP URI."
      ],
      "Remarks": [
        "PageTitle: Import XML data into an Excel file.",
        "PageDescription: Aspose.Cells Cloud provides robust support for importing XML data into an Excel file, a process known for its intricacy.",
        "HeadTitle: Import Json data into an Excel file.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for importing XML data into an Excel file, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports importing XML data into an Excel file and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/importxml",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "importXMLRequest",
          "Description": [
            "Import XML request."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ImportXMLRequest"
          },
          "Group": "Body"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "outPath",
          "Description": [
            "Path to save the result. If it's a single file, the `outPath` should encompass both the filename and extension. In the case of multiple files, the `outPath` should only include the folder."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "outStorageName",
          "Description": [
            "The storage name where the output file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "Description": [
            "Whether check restriction of excel file when user modify cells related objects."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "region",
          "Description": [
            "The regional settings for workbook."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "Stream",
          "DataType": {
            "Identifier": "File"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "DataProcessingController",
      "Name": "PostImportData",
      "Summary": [
        "Import data into the Excel file."
      ],
      "Remarks": [
        "PageTitle: Import data into the Excel file.",
        "PageDescription: Aspose.Cells Cloud provides robust support for importing data into the Excel file, a process known for its intricacy. Aspose.Cells Cloud support the import of data in a variety of formats.",
        "HeadTitle: Import data into the Excel file.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for importing data into the Excel file, a process known for its intricacy. Aspose.Cells Cloud support the import of data in a variety of formats.",
        "HeadContent: Aspose.Cells Cloud provides  REST API which supports importing data into the Excel file and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/importdata",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "importOption",
          "Description": [
            "Import option. They are include of ImportCSVDataOption, ImportBatchDataOption, ImportPictureOption, ImportStringArrayOption, Import2DimensionStringArrayOption, and so on.  "
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ImportOption"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "region",
          "Description": [
            "The regional settings for workbook."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "FontsLocation",
          "Description": [
            "Use Custom fonts."
          ],
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "DataProcessingController",
      "Name": "PostWorkbookDataCleansing",
      "Summary": [
        "Data cleaning of spreadsheet files is a data management process used to identify, correct, and remove errors, incompleteness, duplicates, or inaccuracies in tables and ranges."
      ],
      "Remarks": [
        "PageTitle: Data cleaning of Spreadsheet files.",
        "PageDescription: Aspose.Cells Cloud provides robust support for data cleaning of Spreadsheet files, a process known for its intricacy.  Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, ODS, and so on.",
        "HeadTitle: Data cleaning of Spreadsheet files.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for data cleaning of Spreadsheet files, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, ODS, and so on.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports data cleaning of Spreadsheet files and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/datacleansing",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "dataCleansing",
          "Description": [
            "data cleansing content."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataCleansing"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "password",
          "Description": [
            "The file password. "
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "region",
          "Description": [
            "The regional settings for workbook."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FileInfo",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "DataProcessingController",
      "Name": "PostDataCleansing",
      "Summary": [
        "Data cleansing of spreadsheet files is a data management process used to identify, correct, and remove errors, incompleteness, duplicates, or inaccuracies in tables and ranges."
      ],
      "Remarks": [
        "PageTitle: Data cleansing of spreadsheet files.",
        "PageDescription: Aspose.Cells Cloud provides robust support for data cleansing of spreadsheet files, a process known for its intricacy.  Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, ODS, and so on.",
        "HeadTitle: Data cleansing of Spreadsheet files.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for data cleansing of spreadsheet files, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, ODS, and so on.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports data cleansing of spreadsheet files and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/datacleansing",
      "Parameters": [
        {
          "Name": "dataCleansingRequest",
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataCleansingRequest"
          },
          "Group": "Body"
        }
      ],
      "Responses": [
        {
          "Name": "FileInfo",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "DataProcessingController",
      "Name": "PostWorkbookDataDeduplication",
      "Summary": [
        "Data deduplication of spreadsheet files is mainly used to eliminate duplicate data in tables and ranges."
      ],
      "Remarks": [
        "PageTitle: Data deduplication of spreadsheet files.",
        "PageDescription: Aspose.Cells Cloud provides robust support for data deduplication of spreadsheet files, a process known for its intricacy.  Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, ODS, and so on.",
        "HeadTitle: Data deduplication of spreadsheet files.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for data deduplication of spreadsheet files, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, ODS, and so on.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports data deduplication of spreadsheet files and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/datadeduplication",
      "Parameters": [
        {
          "Name": "name",
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "deduplicationRegion",
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DeduplicationRegion"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "password",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "region",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FileInfo",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "DataProcessingController",
      "Name": "PostDataDeduplication",
      "Summary": [
        "Data deduplication of spreadsheet files is mainly used to eliminate duplicate data in tables and ranges."
      ],
      "Remarks": [
        "PageTitle: Data deduplication of spreadsheet files.",
        "PageDescription: Aspose.Cells Cloud provides robust support for data deduplication of spreadsheet files, a process known for its intricacy.  Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, ODS, and so on.",
        "HeadTitle: Data deduplication of spreadsheet files.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for data deduplication of spreadsheet files, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, ODS, and so on.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports data deduplication of spreadsheet files and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/datadeduplication",
      "Parameters": [
        {
          "Name": "dataDeduplicationRequest",
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataDeduplicationRequest"
          },
          "Group": "Body"
        }
      ],
      "Responses": [
        {
          "Name": "FileInfo",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "DataProcessingController",
      "Name": "PostWorkbookDataFill",
      "Summary": [
        "Data filling for spreadsheet files is primarily used to fill empty data in tables and ranges."
      ],
      "Remarks": [
        "PageTitle: Data filling of spreadsheet files.",
        "PageDescription: Aspose.Cells Cloud provides robust support for data filling of spreadsheet files, a process known for its intricacy.  Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, ODS, and so on.",
        "HeadTitle: Data filling of spreadsheet files.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for data filling of spreadsheet files, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, ODS, and so on.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports data filling of spreadsheet files and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/datafill",
      "Parameters": [
        {
          "Name": "name",
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "dataFill",
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataFill"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "password",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "region",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FileInfo",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "DataProcessingController",
      "Name": "PostDataFill",
      "Summary": [
        "Data filling for spreadsheet files is primarily used to fill empty data in tables and ranges."
      ],
      "Remarks": [
        "PageTitle: Data filling of spreadsheet files.",
        "PageDescription: Aspose.Cells Cloud provides robust support for data filling of spreadsheet files, a process known for its intricacy.  Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, ODS, and so on.",
        "HeadTitle: Data filling of spreadsheet files.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for data filling of spreadsheet files, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, ODS, and so on.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports data filling of spreadsheet files and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/datafill",
      "Parameters": [
        {
          "Name": "dataFillRequest",
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataFillRequest"
          },
          "Group": "Body"
        }
      ],
      "Responses": [
        {
          "Name": "FileInfo",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "DataProcessingController",
      "Name": "PostDeleteIncompleteRows",
      "Summary": [
        "Deleting incomplete rows of spreadsheet files is mainly used to eliminate incomplete rows in tables and ranges."
      ],
      "Remarks": [
        "PageTitle: Deleting incomplete rows of spreadsheet files.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting incomplete rows of spreadsheet files, a process known for its intricacy.  Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, ODS, and so on.",
        "HeadTitle: Deleting incomplete rows of spreadsheet files.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting incomplete rows of spreadsheet files, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, ODS, and so on.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting incomplete rows of spreadsheet files and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/deleteincompleterows",
      "Parameters": [
        {
          "Name": "deleteIncompleteRowsRequest",
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DeleteIncompleteRowsRequest"
          },
          "Group": "Body"
        }
      ],
      "Responses": [
        {
          "Name": "FileInfo",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "DataProcessingController",
      "Name": "PostDataTransformation",
      "Summary": [
        "Transform spreadsheet data is mainly used to pivot columns, unpivot columns."
      ],
      "Remarks": [
        "PageTitle: Data Transform: pivot columns and unpivot columns.",
        "PageDescription: Aspose.Cells Cloud provides robust support for transforming data of spreadsheet files, a process known for its intricacy.  Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, ODS, and so on.",
        "HeadTitle: Deleting incomplete rows of spreadsheet files.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for transforming data of spreadsheet files, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, ODS, and so on.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports transforming data of spreadsheet files and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/datatransformation",
      "Parameters": [
        {
          "Name": "dataTransformationRequest",
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataTransformationRequest"
          },
          "Group": "Body"
        }
      ],
      "Responses": [
        {
          "Name": "FileInfo",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "HypelinksController",
      "Name": "GetWorksheetHyperlinks",
      "Summary": [
        "Retrieve descriptions of hyperlinks in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Retrieve descriptions of hyperlinks in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining descriptions of hyperlinks in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve descriptions of hyperlinks in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining descriptions of hyperlinks in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining descriptions of hyperlinks in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/hyperlinks",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "HyperlinksResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "HyperlinksResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "HypelinksController",
      "Name": "GetWorksheetHyperlink",
      "Summary": [
        "Retrieve hyperlink description by index in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Retrieve hyperlink description by index in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining hyperlink description by index in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve hyperlink description by index in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining hyperlink description by index in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining hyperlink description by index in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/hyperlinks/{hyperlinkIndex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "hyperlinkIndex",
          "Description": [
            "The hyperlink's index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "HyperlinkResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "HyperlinkResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "HypelinksController",
      "Name": "DeleteWorksheetHyperlink",
      "Summary": [
        "Delete hyperlink by index in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Delete hyperlink by index in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting hyperlink by index in the worksheet, a process known for its intricacy.",
        "HeadTitle: Delete hyperlink by index in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting hyperlink by index in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting hyperlink by index in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/hyperlinks/{hyperlinkIndex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "hyperlinkIndex",
          "Description": [
            "The hyperlink's index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "HypelinksController",
      "Name": "PostWorksheetHyperlink",
      "Summary": [
        "Update hyperlink by index in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Update hyperlink by index in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for updating hyperlink by index in the worksheet, a process known for its intricacy.",
        "HeadTitle: Update hyperlink by index in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting hyperlink by index in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting hyperlink by index in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/hyperlinks/{hyperlinkIndex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "hyperlinkIndex",
          "Description": [
            "The hyperlink's index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "hyperlink",
          "Description": [
            "Hyperlink object"
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Hyperlink"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "HypelinksController",
      "Name": "PutWorksheetHyperlink",
      "Summary": [
        "Add hyperlink in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Add hyperlink in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for adding hyperlink in the worksheet, a process known for its intricacy.",
        "HeadTitle: Add hyperlink in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for adding hyperlink in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports adding hyperlink in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/hyperlinks",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "firstRow",
          "Description": [
            "First row of the hyperlink range."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "firstColumn",
          "Description": [
            "First column of the hyperlink range."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "totalRows",
          "Description": [
            "Number of rows in this hyperlink range."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "totalColumns",
          "Description": [
            "Number of columns of this hyperlink range."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "address",
          "Description": [
            "Address of the hyperlink."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "HypelinksController",
      "Name": "DeleteWorksheetHyperlinks",
      "Summary": [
        "Delete all hyperlinks in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Delete all hyperlinks in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting all hyperlinks in the worksheet, a process known for its intricacy.",
        "HeadTitle: Delete all hyperlinks in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting all hyperlinks in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting all hyperlinks in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/hyperlinks",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "KeyController",
      "Name": "GetPublicKey",
      "Summary": [
        "Get publi key."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/publickey",
      "Parameters": [],
      "Responses": [
        {
          "Name": "CellsCloudPublicKeyResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudPublicKeyResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "LightCellsController",
      "Name": "PostAssemble",
      "Summary": [
        "Assemble data files with template files to generate files in various formats."
      ],
      "Remarks": [
        "PageTitle: Assemble data files with template files to generate files in various formats.",
        "PageDescription: Aspose.Cells Cloud provides robust support for assembling data files with template files to generate files in various formats, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadTitle: Assemble data files with template files to generate files in various formats.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for assembling data files with template files to generate target files in various formats, a process known for its intricacy. Aspose.Cells Cloud supports genrating 30+ formats file, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports assembling data files with template files to generate target files in various formats and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/assemble",
      "Parameters": [
        {
          "Name": "LocalPath",
          "Description": [
            "File to upload"
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "File"
          },
          "Group": "FormData"
        },
        {
          "Name": "datasource",
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "outFormat",
          "Description": [
            "The format to convert(CSV/XLS/HTML/MHTML/ODS/PDF/XML/TXT/TIFF/XLSB/XLSM/XLSX/XLTM/XLTX/XPS/PNG/JPG/JPEG/GIF/EMF/BMP/MD[Markdown]/Numbers)"
          ],
          "DefaultValue": "Xlsx",
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "Description": [
            "Whether check restriction of excel file when user modify cells related objects."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "region",
          "Description": [
            "The regional settings for workbook."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FilesResult",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FilesResult"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "LightCellsController",
      "Name": "PostCompress",
      "Summary": [
        "Compress files and generate target files in various formats, supported file formats are include Xls, Xlsx, Xlsm, Xlsb, Ods and more."
      ],
      "Remarks": [
        "PageTitle: Compress Excel files, and generate target files in various formats.",
        "PageDescription: Aspose.Cells Cloud provides robust support for compressing Excel files to generate target files in various formats, a process known for its intricacy.",
        "HeadTitle: Compress Excel files, and generate target files in various formats.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for compressing Excel files to generate target files in various formats, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports compressing Excel files to generate target files in various formats and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/compress",
      "Parameters": [
        {
          "Name": "LocalPath",
          "Description": [
            "File to upload"
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "File"
          },
          "Group": "FormData"
        },
        {
          "Name": "CompressLevel",
          "Description": [
            "Compress level. The compression ratio 1-100."
          ],
          "DefaultValue": 0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "Description": [
            "Whether check restriction of excel file when user modify cells related objects."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FilesResult",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FilesResult"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "LightCellsController",
      "Name": "PostMerge",
      "Summary": [
        "Merge cells in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Merge cells in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for merging cells in the worksheet, a process known for its intricacy.",
        "HeadTitle: Merge cells in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for merging cells in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports merging cells in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/merge",
      "Parameters": [
        {
          "Name": "File",
          "Description": [
            "File to upload"
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "File"
          },
          "Group": "FormData"
        },
        {
          "Name": "outFormat",
          "Description": [
            "The output data file format.(CSV/XLS/HTML/MHTML/ODS/PDF/XML/TXT/TIFF/XLSB/XLSM/XLSX/XLTM/XLTX/XPS/PNG/JPG/JPEG/GIF/EMF/BMP/MD[Markdown]/Numbers)"
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "mergeToOneSheet",
          "Description": [
            "Merge all workbooks into a sheet."
          ],
          "DefaultValue": false,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "Description": [
            "Whether check restriction of excel file when user modify cells related objects."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "region",
          "Description": [
            "The regional settings for workbook."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FileInfo",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "LightCellsController",
      "Name": "PostSplit",
      "Summary": [
        "Split Excel spreadsheet files based on worksheets and create output files in various formats."
      ],
      "Remarks": [
        "PageTitle: Split Excel spreadsheet files based on worksheets and create output files in various formats.",
        "PageDescription: Aspose.Cells Cloud provides robust support for splitting Excel spreadsheet files based on worksheets and create output files in various formats, a process known for its intricacy.",
        "HeadTitle:  Split Excel spreadsheet files based on worksheets and create output files in various formats.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for splitting Excel spreadsheet files based on worksheets and create output files in various formats, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports splitting Excel spreadsheet files based on worksheets and create output files in various formats and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/split",
      "Parameters": [
        {
          "Name": "LocalPath",
          "Description": [
            "File to upload"
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "File"
          },
          "Group": "FormData"
        },
        {
          "Name": "outFormat",
          "Description": [
            "The output data file format.(CSV/XLS/HTML/MHTML/ODS/PDF/XML/TXT/TIFF/XLSB/XLSM/XLSX/XLTM/XLTX/XPS/PNG/JPG/JPEG/GIF/EMF/BMP/MD[Markdown]/Numbers)"
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "from",
          "Description": [
            "sheet index"
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "to",
          "Description": [
            "sheet index"
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "Description": [
            "Whether check restriction of excel file when user modify cells related objects."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "region",
          "Description": [
            "The regional settings for workbook."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FilesResult",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FilesResult"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "LightCellsController",
      "Name": "PostSearch",
      "Summary": [
        "Search for specified text within Excel files."
      ],
      "Remarks": [
        "PageTitle: Search for specified text within Excel files.",
        "PageDescription: Indeed, Aspose.Cells Cloud offers strong support for searching specified text within Excel files.",
        "HeadTitle:  Search for specified text within Excel files.",
        "HeadSummary: Indeed, Aspose.Cells Cloud offers strong support for searching specified text within Excel files.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports searching specified text within Excel files and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/search",
      "Parameters": [
        {
          "Name": "LocalPath",
          "Description": [
            "File to upload"
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "File"
          },
          "Group": "FormData"
        },
        {
          "Name": "text",
          "Description": [
            "Find content"
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "sheetname",
          "Description": [
            "The worksheet name. Locate the specified text content in the worksheet."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "Description": [
            "Whether check restriction of excel file when user modify cells related objects."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "IList`1",
          "DataType": {
            "Identifier": "Container",
            "Reference": "TextItem",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "TextItem"
            }
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "LightCellsController",
      "Name": "PostReplace",
      "Summary": [
        "Replace specified text with new text in Excel files."
      ],
      "Remarks": [
        "PageTitle: Replace specified text with new text in Excel files.",
        "PageDescription: Indeed, Aspose.Cells Cloud offers strong support for replacing specified text with new text in Excel files.",
        "HeadTitle:  Replace specified text with new text in Excel files.",
        "HeadSummary: Indeed, Aspose.Cells Cloud offers strong support for replacing specified text with new text in Excel files.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports replacing specified text with new text in Excel files and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/replace",
      "Parameters": [
        {
          "Name": "File",
          "Description": [
            "File to upload"
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "File"
          },
          "Group": "FormData"
        },
        {
          "Name": "text",
          "Description": [
            "Find content"
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "newtext",
          "Description": [
            "Replace content"
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "sheetname",
          "Description": [
            "The worksheet name. Locate the specified text content in the worksheet."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "Description": [
            "Whether check restriction of excel file when user modify cells related objects."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FilesResult",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FilesResult"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "LightCellsController",
      "Name": "PostImport",
      "Summary": [
        "Import data into an Excel file and generate output files in various formats."
      ],
      "Remarks": [
        "PageTitle: Import data into an Excel file and generate output files in various formats.",
        "PageDescription: Indeed, Aspose.Cells Cloud offers strong support for importing data into an Excel file and generating output files in various formats.",
        "HeadTitle:  Import data into an Excel file and generate output files in various formats.",
        "HeadSummary: Indeed, Aspose.Cells Cloud offers strong support for importing data into an Excel file and generating output files in various formats.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports importing data into an Excel file and generating output files in various formats and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/import",
      "Parameters": [
        {
          "Name": "File",
          "Description": [
            "File to upload"
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "File"
          },
          "Group": "FormData"
        },
        {
          "Name": "outFormat",
          "Description": [
            "The output data file format.(CSV/XLS/HTML/MHTML/ODS/PDF/XML/TXT/TIFF/XLSB/XLSM/XLSX/XLTM/XLTX/XPS/PNG/JPG/JPEG/GIF/EMF/BMP/MD[Markdown]/Numbers)"
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "Description": [
            "Whether check restriction of excel file when user modify cells related objects."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "region",
          "Description": [
            "The regional settings for workbook."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FilesResult",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FilesResult"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "LightCellsController",
      "Name": "PostWatermark",
      "Summary": [
        "Add Text Watermark to Excel files and generate output files in various formats."
      ],
      "Remarks": [
        "PageTitle: Add text watermark to Excel files and generate output files in various formats.",
        "PageDescription: Indeed, Aspose.Cells Cloud offers strong support for adding text watermark to Excel files and generating output files in various formats.",
        "HeadTitle: Add text watermark to Excel files and generate output files in various formats.",
        "HeadSummary: Indeed, Aspose.Cells Cloud offers strong support for adding text watermark to Excel files and generating output files in various formats.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports adding text watermark to Excel files and generating output files in various formats and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/watermark",
      "Parameters": [
        {
          "Name": "LocalPath",
          "Description": [
            "File to upload"
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "File"
          },
          "Group": "FormData"
        },
        {
          "Name": "text",
          "Description": [
            "background text."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "color",
          "Description": [
            "e.g. #1032ff"
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "outFormat",
          "Description": [
            "The output data file format.(CSV/XLS/HTML/MHTML/ODS/PDF/XML/TXT/TIFF/XLSB/XLSM/XLSX/XLTM/XLTX/XPS/PNG/JPG/JPEG/GIF/EMF/BMP/MD[Markdown]/Numbers)"
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "Description": [
            "Whether check restriction of excel file when user modify cells related objects."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "region",
          "Description": [
            "The regional settings for workbook."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FilesResult",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FilesResult"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "LightCellsController",
      "Name": "PostClearObjects",
      "Summary": [
        "Clear internal elements in Excel files and generate output files in various formats."
      ],
      "Remarks": [
        "PageTitle: Clear internal elements in Excel files and generate output files in various formats.",
        "PageDescription: Indeed, Aspose.Cells Cloud offers strong support for clearing internal elements in Excel files and generating output files in various formats.",
        "HeadTitle:  Clear internal elements in Excel files and generate output files in various formats.",
        "HeadSummary: Indeed, Aspose.Cells Cloud offers strong support for clearing internal elements in Excel files and generating output files in various formats.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports clearing internal elements in Excel files and generating output files in various formats and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/clearobjects",
      "Parameters": [
        {
          "Name": "LocalPath",
          "Description": [
            "File to upload"
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "File"
          },
          "Group": "FormData"
        },
        {
          "Name": "objecttype",
          "Description": [
            "chart/comment/picture/shape/listobject/hyperlink/oleobject/pivottable/validation/Background"
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "sheetname",
          "Description": [
            "The worksheet name, specify the scope of the deletion."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "outFormat",
          "Description": [
            "The output data file format.(CSV/XLS/HTML/MHTML/ODS/PDF/XML/TXT/TIFF/XLSB/XLSM/XLSX/XLTM/XLTX/XPS/PNG/JPG/JPEG/GIF/EMF/BMP/MD[Markdown]/Numbers)"
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "Description": [
            "Whether check restriction of excel file when user modify cells related objects."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "region",
          "Description": [
            "The regional settings for workbook."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FilesResult",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FilesResult"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "LightCellsController",
      "Name": "PostReverse",
      "Summary": [
        "Reverse rows or columns in Excel files and create output files in various formats."
      ],
      "Remarks": [
        "PageTitle: Reverse rows or columns in Excel files and create output files in various formats.",
        "PageDescription: Indeed, Aspose.Cells Cloud offers strong support for clearing internal elements in Excel files and generating output files in various formats.",
        "HeadTitle:  Reverse rows or columns in Excel files and create output files in various formats.",
        "HeadSummary: Indeed, Aspose.Cells Cloud offers strong support for reversing rows or columns in Excel files and creating output files in various formats.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports reversing rows or columns in Excel files and creating output files in various formats and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/reverse",
      "Parameters": [
        {
          "Name": "LocalPath",
          "Description": [
            "File to upload"
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "File"
          },
          "Group": "FormData"
        },
        {
          "Name": "rotateType",
          "Description": [
            "rows/cols/both"
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "outFormat",
          "Description": [
            "The output data file format.(CSV/XLS/HTML/MHTML/ODS/PDF/XML/TXT/TIFF/XLSB/XLSM/XLSX/XLTM/XLTX/XPS/PNG/JPG/JPEG/GIF/EMF/BMP/MD[Markdown]/Numbers)"
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "Description": [
            "Whether check restriction of excel file when user modify cells related objects."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "region",
          "Description": [
            "The regional settings for workbook."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FilesResult",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FilesResult"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "LightCellsController",
      "Name": "PostRepair",
      "Summary": [
        "Repair abnormal files and generate files in various formats."
      ],
      "Remarks": [
        "PageTitle: Repair abnormal files and generate files in various formats.",
        "PageDescription: Indeed, Aspose.Cells Cloud offers strong support for repairing abnormal files and generating files in various formats.",
        "HeadTitle:  Repair abnormal files and generate files in various formats.",
        "HeadSummary: Indeed, Aspose.Cells Cloud offers strong support for repairing abnormal files and generating files in various formats.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports repairing abnormal files and generating files in various formats and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/repair",
      "Parameters": [
        {
          "Name": "LocalPath",
          "Description": [
            "File to upload"
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "File"
          },
          "Group": "FormData"
        },
        {
          "Name": "outFormat",
          "Description": [
            "The output data file format.(CSV/XLS/HTML/MHTML/ODS/PDF/XML/TXT/TIFF/XLSB/XLSM/XLSX/XLTM/XLTX/XPS/PNG/JPG/JPEG/GIF/EMF/BMP/MD[Markdown]/Numbers)"
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FilesResult",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FilesResult"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "LightCellsController",
      "Name": "PostRotate",
      "Summary": [
        "Rotate rows, columns, or other objects in Excel files and save them in various formats."
      ],
      "Remarks": [
        "PageTitle: Rotate rows, columns, or other objects in Excel files and save them in various formats.",
        "PageDescription: Indeed, Aspose.Cells Cloud offers strong support for rotating rows, columns, or other objects in Excel files and saving them in various formats.",
        "HeadTitle:  Rotate rows, columns, or other objects in Excel files and save them in various formats.",
        "HeadSummary: Indeed, Aspose.Cells Cloud offers strong support for rotating rows, columns, or other objects in Excel files and saving them in various formats.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports rotating rows, columns, or other objects in Excel files and saving them in various formats and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/rotate",
      "Parameters": [
        {
          "Name": "LocalPath",
          "Description": [
            "File to upload"
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "File"
          },
          "Group": "FormData"
        },
        {
          "Name": "rotateType",
          "Description": [
            "270/90/row/col/row2col"
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "outFormat",
          "Description": [
            "The output data file format.(CSV/XLS/HTML/MHTML/ODS/PDF/XML/TXT/TIFF/XLSB/XLSM/XLSX/XLTM/XLTX/XPS/PNG/JPG/JPEG/GIF/EMF/BMP/MD[Markdown]/Numbers)"
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "Description": [
            "Whether check restriction of excel file when user modify cells related objects."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "region",
          "Description": [
            "The regional settings for workbook."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FilesResult",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FilesResult"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "LightCellsController",
      "Name": "PostMetadata",
      "Summary": [
        "Update document properties in Excel file, and save them is various formats."
      ],
      "Remarks": [
        "PageTitle: Update document properties in Excel file, and save them is various formats.",
        "PageDescription: Indeed, Aspose.Cells Cloud offers strong support for updating document properties in Excel file and saving them is various formats.",
        "HeadTitle:  Update document properties in Excel file, and save them is various formats.",
        "HeadSummary: Indeed, Aspose.Cells Cloud offers strong support for updating document properties in Excel file and saving them is various formats.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating document properties in Excel file and saving them is various formats and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/metadata/update",
      "Parameters": [
        {
          "Name": "LocalPath",
          "Description": [
            "File to upload"
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "File"
          },
          "Group": "FormData"
        },
        {
          "Name": "cellsDocuments",
          "Description": [
            "document properties"
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Container",
            "Reference": "CellsDocumentProperty",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "CellsDocumentProperty"
            }
          },
          "Group": "Body"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "Description": [
            "Whether check restriction of excel file when user modify cells related objects."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "outFormat",
          "Description": [
            "The output data file format.(CSV/XLS/HTML/MHTML/ODS/PDF/XML/TXT/TIFF/XLSB/XLSM/XLSX/XLTM/XLTX/XPS/PNG/JPG/JPEG/GIF/EMF/BMP/MD[Markdown]/Numbers)"
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "region",
          "Description": [
            "The regional settings for workbook."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FilesResult",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FilesResult"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "LightCellsController",
      "Name": "GetMetadata",
      "Summary": [
        "Get cells document properties."
      ],
      "Remarks": [
        "PageTitle: Get cells document properties.",
        "PageDescription: Indeed, Aspose.Cells Cloud offers strong support for getting cells document properties.",
        "HeadTitle:  Get cells document properties.",
        "HeadSummary: Indeed, Aspose.Cells Cloud offers strong support for getting cells document properties.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports getting cells document properties and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/metadata/get",
      "Parameters": [
        {
          "Name": "LocalPath",
          "Description": [
            "File to upload"
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "File"
          },
          "Group": "FormData"
        },
        {
          "Name": "type",
          "Description": [
            "Cells document property name."
          ],
          "DefaultValue": "all",
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "Description": [
            "Whether check restriction of excel file when user modify cells related objects."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "IList`1",
          "DataType": {
            "Identifier": "Container",
            "Reference": "CellsDocumentProperty",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "CellsDocumentProperty"
            }
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "LightCellsController",
      "Name": "DeleteMetadata",
      "Summary": [
        "Delete cells document properties in Excel file, and save them is various formats."
      ],
      "Remarks": [
        "PageTitle: Delete cells document properties in Excel file, and save them is various formats.",
        "PageDescription: Indeed, Aspose.Cells Cloud offers strong support for deleting cells document properties in Excel file and save them is various formats.",
        "HeadTitle:  Delete cells document properties in Excel file, and save them is various formats.",
        "HeadSummary: Indeed, Aspose.Cells Cloud offers strong support for deleting cells document properties in Excel file and save them is various formats.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting cells document properties in Excel file and save them is various formats and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/metadata/delete",
      "Parameters": [
        {
          "Name": "LocalPath",
          "Description": [
            "File to upload"
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "File"
          },
          "Group": "FormData"
        },
        {
          "Name": "type",
          "Description": [
            "Cells document property name."
          ],
          "DefaultValue": "all",
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "outFormat",
          "Description": [
            "The output data file format.(CSV/XLS/HTML/MHTML/ODS/PDF/XML/TXT/TIFF/XLSB/XLSM/XLSX/XLTM/XLTX/XPS/PNG/JPG/JPEG/GIF/EMF/BMP/MD[Markdown]/Numbers)"
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "Description": [
            "Whether check restriction of excel file when user modify cells related objects."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FilesResult",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FilesResult"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ListObjectsController",
      "Name": "GetWorksheetListObjects",
      "Summary": [
        "Retrieve descriptions of ListObjects in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Retrieve descriptions of ListObjects in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining descriptions of ListObjects in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve descriptions of ListObjects in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining descriptions of ListObjects in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining descriptions of ListObjects in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/listobjects",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "ListObjectsResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "ListObjectsResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ListObjectsController",
      "Name": "GetWorksheetListObject",
      "Summary": [
        "Retrieve list object description by index in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Retrieve list object description by index in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining list object description by index in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve list object description by index in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining list object description by index in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining list object description by index in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/listobjects/{listobjectindex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "listobjectindex",
          "Description": [
            "list object index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "format",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "Stream",
          "DataType": {
            "Identifier": "File"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ListObjectsController",
      "Name": "PutWorksheetListObject",
      "Summary": [
        "Add a ListObject in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Add a ListObject in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for adding a ListObject in the worksheet, a process known for its intricacy.",
        "HeadTitle: Add a ListObject in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for adding a ListObject in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports adding a ListObject in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/listobjects",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "startRow",
          "Description": [
            "The start row of the list range."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "startColumn",
          "Description": [
            "The start column of the list range."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "endRow",
          "Description": [
            "The start row of the list range."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "endColumn",
          "Description": [
            "The start column of the list range."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "hasHeaders",
          "Description": [
            "Indicate whether the range has headers."
          ],
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "displayName",
          "Description": [
            "Indicate whether display name."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "showTotals",
          "Description": [
            "Indicate whether show totals."
          ],
          "DefaultValue": false,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ListObjectsController",
      "Name": "DeleteWorksheetListObjects",
      "Summary": [
        "Delete ListObjects in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Delete ListObjects in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting ListObjects in the worksheet, a process known for its intricacy.",
        "HeadTitle: Delete ListObjects in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting ListObjects in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting ListObjects in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/listobjects",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ListObjectsController",
      "Name": "DeleteWorksheetListObject",
      "Summary": [
        "Delete list object by index in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Delete list object by index in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting list object by index in the worksheet, a process known for its intricacy.",
        "HeadTitle: Delete list object by index in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting list object by index in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting list object by index in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/listobjects/{listObjectIndex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "listObjectIndex",
          "Description": [
            "List object index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ListObjectsController",
      "Name": "PostWorksheetListObject",
      "Summary": [
        "Update list object by index in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Update list object by index in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for updating list object by index in the worksheet, a process known for its intricacy.",
        "HeadTitle: Update list object by index in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for updating list object by index in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating list object by index in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/listobjects/{listObjectIndex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "listObjectIndex",
          "Description": [
            "list Object index"
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "listObject",
          "Description": [
            "listObject dto in request body."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ListObject"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ListObjectsController",
      "Name": "PostWorksheetListObjectConvertToRange",
      "Summary": [
        "Convert list object to range in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Convert list object to range in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for converting list object to range in the worksheet, a process known for its intricacy.",
        "HeadTitle: Convert list object to range in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for converting list object to range in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports converting list object to range in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/listobjects/{listObjectIndex}/ConvertToRange",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "listObjectIndex",
          "Description": [
            "List object index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ListObjectsController",
      "Name": "PostWorksheetListObjectSummarizeWithPivotTable",
      "Summary": [
        "Create a pivot table with a list object in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Create a pivot table with a list object in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for creating a pivot table with a list object in the worksheet, a process known for its intricacy.",
        "HeadTitle: Create a pivot table with a list object in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for creating a pivot table with a list object in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports creating a pivot table with a list object in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/listobjects/{listObjectIndex}/SummarizeWithPivotTable",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "listObjectIndex",
          "Description": [
            "The list object index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "destsheetName",
          "Description": [
            "The target worksheet name."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "createPivotTableRequest",
          "Description": [
            "Create pivot table request."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CreatePivotTableRequest"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ListObjectsController",
      "Name": "PostWorksheetListObjectSortTable",
      "Summary": [
        "Sort list object in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Sort list object in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for sorting list object in the worksheet, a process known for its intricacy.",
        "HeadTitle: Sort list object in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for sorting list object in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports sorting list object in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/listobjects/{listObjectIndex}/sort",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "listObjectIndex",
          "Description": [
            "The list object index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "dataSorter",
          "Description": [
            "Represents sort order for the data range."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSorter"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ListObjectsController",
      "Name": "PostWorksheetListObjectRemoveDuplicates",
      "Summary": [
        "Remove duplicates in list object."
      ],
      "Remarks": [
        "PageTitle: Remove duplicates in list object.",
        "PageDescription: Aspose.Cells Cloud provides robust support for removing duplicates in list object, a process known for its intricacy.",
        "HeadTitle: Remove duplicates in list object.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for removing duplicates in list object, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports removing duplicates in list object and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/listobjects/{listObjectIndex}/RemoveDuplicates",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "listObjectIndex",
          "Description": [
            "The list object index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ListObjectsController",
      "Name": "PostWorksheetListObjectInsertSlicer",
      "Summary": [
        "Insert slicer for list object."
      ],
      "Remarks": [
        "PageTitle: Insert slicer for list object.",
        "PageDescription: Aspose.Cells Cloud provides robust support for inserting slicer for list object, a process known for its intricacy.",
        "HeadTitle: Insert slicer for list object.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for inserting slicer for list object, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports inserting slicer for list object and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/listobjects/{listObjectIndex}/InsertSlicer",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "listObjectIndex",
          "Description": [
            "List object index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "columnIndex",
          "Description": [
            "The index of ListColumn in ListObject.ListColumns "
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "destCellName",
          "Description": [
            "The cell in the upper-left corner of the Slicer range. "
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ListObjectsController",
      "Name": "PostWorksheetListColumn",
      "Summary": [
        "Update list column in list object."
      ],
      "Remarks": [
        "PageTitle: Update list column in list object.",
        "PageDescription: Aspose.Cells Cloud provides robust support for updating list column in list object, a process known for its intricacy.",
        "HeadTitle: Update list column in list object.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for updating list column in list object, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating list column in list object and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/listobjects/{listObjectIndex}/listcolumns/{columnIndex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "listObjectIndex",
          "Description": [
            "The list object index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "columnIndex",
          "Description": [
            "Represents table column index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "listColumn",
          "Description": [
            "Represents table column description."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ListColumn"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ListObjectsController",
      "Name": "PostWorksheetListColumnsTotal",
      "Summary": [
        "Update total of list columns in the table."
      ],
      "Remarks": [
        "PageTitle: Update total of list columns in the table.",
        "PageDescription: Aspose.Cells Cloud provides robust support for updating total of list columns in the table, a process known for its intricacy.",
        "HeadTitle: Update total of list columns in the table.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for updating total of list columns in the table, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating total of list columns in the table and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/listobjects/{listObjectIndex}/listcolumns/total",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "listObjectIndex",
          "Description": [
            "List object index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "tableTotalRequests",
          "Description": [
            "Represents table column description."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Container",
            "Reference": "TableTotalRequest",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "TableTotalRequest"
            }
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "OleObjectsController",
      "Name": "GetWorksheetOleObjects",
      "Summary": [
        "Retrieve descriptions of OLE objects in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Retrieve descriptions of OLE objects in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining descriptions of OLE objects in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve descriptions of OLE objects in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining descriptions of OLE objects in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining descriptions of OLE objects in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/oleobjects",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "OleObjectsResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "OleObjectsResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "OleObjectsController",
      "Name": "GetWorksheetOleObject",
      "Summary": [
        "Retrieve the OLE object in a specified format in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Retrieve the OLE object in a specified format in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining the OLE object in a specified format in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve the OLE object in a specified format in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining the OLE object in a specified format in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining the OLE object in a specified format in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/oleobjects/{objectNumber}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "objectNumber",
          "Description": [
            "The object number."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "format",
          "Description": [
            "Object conversion format(PNG/TIFF/JPEG/GIF/EMF/BMP)."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "Stream",
          "DataType": {
            "Identifier": "File"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "OleObjectsController",
      "Name": "DeleteWorksheetOleObjects",
      "Summary": [
        "Delete all OLE objects in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Delete all OLE objects in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting all OLE objects in the worksheet, a process known for its intricacy.",
        "HeadTitle: Delete all OLE objects in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting all OLE objects in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting all OLE objects in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/oleobjects",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worsheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "OleObjectsController",
      "Name": "DeleteWorksheetOleObject",
      "Summary": [
        "Delete an OLE object in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Delete an OLE object in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting an OLE object in the worksheet, a process known for its intricacy.",
        "HeadTitle: Delete an OLE object in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting an OLE object in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting an OLE object in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/oleobjects/{oleObjectIndex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worsheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "oleObjectIndex",
          "Description": [
            "Ole object index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "OleObjectsController",
      "Name": "PostUpdateWorksheetOleObject",
      "Summary": [
        "Update an OLE object in worksheet."
      ],
      "Remarks": [
        "PageTitle: Delete an OLE object in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting an OLE object in the worksheet, a process known for its intricacy.",
        "HeadTitle: Delete an OLE object in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting an OLE object in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting an OLE object in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/oleobjects/{oleObjectIndex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worsheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "oleObjectIndex",
          "Description": [
            "Ole object index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "ole",
          "Description": [
            "Ole Object description."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "OleObject"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "OleObjectsController",
      "Name": "PutWorksheetOleObject",
      "Summary": [
        "Add an OLE object in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Add an OLE object in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for adding an OLE object in the worksheet, a process known for its intricacy.",
        "HeadTitle: Add an OLE object in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for adding an OLE object in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports adding an OLE object in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/oleobjects",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worsheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "upperLeftRow",
          "Description": [
            "Upper left row index"
          ],
          "DefaultValue": 0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "upperLeftColumn",
          "Description": [
            "Upper left column index"
          ],
          "DefaultValue": 0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "height",
          "Description": [
            "Height of oleObject, in unit of pixel"
          ],
          "DefaultValue": 0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "width",
          "Description": [
            "Width of oleObject, in unit of pixel"
          ],
          "DefaultValue": 0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "oleFile",
          "Description": [
            "OLE filename path(full file name)."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "imageFile",
          "Description": [
            "Image filename path(full file name)."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PageBreaksController",
      "Name": "GetVerticalPageBreaks",
      "Summary": [
        "Retrieve descriptions of vertical page breaks in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Retrieve descriptions of vertical page breaks in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining descriptions of vertical page breaks in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve descriptions of vertical page breaks in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining descriptions of vertical page breaks in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining descriptions of vertical page breaks in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/verticalpagebreaks",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "VerticalPageBreaksResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "VerticalPageBreaksResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PageBreaksController",
      "Name": "GetHorizontalPageBreaks",
      "Summary": [
        "Retrieve descriptions of horizontal page breaks in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Retrieve descriptions of horizontal page breaks in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining descriptions of horizontal page breaks in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve descriptions of horizontal page breaks in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining descriptions of horizontal page breaks in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining descriptions of horizontal page breaks in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/horizontalpagebreaks",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "HorizontalPageBreaksResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "HorizontalPageBreaksResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PageBreaksController",
      "Name": "GetVerticalPageBreak",
      "Summary": [
        "Retrieve a vertical page break description in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Retrieve a vertical page break description in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining a vertical page break description in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve a vertical page break description in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining a vertical page break description in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining a vertical page break description in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/verticalpagebreaks/{index}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "index",
          "Description": [
            "The zero based index of the element."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "VerticalPageBreakResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "VerticalPageBreakResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PageBreaksController",
      "Name": "GetHorizontalPageBreak",
      "Summary": [
        "Retrieve a horizontal page break descripton in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Retrieve a horizontal page break description in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining a horizontal page break description in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve a horizontal page break description in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining a horizontal page break description in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining a horizontal page break description in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/horizontalpagebreaks/{index}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "index",
          "Description": [
            "The zero based index of the element."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "HorizontalPageBreakResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "HorizontalPageBreakResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PageBreaksController",
      "Name": "PutVerticalPageBreak",
      "Summary": [
        "Add a vertical page break in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Add a vertical page break in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for adding a vertical page break in the worksheet, a process known for its intricacy.",
        "HeadTitle: Add a vertical page break in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for adding a vertical page break in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports adding a vertical page break in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/verticalpagebreaks",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "cellname",
          "Description": [
            "Cell name"
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "column",
          "Description": [
            "Column index, zero based."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "row",
          "Description": [
            "Row index, zero based."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "startRow",
          "Description": [
            "Start row index, zero based."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "endRow",
          "Description": [
            "End row index, zero based."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PageBreaksController",
      "Name": "PutHorizontalPageBreak",
      "Summary": [
        "Add a horizontal page breaks in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Add a horizontal page break in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for adding a horizontal page break in the worksheet, a process known for its intricacy.",
        "HeadTitle: Add a horizontal page break in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for adding a horizontal page break in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports adding a horizontal page break in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/horizontalpagebreaks",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "cellname",
          "Description": [
            "Cell name"
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "row",
          "Description": [
            "Row index, zero based."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "column",
          "Description": [
            "Column index, zero based."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "startColumn",
          "Description": [
            "Start column index, zero based."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "endColumn",
          "Description": [
            "End column index, zero based."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PageBreaksController",
      "Name": "DeleteVerticalPageBreaks",
      "Summary": [
        "Delete vertical page breaks in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Delete vertical page breaks in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting vertical page breaks in the worksheet, a process known for its intricacy.",
        "HeadTitle: Delete vertical page breaks in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting vertical page breaks in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting vertical page breaks in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/verticalpagebreaks",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "column",
          "Description": [
            "Column index, zero based."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PageBreaksController",
      "Name": "DeleteHorizontalPageBreaks",
      "Summary": [
        "Delete horizontal page breaks in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Delete horizontal page breaks in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting horizontal page breaks in the worksheet, a process known for its intricacy.",
        "HeadTitle: Delete horizontal page breaks in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting horizontal page breaks in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting horizontal page breaks in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/horizontalpagebreaks",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "row",
          "Description": [
            "Row index, zero based."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PageBreaksController",
      "Name": "DeleteVerticalPageBreak",
      "Summary": [
        "Delete a vertical page break in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Delete a vertical page break in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting a vertical page break in the worksheet, a process known for its intricacy.",
        "HeadTitle: Delete a vertical page break in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting a vertical page break in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting a vertical page break in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/verticalpagebreaks/{index}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "index",
          "Description": [
            "Removes the vertical page break element at a specified name. Element index, zero based."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PageBreaksController",
      "Name": "DeleteHorizontalPageBreak",
      "Summary": [
        "Delete a horizontal page break in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Delete a horizontal page break in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting a horizontal page break in the worksheet, a process known for its intricacy.",
        "HeadTitle: Delete a horizontal page break in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting a horizontal page break in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting a horizontal page break in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/horizontalpagebreaks/{index}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "index",
          "Description": [
            "Removes the horizontal page break element at a specified name. Element index, zero based."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PageSetupController",
      "Name": "GetPageSetup",
      "Summary": [
        "Retrieve page setup description in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Retrieve page setup description in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining page setup description in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve page setup description in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining page setup description in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining page setup description in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/pagesetup",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "PageSetupResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "PageSetupResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PageSetupController",
      "Name": "PostPageSetup",
      "Summary": [
        "Update page setup in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Update page setup in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for updating page setup in the worksheet, a process known for its intricacy.",
        "HeadTitle: Update page setup in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for updating page setup in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating page setup in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/pagesetup",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "pageSetup",
          "Description": [
            "PageSetup Page Setup description."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "PageSetup"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PageSetupController",
      "Name": "DeleteHeaderFooter",
      "Summary": [
        "Clear header and footer in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Clear header and footer in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for clearing header and footer in the worksheet in the worksheet, a process known for its intricacy.",
        "HeadTitle: Clear header and footer in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for clearing header and footer in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports clearing header and footer in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/pagesetup/clearheaderfooter",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PageSetupController",
      "Name": "GetHeader",
      "Summary": [
        "Retrieve page header description in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Retrieve page header description in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining page header description in the worksheet in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve page header description in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining page header description in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining page header description in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/pagesetup/header",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "PageSectionsResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "PageSectionsResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PageSetupController",
      "Name": "PostHeader",
      "Summary": [
        "Update page header in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Update page header in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for updating page header in the worksheet in the worksheet, a process known for its intricacy.",
        "HeadTitle: Update page header in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for updating page header in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating page header in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/pagesetup/header",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "section",
          "Description": [
            "0:Left Section. 1:Center Section 2:Right Section"
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "script",
          "Description": [
            "Header format script."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "isFirstPage",
          "Description": [
            "Is first page(true/false)."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PageSetupController",
      "Name": "GetFooter",
      "Summary": [
        "Retrieve page footer description in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Retrieve page footer description in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining page footer description in the worksheet in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve page footer description in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining page footer description in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining page footer description in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/pagesetup/footer",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "PageSectionsResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "PageSectionsResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PageSetupController",
      "Name": "PostFooter",
      "Summary": [
        "Update page footer in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Update page footer in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for updating page footer in the worksheet, a process known for its intricacy.",
        "HeadTitle: Update page footer in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for updating page footer in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating page footer in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/pagesetup/footer",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "section",
          "Description": [
            "0:Left Section. 1:Center Section 2:Right Section"
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "script",
          "Description": [
            "Header format script."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "isFirstPage",
          "Description": [
            "Is first page(true/false)."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PageSetupController",
      "Name": "PostFitWideToPages",
      "Summary": [
        "Set the scale at which the page will fit wide when printed on the sheet."
      ],
      "Remarks": [
        "PageTitle: Set the scale at which the page will fit wide when printed on the sheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for setting the scale at which the page will fit wide when printed on the sheet, a process known for its intricacy.",
        "HeadTitle: Set page fit wide on the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for setting the scale at which the page will fit wide when printed on the sheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports setting the scale at which the page will fit wide when printed on the sheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/pagesetup/fitwidetopages",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PageSetupController",
      "Name": "PostFitTallToPages",
      "Summary": [
        "Set the scale at which the page will fit tall when printed on the sheet."
      ],
      "Remarks": [
        "PageTitle: Set the scale at which the page will fit tall when printed on the sheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for setting the scale at which the page will fit tall when printed on the sheet, a process known for its intricacy.",
        "HeadTitle: Set page fit tall on the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for setting the scale at which the page will fit tall when printed on the sheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports setting the scale at which the page will fit tall when printed on the sheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/pagesetup/fittalltopages",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PicturesController",
      "Name": "GetWorksheetPictures",
      "Summary": [
        "Retrieve descriptions of pictures in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Retrieve descriptions of pictures in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining descriptions of pictures in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve descriptions of pictures in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining descriptions of pictures in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining descriptions of pictures in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/pictures",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "PicturesResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "PicturesResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PicturesController",
      "Name": "GetWorksheetPictureWithFormat",
      "Summary": [
        "Retrieve a picture by number in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Retrieve a picture by number in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining a picture by number in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve a picture by number in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining a picture by number in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining a picture by number in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/pictures/{pictureNumber}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "pictureNumber",
          "Description": [
            "The picture index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "format",
          "Description": [
            "Picture conversion format(PNG/TIFF/JPEG/GIF/EMF/BMP)."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "Stream",
          "DataType": {
            "Identifier": "File"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PicturesController",
      "Name": "PutWorksheetAddPicture",
      "Summary": [
        "Add a new picture in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Add a new picture in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for adding a picture in the worksheet, a process known for its intricacy.",
        "HeadTitle: Add a new picture in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for adding a picture in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports adding a picture in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/pictures",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worsheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "picture",
          "Description": [
            "Pictute object"
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Picture"
          },
          "Group": "Body"
        },
        {
          "Name": "upperLeftRow",
          "Description": [
            "The image upper left row."
          ],
          "DefaultValue": 0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "upperLeftColumn",
          "Description": [
            "The image upper left column."
          ],
          "DefaultValue": 0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "lowerRightRow",
          "Description": [
            "The image low right row."
          ],
          "DefaultValue": 0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "lowerRightColumn",
          "Description": [
            "The image low right column."
          ],
          "DefaultValue": 0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "picturePath",
          "Description": [
            "The picture path, if not provided the picture data is inspected in the request body."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PicturesController",
      "Name": "AddPictureInCell",
      "Summary": [
        "add new picture in the cells."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/pictures/addPictureInCell",
      "Parameters": [
        {
          "Name": "name",
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "cellName",
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "picturePath",
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PicturesController",
      "Name": "PostWorksheetPicture",
      "Summary": [
        "Update a picture by index in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Update a picture by index in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for updating a picture by index in the worksheet, a process known for its intricacy.",
        "HeadTitle: Update a picture by index in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for updating a picture by index in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating a picture by index in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/pictures/{pictureIndex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "pictureIndex",
          "Description": [
            "The picture's index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "picture",
          "Description": [
            "Picture object description."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Picture"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PicturesController",
      "Name": "DeleteWorksheetPicture",
      "Summary": [
        "Delete a picture object by index in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Update a picture by index in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for updating a picture by index in the worksheet, a process known for its intricacy.",
        "HeadTitle: Update a picture by index in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for updating a picture by index in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating a picture by index in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/pictures/{pictureIndex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worsheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "pictureIndex",
          "Description": [
            "Picture index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PicturesController",
      "Name": "DeleteWorksheetPictures",
      "Summary": [
        "Delete all pictures in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Delete all pictures in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting all pictures in the worksheet, a process known for its intricacy.",
        "HeadTitle: Delete all pictures in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting all pictures in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting all pictures in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/pictures",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PivotTablesController",
      "Name": "GetWorksheetPivotTables",
      "Summary": [
        "Retrieve descriptions of pivottables  in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Retrieve descriptions of pivottables in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining descriptions of pivottables in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve descriptions of pivottables in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining descriptions of pivottables in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining descriptions of pivottables in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/pivottables",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "PivotTablesResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "PivotTablesResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PivotTablesController",
      "Name": "GetWorksheetPivotTable",
      "Summary": [
        "Retrieve PivotTable information by index in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Retrieve PivotTable information by index in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining PivotTable information by index in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve PivotTable information by index in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining PivotTable information by index in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining PivotTable information by index in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/pivottables/{pivottableIndex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "pivottableIndex",
          "Description": [
            "Gets the PivotTable report by index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "PivotTableResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "PivotTableResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PivotTablesController",
      "Name": "GetPivotTableField",
      "Summary": [
        "Retrieve descriptions of pivot fields in the PivotTable."
      ],
      "Remarks": [
        "PageTitle: Retrieve descriptions of pivot fields in the PivotTable.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining descriptions of pivot fields in the PivotTable, a process known for its intricacy.",
        "HeadTitle: Retrieve descriptions of pivot fields in the PivotTable.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining descriptions of pivot fields in the PivotTable, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining descriptions of pivot fields in the PivotTable and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/pivottables/{pivotTableIndex}/PivotField",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "pivotTableIndex",
          "Description": [
            "The PivotTable index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "pivotFieldIndex",
          "Description": [
            "The pivot field index of PivotTable."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "pivotFieldType",
          "Description": [
            "The field area type(column/row)."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "PivotFieldResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "PivotFieldResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PivotTablesController",
      "Name": "GetWorksheetPivotTableFilters",
      "Summary": [
        "Gets PivotTable filters in worksheet."
      ],
      "Remarks": [
        "PageTitle: Retrieve descriptions of pivot fields in the PivotTable.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining descriptions of pivot fields in the PivotTable, a process known for its intricacy.",
        "HeadTitle: Retrieve descriptions of pivot fields in the PivotTable.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining descriptions of pivot fields in the PivotTable, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining descriptions of pivot fields in the PivotTable and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/pivottables/{pivotTableIndex}/PivotFilters",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "pivotTableIndex",
          "Description": [
            "The PivotTable index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "PivotFiltersResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "PivotFiltersResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PivotTablesController",
      "Name": "GetWorksheetPivotTableFilter",
      "Summary": [
        "Retrieve PivotTable filters in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Retrieve PivotTable filters in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining descriptions of pivot fields in the PivotTable, a process known for its intricacy.",
        "HeadTitle: Retrieve PivotTable filters in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining descriptions of pivot fields in the PivotTable, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining descriptions of pivot fields in the PivotTable and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/pivottables/{pivotTableIndex}/PivotFilters/{filterIndex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "pivotTableIndex",
          "Description": [
            "The PivotTable index in the worksheet."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "filterIndex",
          "Description": [
            "The pivot filter index of PivotTable."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "PivotFilterResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "PivotFilterResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PivotTablesController",
      "Name": "PutWorksheetPivotTable",
      "Summary": [
        "Add a PivotTable in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Add a PivotTable in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for adding a PivotTable in the worksheet, a process known for its intricacy.",
        "HeadTitle: Add a PivotTable in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for adding a PivotTable in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports adding a PivotTable in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/pivottables",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "sourceData",
          "Description": [
            "The data for the new PivotTable cache."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "destCellName",
          "Description": [
            "The cell in the upper-left corner of the destination range for the PivotTable report."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "tableName",
          "Description": [
            "The name of the new PivotTable."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "useSameSource",
          "Description": [
            "Indicates whether using same data source when another existing PivotTable has used this data source. If the property is true, it will save memory."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PivotTablesController",
      "Name": "PutPivotTableField",
      "Summary": [
        "Add a pivot field in the PivotTable."
      ],
      "Remarks": [
        "PageTitle: Add a PivotTable in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for adding a PivotTable in the worksheet, a process known for its intricacy.",
        "HeadTitle: Add a PivotTable in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for adding a PivotTable in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports adding a PivotTable in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/pivottables/{pivotTableIndex}/PivotField",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "pivotTableIndex",
          "Description": [
            "The PivotTable index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "pivotFieldType",
          "Description": [
            "The fields area type."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "pivotTableFieldRequest",
          "Description": [
            "PivotTableFieldRequest The PivotTable field request."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "PivotTableFieldRequest"
          },
          "Group": "Body"
        },
        {
          "Name": "needReCalculate",
          "Description": [
            "Whether the specific PivotTable calculate(true/false)."
          ],
          "DefaultValue": false,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PivotTablesController",
      "Name": "PutWorksheetPivotTableFilter",
      "Summary": [
        "Add a pivot filter to the PivotTable."
      ],
      "Remarks": [
        "PageTitle: Add a pivot filter to the PivotTable.",
        "PageDescription: Aspose.Cells Cloud provides robust support for adding a PivotTable in the worksheet, a process known for its intricacy.",
        "HeadTitle: Add a pivot filter to the PivotTable.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for adding a PivotTable in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports adding a PivotTable in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/pivottables/{pivotTableIndex}/PivotFilters",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "pivotTableIndex",
          "Description": [
            "Gets the PivotTable report by index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "filter",
          "Description": [
            "PivotFilter Pivot filter description."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "PivotFilter"
          },
          "Group": "Body"
        },
        {
          "Name": "needReCalculate",
          "Description": [
            "Whether the specific PivotTable calculate(true/false)."
          ],
          "DefaultValue": false,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PivotTablesController",
      "Name": "PostPivotTableFieldHideItem",
      "Summary": [
        "Hide a pivot field item in the PivotTable."
      ],
      "Remarks": [
        "PageTitle: Hide a pivot field item in the PivotTable.",
        "PageDescription: Aspose.Cells Cloud provides robust support for hiding a pivot field item in the PivotTable, a process known for its intricacy.",
        "HeadTitle: Hide a pivot field item in the PivotTable.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for a pivot field item in the PivotTable, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports a pivot field item in the PivotTable and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/pivottables/{pivotTableIndex}/PivotField/Hide",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "pivotTableIndex",
          "Description": [
            "The PivotTable index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "pivotFieldType",
          "Description": [
            "Represents PivotTable field type(Undefined/Row/Column/Page/Data)."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "fieldIndex",
          "Description": [
            "The pivot field index."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "itemIndex",
          "Description": [
            "The index of the pivot item in the pivot field."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "isHide",
          "Description": [
            "Whether the specific PivotItem is hidden(true/false)."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "needReCalculate",
          "Description": [
            "Whether the specific PivotTable calculate(true/false)."
          ],
          "DefaultValue": false,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PivotTablesController",
      "Name": "PostPivotTableFieldMoveTo",
      "Summary": [
        "Move a pivot field in the PivotTable."
      ],
      "Remarks": [
        "PageTitle: Move a pivot field in the PivotTable.",
        "PageDescription: Aspose.Cells Cloud provides robust support for moving a pivot field in the PivotTable, a process known for its intricacy.",
        "HeadTitle: Move a pivot field in the PivotTable.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for moving a pivot field in the PivotTable, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports moving a pivot field in the PivotTable and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/pivottables/{pivotTableIndex}/PivotField/Move",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "pivotTableIndex",
          "Description": [
            "The PivotTable index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "fieldIndex",
          "Description": [
            "The pivot field index."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "from",
          "Description": [
            "The fields area type(Column/Row/Page/Data/Undefined)."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "to",
          "Description": [
            "The fields area type(Column/Row/Page/Data/Undefined)."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PivotTablesController",
      "Name": "PostPivotTableCellStyle",
      "Summary": [
        "Update cell style in the PivotTable."
      ],
      "Remarks": [
        "PageTitle: Update cell style in the PivotTable.",
        "PageDescription: Aspose.Cells Cloud provides robust support for updating cell style in the PivotTable, a process known for its intricacy.",
        "HeadTitle: Update cell style in the PivotTable.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for updating cell style in the PivotTable, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating cell style in the PivotTable and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/pivottables/{pivotTableIndex}/Format",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "pivotTableIndex",
          "Description": [
            "The PivotTable index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "column",
          "Description": [
            "The column index of the cell."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "row",
          "Description": [
            "The row index of the cell."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "style",
          "Description": [
            "Style Style description in request body."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Style"
          },
          "Group": "Body"
        },
        {
          "Name": "needReCalculate",
          "Description": [
            "Whether the specific PivotTable calculate(true/false)."
          ],
          "DefaultValue": false,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PivotTablesController",
      "Name": "PostPivotTableStyle",
      "Summary": [
        "Update style in the PivotTable."
      ],
      "Remarks": [
        "PageTitle: Update style in the PivotTable.",
        "PageDescription: Aspose.Cells Cloud provides robust support for updating style in the PivotTable, a process known for its intricacy.",
        "HeadTitle: Update style in the PivotTable.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for updating style in the PivotTable, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating style in the PivotTable and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/pivottables/{pivotTableIndex}/FormatAll",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "pivotTableIndex",
          "Description": [
            "The PivotTable index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "style",
          "Description": [
            "StyleStyle description in request body."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Style"
          },
          "Group": "Body"
        },
        {
          "Name": "needReCalculate",
          "Description": [
            "Whether the specific PivotTable calculate(true/false)."
          ],
          "DefaultValue": false,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PivotTablesController",
      "Name": "PostPivotTableUpdatePivotFields",
      "Summary": [
        "Update pivot fields in the PivotTable."
      ],
      "Remarks": [
        "PageTitle: Update pivot fields in the PivotTable.",
        "PageDescription: Aspose.Cells Cloud provides robust support for updating pivot fields in the PivotTable, a process known for its intricacy.",
        "HeadTitle: Update pivot fields in the PivotTable.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for updating pivot fields in the PivotTable, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating pivot fields in the PivotTable and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/pivottables/{pivotTableIndex}/PivotFields",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "pivotTableIndex",
          "Description": [
            "The PivotTable index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "pivotFieldType",
          "Description": [
            "Represents PivotTable field type(Undefined/Row/Column/Page/Data)."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "pivotField",
          "Description": [
            "PivotFieldRepresents pivot field."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "PivotField"
          },
          "Group": "Body"
        },
        {
          "Name": "needReCalculate",
          "Description": [
            "Whether the specific PivotTable calculate(true/false)."
          ],
          "DefaultValue": false,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PivotTablesController",
      "Name": "PostPivotTableUpdatePivotField",
      "Summary": [
        "Update pivot field in the PivotTable."
      ],
      "Remarks": [
        "PageTitle: Update pivot field in the PivotTable.",
        "PageDescription: Aspose.Cells Cloud provides robust support for updating pivot field in the PivotTable, a process known for its intricacy.",
        "HeadTitle: Update pivot field in the PivotTable.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for updating pivot field in the PivotTable, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating pivot field in the PivotTable and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/pivottables/{pivotTableIndex}/PivotFields/{pivotFieldIndex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "pivotTableIndex",
          "Description": [
            "The PivotTable index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "pivotFieldIndex",
          "Description": [
            "The pivot field index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "pivotFieldType",
          "Description": [
            "Represents PivotTable field type(Undefined/Row/Column/Page/Data)."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "pivotField",
          "Description": [
            "Represents pivot field."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "PivotField"
          },
          "Group": "Body"
        },
        {
          "Name": "needReCalculate",
          "Description": [
            "Whether the specific PivotTable calculate(true/false)."
          ],
          "DefaultValue": false,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PivotTablesController",
      "Name": "PostWorksheetPivotTableCalculate",
      "Summary": [
        "Calculate pivottable's data to cells."
      ],
      "Remarks": [
        "PageTitle: Calculate pivottable's data to cells.",
        "PageDescription: Aspose.Cells Cloud provides robust support for calculating pivottable's data to cells, a process known for its intricacy.",
        "HeadTitle: Calculate pivottable's data to cells.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for calculating pivottable's data to cells, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports calculating pivottable's data to cells and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/pivottables/{pivotTableIndex}/Calculate",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "pivotTableIndex",
          "Description": [
            "Gets the PivotTable report by index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PivotTablesController",
      "Name": "PostWorksheetPivotTableMove",
      "Summary": [
        "Move PivotTable in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Move PivotTable in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for moving PivotTable in the worksheet, a process known for its intricacy.",
        "HeadTitle: Move PivotTable in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for moving PivotTable in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports moving PivotTable in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/pivottables/{pivotTableIndex}/Move",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "pivotTableIndex",
          "Description": [
            "Gets the PivotTable report by index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "row",
          "Description": [
            "Row index."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "column",
          "Description": [
            "Column index."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "destCellName",
          "Description": [
            "The dest cell name."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PivotTablesController",
      "Name": "DeleteWorksheetPivotTables",
      "Summary": [
        "Delete PivotTables in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Delete PivotTables in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting PivotTables in the worksheet, a process known for its intricacy.",
        "HeadTitle: Delete PivotTables in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting PivotTables in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting PivotTables in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/pivottables",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PivotTablesController",
      "Name": "DeleteWorksheetPivotTable",
      "Summary": [
        "Delete PivotTable by index in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Delete PivotTable by index in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting PivotTable by index in the worksheet, a process known for its intricacy.",
        "HeadTitle: Delete PivotTable by index in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting PivotTable by index in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting PivotTable by index in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/pivottables/{pivotTableIndex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "pivotTableIndex",
          "Description": [
            "Gets the PivotTable report by index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PivotTablesController",
      "Name": "DeletePivotTableField",
      "Summary": [
        "Delete a pivot field in the PivotTable."
      ],
      "Remarks": [
        "PageTitle: Delete a pivot field in the PivotTable.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting a pivot field in the PivotTable, a process known for its intricacy.",
        "HeadTitle: Delete a pivot field in the PivotTable.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting a pivot field in the PivotTable, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting a pivot field in the PivotTable and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/pivottables/{pivotTableIndex}/PivotField",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "pivotTableIndex",
          "Description": [
            "Gets the PivotTable report by index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "pivotFieldType",
          "Description": [
            "The fields area type."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "pivotTableFieldRequest",
          "Description": [
            "PivotTableFieldRequest PivotTable field request."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "PivotTableFieldRequest"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PivotTablesController",
      "Name": "DeleteWorksheetPivotTableFilters",
      "Summary": [
        "Delete all pivot filters in the PivotTable."
      ],
      "Remarks": [
        "PageTitle: Delete all pivot filters in the PivotTable.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting all pivot filters in the PivotTable, a process known for its intricacy.",
        "HeadTitle:Delete all pivot filters in the PivotTable.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting all pivot filters in the PivotTable, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting all pivot filters in the PivotTable and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/pivottables/{pivotTableIndex}/PivotFilters",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "pivotTableIndex",
          "Description": [
            "The PivotTable index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "needReCalculate",
          "Description": [
            "Whether the specific PivotTable calculate(true/false)."
          ],
          "DefaultValue": false,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PivotTablesController",
      "Name": "DeleteWorksheetPivotTableFilter",
      "Summary": [
        "Delete a pivot filter in the PivotTable."
      ],
      "Remarks": [
        "PageTitle: Delete a pivot filter in the PivotTable.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting a pivot filter in the PivotTable, a process known for its intricacy.",
        "HeadTitle:Delete a pivot filter in the PivotTable.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting a pivot filter in the PivotTable, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting a pivot filter in the PivotTable and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/pivottables/{pivotTableIndex}/PivotFilters/{fieldIndex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "pivotTableIndex",
          "Description": [
            "Gets the PivotTable report by index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "fieldIndex",
          "Description": [
            "Gets the PivotField Object at the specific index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "needReCalculate",
          "Description": [
            "Whether the specific PivotTable calculate(true/false)."
          ],
          "DefaultValue": false,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PropertiesController",
      "Name": "GetDocumentProperties",
      "Summary": [
        "Retrieve descriptions of Excel file properties."
      ],
      "Remarks": [
        "PageTitle:  Retrieve descriptions of Excel file properties.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining descriptions of Excel file properties, a process known for its intricacy.",
        "HeadTitle: Retrieve descriptions of Excel file properties.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining descriptions of Excel file properties, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining descriptions of Excel file properties and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/documentproperties",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "type",
          "Description": [
            "Excel property type."
          ],
          "DefaultValue": "All",
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsDocumentPropertiesResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsDocumentPropertiesResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PropertiesController",
      "Name": "PutDocumentProperty",
      "Summary": [
        "Set or add an Excel property."
      ],
      "Remarks": [
        "PageTitle: Set or add an Excel property.",
        "PageDescription: Aspose.Cells Cloud provides robust support for setting or adding an Excel property, a process known for its intricacy.",
        "HeadTitle: Set or add an Excel property.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for setting or adding an Excel property, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports setting or adding an Excel property and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/documentproperties",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "property",
          "Description": [
            "Get or set the value of the property."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsDocumentProperty"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PropertiesController",
      "Name": "GetDocumentProperty",
      "Summary": [
        "Get Excel property by name."
      ],
      "Remarks": [
        "PageTitle: Get Excel property by name.",
        "PageDescription: Aspose.Cells Cloud provides robust support for getting Excel property by name, a process known for its intricacy.",
        "HeadTitle: Get Excel property by name.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for getting Excel property by name, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports getting Excel property by name and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/documentproperties/{propertyName}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "propertyName",
          "Description": [
            "The property name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsDocumentPropertyResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsDocumentPropertyResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PropertiesController",
      "Name": "DeleteDocumentProperty",
      "Summary": [
        "Delete an Excel property."
      ],
      "Remarks": [
        "PageTitle: Delete an Excel property.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting an Excel property by name, a process known for its intricacy.",
        "HeadTitle:  Delete an Excel property.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting an Excel property by name, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting an Excel property by name and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/documentproperties/{propertyName}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "propertyName",
          "Description": [
            "The property name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "type",
          "DefaultValue": "All",
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "PropertiesController",
      "Name": "DeleteDocumentProperties",
      "Summary": [
        "Delete all custom document properties and reset built-in ones."
      ],
      "Remarks": [
        "PageTitle: Delete all custom document properties and reset built-in ones.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting all custom document properties and resetting built-in ones, a process known for its intricacy.",
        "HeadTitle:  Delete all custom document properties and reset built-in ones.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting all custom document properties and resetting built-in ones, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting all custom document properties and resetting built-in ones and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/documentproperties",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ProtectionController",
      "Name": "PostDigitalSignature",
      "Summary": [
        "Excel file digital signature."
      ],
      "Remarks": [
        "PageTitle: Excel file digital signature.",
        "PageDescription: Aspose.Cells Cloud provides robust support for Excel file digital signature, a process that is an electronic, encrypted, stamp of authentication on Excel files.",
        "HeadTitle: Excel file digital signature.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for Excel file digital signature, a process  that is an electronic, encrypted, stamp of authentication on Excel files. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadContent: Aspose.Cells Cloud provides  REST API which supports Excel file digital signature and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/digitalsignature",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "digitalsignaturefile",
          "Description": [
            "The digital signature file path should include both the folder and the file name, along with the extension."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ProtectionController",
      "Name": "PostEncryptWorkbook",
      "Summary": [
        "Excel Encryption."
      ],
      "Remarks": [
        "PageTitle: Excel file encryption.",
        "PageDescription: Aspose.Cells Cloud provides robust support for Excel file encryption, a process that is an important part of your Excel file protection and information protection strategy.",
        "HeadTitle: Excel file encryption.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for Excel file encryption, a process that is  an important part of your Excel file protection and information protection strategy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadContent: Aspose.Cells Cloud provides  REST API which supports Excel file encryption and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/encryption",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "encryption",
          "Description": [
            "WorkbookEncryptionRequestEncryption parameters."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "WorkbookEncryptionRequest"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ProtectionController",
      "Name": "DeleteDecryptWorkbook",
      "Summary": [
        "Excel files decryption."
      ],
      "Remarks": [
        "PageTitle: Excel file decryption.",
        "PageDescription: Aspose.Cells Cloud provides robust support for Excel file decryption.",
        "HeadTitle: Excel file decryption.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for Excel file decryption",
        "HeadContent: Aspose.Cells Cloud provides  REST API which supports Excel file decryption and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/encryption",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "encryption",
          "Description": [
            "WorkbookEncryptionRequestEncryption parameters."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "WorkbookEncryptionRequest"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ProtectionController",
      "Name": "PostProtectWorkbook",
      "Summary": [
        "Excel protection."
      ],
      "Remarks": [
        "PageTitle: Excel file protection.",
        "PageDescription: Aspose.Cells Cloud provides robust support for Excel file protection, a process that is an important part of your Excel file protection and information protection strategy.",
        "HeadTitle: Excel file protection.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for Excel file protection, a process that is  an important part of your Excel file protection and information protection strategy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadContent: Aspose.Cells Cloud provides  REST API which supports Excel file protection and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/protection",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "protectWorkbookRequest",
          "Description": [
            "The protection settings."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ProtectWorkbookRequest"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ProtectionController",
      "Name": "DeleteUnProtectWorkbook",
      "Summary": [
        "Excel unprotection."
      ],
      "Remarks": [
        "PageTitle: Excel file unprotection.",
        "PageDescription: Aspose.Cells Cloud provides robust support for Excel file unprotection.",
        "HeadTitle: Excel file unprotection.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for Excel file unprotection",
        "HeadContent: Aspose.Cells Cloud provides  REST API which supports Excel file unprotection and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/protection",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "password",
          "Description": [
            "Protection settings, only password can be specified."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ProtectionController",
      "Name": "PutDocumentProtectFromChanges",
      "Summary": [
        "Excel file write protection."
      ],
      "Remarks": [
        "PageTitle: Excel file unprotection.",
        "PageDescription: Aspose.Cells Cloud provides robust support for Excel file unprotection.",
        "HeadTitle: Excel file unprotection.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for Excel file unprotection",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports Excel file unprotection and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/writeProtection",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "PasswordRequest"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ProtectionController",
      "Name": "DeleteDocumentUnProtectFromChanges",
      "Summary": [
        "Excel file cancel write protection."
      ],
      "Remarks": [
        "PageTitle: Excel file cancel write protection.",
        "PageDescription: Aspose.Cells Cloud provides robust support for Excel file cancel write protection.",
        "HeadTitle: Excel file cancel write protection.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for Excel file unprotection",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports Excel file unprotection and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/writeProtection",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ProtectionController",
      "Name": "PostUnlock",
      "Summary": [
        "Unlock Excel files."
      ],
      "Remarks": [
        "PageTitle: Unlock Excel files.",
        "PageDescription: Aspose.Cells Cloud provides robust support for unlocking Excel files.",
        "HeadTitle: Unlock Excel files.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for unlocking Excel files.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports unlocking Excel files and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/unlock",
      "Parameters": [
        {
          "Name": "LocalPath",
          "Description": [
            "File to upload"
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "File"
          },
          "Group": "FormData"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FilesResult",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FilesResult"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ProtectionController",
      "Name": "PostLock",
      "Summary": [
        "Lock Excel files."
      ],
      "Remarks": [
        "PageTitle: Lock Excel files.",
        "PageDescription: Aspose.Cells Cloud provides robust support for locking Excel files.",
        "HeadTitle: Lock Excel files.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for locking Excel files.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports locking Excel files and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/lock",
      "Parameters": [
        {
          "Name": "LocalPath",
          "Description": [
            "File to upload"
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "File"
          },
          "Group": "FormData"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FilesResult",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FilesResult"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ProtectionController",
      "Name": "PostProtect",
      "Summary": [
        "Excel files encryption."
      ],
      "Remarks": [
        "PageTitle: Excel files encryption.",
        "PageDescription: Aspose.Cells Cloud provides robust support for Excel file encryption, a process that is an important part of your Excel file protection and information protection strategy.",
        "HeadTitle: Excel files encryption.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for Excel file encryption, a process that is  an important part of your Excel file protection and information protection strategy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.",
        "HeadContent: Aspose.Cells Cloud provides  REST API which supports Excel file encryption and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/protect",
      "Parameters": [
        {
          "Name": "LocalPath",
          "Description": [
            "File to upload"
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "File"
          },
          "Group": "FormData"
        },
        {
          "Name": "protectWorkbookRequest",
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ProtectWorkbookRequest"
          },
          "Group": "Body"
        },
        {
          "Name": "password",
          "Description": [
            "The password needed to open an Excel file."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FilesResult",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FilesResult"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "RangesController",
      "Name": "PostWorksheetCellsRangesCopy",
      "Summary": [
        "Copy content from the source range to the destination range in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Copy content from the source range to the destination range in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for copying content from the source range to the destination range in the worksheet, a process known for its intricacy.",
        "HeadTitle: Copy content from the source range to the destination range in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for copying content from the source range to the destination range in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports copying content from the source range to the destination range in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/ranges/copy",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "rangeOperate",
          "Description": [
            "RangeCopyRequestcopydata,copystyle,copyto,copyvalue"
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "RangeCopyRequest"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "Original workbook folder."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "Storage name."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "RangesController",
      "Name": "PostWorksheetCellsRangeMerge",
      "Summary": [
        "Merge a range of cells into a single cell."
      ],
      "Remarks": [
        "PageTitle: Merge a range of cells into a single cell.",
        "PageDescription: Aspose.Cells Cloud provides robust support for merging a range of cells into a single cell in the worksheet, a process known for its intricacy.",
        "HeadTitle: Merge a range of cells into a single cell.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for merging a range of cells into a single cell in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports merging a range of cells into a single cell in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/ranges/merge",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "range",
          "Description": [
            "Rangerange description."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Range"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "Original workbook folder."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "Storage name."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "RangesController",
      "Name": "PostWorksheetCellsRangeUnMerge",
      "Summary": [
        "Unmerge merged cells within this range."
      ],
      "Remarks": [
        "PageTitle: Unmerge merged cells within this range.",
        "PageDescription: Aspose.Cells Cloud provides robust support for unmerging merged cells within this range in the worksheet, a process known for its intricacy.",
        "HeadTitle: Unmerge merged cells within this range.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for unmerging merged cells within this range in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports unmerging merged cells within this range in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/ranges/unmerge",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "range",
          "Description": [
            "Range range description."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Range"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "Original workbook folder."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "Storage name."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "RangesController",
      "Name": "PostWorksheetCellsRangeStyle",
      "Summary": [
        "Set the style for the specified range."
      ],
      "Remarks": [
        "PageTitle: Set the style for the specified range.",
        "PageDescription: Aspose.Cells Cloud provides robust support for setting the style for the specified range in the worksheet, a process known for its intricacy.",
        "HeadTitle: Set the style for the specified range.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for setting the style for the specified range in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports setting the style for the specified range in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/ranges/style",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "rangeOperate",
          "Description": [
            "RangeSetStyleRequest Range Set Style Request "
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "RangeSetStyleRequest"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "Original workbook folder."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "Storage name."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "RangesController",
      "Name": "GetWorksheetCellsRangeValue",
      "Summary": [
        "Retrieve the values of cells within the specified range."
      ],
      "Remarks": [
        "PageTitle: Set the style for the specified range.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining the values of cells within the specified range in the worksheet, a process known for its intricacy.",
        "HeadTitle: Set the style for the specified range.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining the values of cells within the specified range in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining the values of cells within the specified range in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/ranges/value",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "namerange",
          "Description": [
            "The range name."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "firstRow",
          "Description": [
            "Gets the index of the first row of the range."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "firstColumn",
          "Description": [
            "Gets the index of the first columnn of the range."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "rowCount",
          "Description": [
            "Gets the count of rows in the range."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "columnCount",
          "Description": [
            "Gets the count of columns in the range."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "Original workbook folder."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "Storage name."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "RangeValueResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "RangeValueResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "RangesController",
      "Name": "PostWorksheetCellsRangeValue",
      "Summary": [
        "Assign a value to the range; if necessary, the value will be converted to another data type, and the cell's number format will be reset."
      ],
      "Remarks": [
        "PageTitle: Assign a value to the range; if necessary, the value will be converted to another data type, and the cell's number format will be reset.",
        "PageDescription: Aspose.Cells Cloud provides robust support for assigning a value to the range in the worksheet, a process known for its intricacy.",
        "HeadTitle: Assign a value to the range; if necessary, the value will be converted to another data type, and the cell's number format will be reset.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for assigning a value to the range in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports assigning a value to the range in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/ranges/value",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "range",
          "Description": [
            "The range in worksheet. "
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Range"
          },
          "Group": "Body"
        },
        {
          "Name": "Value",
          "Description": [
            "Input value."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "isConverted",
          "Description": [
            "True: converted to other data type if appropriate."
          ],
          "DefaultValue": false,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "setStyle",
          "Description": [
            "True: set the number format to cell's style when converting to other data type."
          ],
          "DefaultValue": false,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "Original workbook folder."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "Storage name."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "RangesController",
      "Name": "PostWorksheetCellsRangeMoveTo",
      "Summary": [
        "Move the current range to the destination range."
      ],
      "Remarks": [
        "PageTitle: Move the current range to the destination range.",
        "PageDescription: Aspose.Cells Cloud provides robust support for moving the current range to the destination range in the worksheet, a process known for its intricacy.",
        "HeadTitle: Move the current range to the destination range.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for moving the current range to the destination range in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports moving the current range to the destination range in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/ranges/moveto",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "range",
          "Description": [
            "range in worksheet "
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Range"
          },
          "Group": "Body"
        },
        {
          "Name": "destRow",
          "Description": [
            "The start row of the dest range."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "destColumn",
          "Description": [
            "The start column of the dest range."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "Original workbook folder."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "Storage name."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "RangesController",
      "Name": "PostWorksheetCellsRangeSort",
      "Summary": [
        "Perform data sorting around a range of cells."
      ],
      "Remarks": [
        "PageTitle: Perform data sorting around a range of cells.",
        "PageDescription: Aspose.Cells Cloud provides robust support for performing data sorting around a range of cells in the worksheet, a process known for its intricacy.",
        "HeadTitle: Perform data sorting around a range of cells.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for performing data sorting around a range of cells in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports performing data sorting around a range of cells in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/ranges/sort",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "rangeSortRequest",
          "Description": [
            "RangeSortRequest Range Sort Request "
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "RangeSortRequest"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "Original workbook folder."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "Storage name."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "RangesController",
      "Name": "PostWorksheetCellsRangeOutlineBorder",
      "Summary": [
        "Apply an outline border around a range of cells."
      ],
      "Remarks": [
        "PageTitle: Apply an outline border around a range of cells",
        "PageDescription: Aspose.Cells Cloud provides robust support for applying an outline border around a range of cells in the worksheet, a process known for its intricacy.",
        "HeadTitle: Apply an outline border around a range of cells",
        "HeadSummary: Aspose.Cells Cloud provides robust support for applying an outline border around a range of cells in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports applying an outline border around a range of cells in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/ranges/outlineBorder",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "rangeOperate",
          "Description": [
            "RangeSetOutlineBorderRequest Range Set OutlineBorder Request."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "RangeSetOutlineBorderRequest"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "Original workbook folder."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "Storage name."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "RangesController",
      "Name": "PostWorksheetCellsRangeColumnWidth",
      "Summary": [
        "Set the column width of the specified range."
      ],
      "Remarks": [
        "PageTitle: Set the column width of the specified range.",
        "PageDescription: Aspose.Cells Cloud provides robust support for setting the column width of the specified range in the worksheet, a process known for its intricacy.",
        "HeadTitle: Set the column width of the specified range.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for setting the column width of the specified range in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports setting the column width of the specified range in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/ranges/columnWidth",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "range",
          "Description": [
            "Range The range object."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Range"
          },
          "Group": "Body"
        },
        {
          "Name": "value",
          "Description": [
            "Sets the column width of this range."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Floating"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "Original workbook folder."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "Storage name."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "RangesController",
      "Name": "PostWorksheetCellsRangeRowHeight",
      "Summary": [
        "Sets row height of range."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/ranges/rowHeight",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "range",
          "Description": [
            "The range object."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Range"
          },
          "Group": "Body"
        },
        {
          "Name": "value",
          "Description": [
            "Sets the column height of this range."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Floating"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "Original workbook folder."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "Storage name."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "RangesController",
      "Name": "PostWorksheetCellsRangeToImage",
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/ranges/convertToImage",
      "Parameters": [
        {
          "Name": "name",
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "rangeConvertRequest",
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "RangeConvertRequest"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "Stream",
          "DataType": {
            "Identifier": "File"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "RangesController",
      "Name": "PutWorksheetCellsRange",
      "Summary": [
        "Insert a range of cells and shift existing cells based on the specified shift option."
      ],
      "Remarks": [
        "PageTitle: Insert a range of cells and shift existing cells based on the specified shift option.",
        "PageDescription: Aspose.Cells Cloud provides robust support for inserting a range of cells and shift existing cells based on the specified shift option in the worksheet, a process known for its intricacy.",
        "HeadTitle: Insert a range of cells and shift existing cells based on the specified shift option.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for inserting a range of cells and shift existing cells based on the specified shift option in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports inserting a range of cells and shift existing cells based on the specified shift option in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/ranges",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "range",
          "Description": [
            "The range object."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "shift",
          "Description": [
            "Represent the shift options when deleting a range of cells(Down/Left/None/Right/Up)."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "Original workbook folder."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "Storage name."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "RangesController",
      "Name": "DeleteWorksheetCellsRange",
      "Summary": [
        "Delete a range of cells and shift existing cells based on the specified shift option."
      ],
      "Remarks": [
        "PageTitle: Delete a range of cells and shift existing cells based on the specified shift option.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting a range of cells and shift existing cells based on the specified shift option in the worksheet, a process known for its intricacy.",
        "HeadTitle: Delete a range of cells and shift existing cells based on the specified shift option.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting a range of cells and shift existing cells based on the specified shift option in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting a range of cells and shift existing cells based on the specified shift option in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/ranges",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "range",
          "Description": [
            "The range object."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "shift",
          "Description": [
            "Represent the shift options when deleting a range of cells(Down/Left/None/Right/Up)."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "Original workbook folder."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "Storage name."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ShapesController",
      "Name": "GetWorksheetShapes",
      "Summary": [
        "Retrieve descriptions of shapes in the worksheet."
      ],
      "Remarks": [
        "PageTitle:  Retrieve descriptions of shapes in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining descriptions of shapes in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve descriptions of shapes in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining descriptions of shapes in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining descriptions of shapes in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/shapes",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "ShapesResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "ShapesResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ShapesController",
      "Name": "GetWorksheetShape",
      "Summary": [
        "Retrieve description of shape in the worksheet."
      ],
      "Remarks": [
        "PageTitle:  Retrieve description of shape in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining description of shape in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve description of shape in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining description of shape in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining description of shape in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/shapes/{shapeindex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "shapeindex",
          "Description": [
            "shape index in worksheet shapes."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "ShapeResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "ShapeResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ShapesController",
      "Name": "PutWorksheetShape",
      "Summary": [
        "Add a shape in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Add a shape in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for adding a shape in the worksheet, a process known for its intricacy.",
        "HeadTitle: Add a shape in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for adding a shape in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports adding a shape in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/shapes",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "shapeDTO",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Shape"
          },
          "Group": "Body"
        },
        {
          "Name": "DrawingType",
          "Description": [
            "Shape object type"
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "upperLeftRow",
          "Description": [
            "Upper left row index."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "upperLeftColumn",
          "Description": [
            "Upper left column index."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "top",
          "Description": [
            "Represents the vertical offset of Spinner from its left row, in unit of pixel."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "left",
          "Description": [
            "Represents the horizontal offset of Spinner from its left column, in unit of pixel."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "width",
          "Description": [
            "Represents the height of Spinner, in unit of pixel."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "height",
          "Description": [
            "Represents the width of Spinner, in unit of pixel."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ShapesController",
      "Name": "DeleteWorksheetShapes",
      "Summary": [
        "Delete all shapes in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Delete all shapes in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting all shapes in the worksheet, a process known for its intricacy.",
        "HeadTitle: Delete all shapes in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting all shapes in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting all shapes in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/shapes",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ShapesController",
      "Name": "DeleteWorksheetShape",
      "Summary": [
        "Delete a shape in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Delete a shape in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting a shape in the worksheet, a process known for its intricacy.",
        "HeadTitle: Delete a shape in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting a shape in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting a shape in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/shapes/{shapeindex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "shapeindex",
          "Description": [
            "shape index in worksheet shapes."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ShapesController",
      "Name": "PostWorksheetShape",
      "Summary": [
        "Update a shape in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Update a shape in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for updating a shape in the worksheet, a process known for its intricacy.",
        "HeadTitle: Update a shape in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for updating a shape in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating a shape in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/shapes/{shapeindex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "shapeindex",
          "Description": [
            "shape index in worksheet shapes."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "dto",
          "Description": [
            "The shape description."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Shape"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ShapesController",
      "Name": "PostWorksheetGroupShape",
      "Summary": [
        "Group shapes in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Group shapes in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for grouping shapes in the worksheet, a process known for its intricacy.",
        "HeadTitle: Group shapes in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for grouping shapes in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports grouping shapes in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/shapes/group",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "listShape",
          "Description": [
            "Shape index array."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Array",
            "ElementDataType": {
              "Identifier": "Integer"
            }
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "ShapesController",
      "Name": "PostWorksheetUngroupShape",
      "Summary": [
        "Ungroup shapes in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Ungroup a shape in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for ungrouping a shape in the worksheet, a process known for its intricacy.",
        "HeadTitle: Ungroup a shape in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for ungrouping a shape in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports ungrouping a shape in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/shapes/{shapeindex}/ungroup",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "shapeindex",
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "SparklineGroupsController",
      "Name": "GetWorksheetSparklineGroups",
      "Summary": [
        "Retrieve descriptions of sparkline groups in the worksheet."
      ],
      "Remarks": [
        "PageTitle:  Retrieve descriptions of sparkline groups in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining descriptions of sparkline groups in a worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve descriptions of sparkline groups in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining descriptions of sparkline groups in a worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining descriptions of sparkline groups in a worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/sparklineGroups",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "SparklineGroupsResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "SparklineGroupsResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "SparklineGroupsController",
      "Name": "GetWorksheetSparklineGroup",
      "Summary": [
        "Retrieve description of a sparkline group in the worksheet."
      ],
      "Remarks": [
        "PageTitle:  Retrieve description of a sparkline group in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining description of a sparkline group  in a worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve description of a sparkline group in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining description of a sparkline group  in a worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining description of a sparkline group in a worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/sparklineGroups/{sparklineIndex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sparklineIndex",
          "Description": [
            "The zero based index of the element."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "SparklineGroupResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "SparklineGroupResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "SparklineGroupsController",
      "Name": "DeleteWorksheetSparklineGroups",
      "Summary": [
        "Delete sparkline groups in the worksheet."
      ],
      "Remarks": [
        "PageTitle:  Delete sparkline groups in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining description of a sparkline group  in a worksheet, a process known for its intricacy.",
        "HeadTitle: Delete sparkline groups in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining description of a sparkline group  in a worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining description of a sparkline group in a worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/sparklineGroups",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "SparklineGroupsController",
      "Name": "DeleteWorksheetSparklineGroup",
      "Summary": [
        "Delete a sparkline group in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Delete a sparkline group in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting a sparkline group in a worksheet, a process known for its intricacy.",
        "HeadTitle: Delete a sparkline group in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting a sparkline group in a worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting a sparkline group in a worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/sparklineGroups/{sparklineIndex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sparklineIndex",
          "Description": [
            "The zero based index of the element."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "SparklineGroupsController",
      "Name": "PutWorksheetSparklineGroup",
      "Summary": [
        "Add a sparkline group in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Add a sparkline group in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for adding a sparkline group in a worksheet, a process known for its intricacy.",
        "HeadTitle: Add a sparkline group in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for adding a sparkline group in a worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports adding a sparkline group in a worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/sparklineGroups",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "type",
          "Description": [
            "Represents the sparkline types(Line/Column/Stacked)."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "dataRange",
          "Description": [
            "Specifies the data range of the sparkline group."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "isVertical",
          "Description": [
            "Specifies whether to plot the sparklines from the data range by row or by column."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "locationRange",
          "Description": [
            "Specifies where the sparklines to be placed."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "SparklineGroupsController",
      "Name": "PostWorksheetSparklineGroup",
      "Summary": [
        "Update a sparkline group in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Update a sparkline group in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for updating a sparkline group in a worksheet, a process known for its intricacy.",
        "HeadTitle: Update a sparkline group in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for updating a sparkline group in a worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating a sparkline group in a worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/sparklineGroups/{sparklineGroupIndex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sparklineGroupIndex",
          "Description": [
            "The zero based index of the element."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "sparklineGroup",
          "Description": [
            "Spark line group description."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "SparklineGroup"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "StatisticalCharactersController",
      "Name": "PostCharacterCount",
      "HttpMethod": "POST",
      "Path": "/cells/charactercount",
      "Parameters": [
        {
          "Name": "characterCountOptions",
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CharacterCountOptions"
          },
          "Group": "Body"
        }
      ],
      "Responses": [
        {
          "Name": "String",
          "DataType": {
            "Identifier": "String"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "StatisticalCharactersController",
      "Name": "PostWordsCount",
      "HttpMethod": "POST",
      "Path": "/cells/wordscount",
      "Parameters": [
        {
          "Name": "wordsCountOptions",
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "WordsCountOptions"
          },
          "Group": "Body"
        }
      ],
      "Responses": [
        {
          "Name": "String",
          "DataType": {
            "Identifier": "String"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "StatisticalCharactersController",
      "Name": "PostSpecifyWordsCount",
      "HttpMethod": "POST",
      "Path": "/cells/specifywordscount",
      "Parameters": [
        {
          "Name": "specifyWordsCountOptions",
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "SpecifyWordsCountOptions"
          },
          "Group": "Body"
        }
      ],
      "Responses": [
        {
          "Name": "String",
          "DataType": {
            "Identifier": "String"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "TaskController",
      "Name": "PostRunTask",
      "Summary": [
        "Run tasks."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/task/runtask",
      "Parameters": [
        {
          "Name": "TaskData",
          "Description": [
            "Task Data Descrition"
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "TaskData"
          },
          "Group": "Body"
        }
      ],
      "Responses": [
        {
          "Name": "Stream",
          "DataType": {
            "Identifier": "File"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "TextProcessingController",
      "Name": "PostAddTextContent",
      "Summary": [
        "Adds text content to a specified location within a document. It requires an object that defines the text to be added and the insertion location."
      ],
      "Remarks": [
        "This method safely appends new text to specified content, supporting multiple insertion modes and format handling.",
        "Supports multiple insertion modes:",
        "- Add text to the beginning of selected cells:   Prepend text to all selected cells, ensuring consistency in your data entry.This option is perfect for adding common identifiers or labels to a column of data, such as product codes, categories, or prefixes.",
        "- Insert characters before or after specific text: Tailor your data presentation by placing characters before or after specified text in the selected cells. This allows you to create structured and organized content with ease.",
        "- Append same text to the end of every selected cell: Add the same text to the end of multiple cells in one go. This simplifies data entry and ensures a uniform appearance throughout your document.",
        "- Insert text before or after a specified number of characters: Precision meets convenience as you add certain text after a specified number of characters from the beginning or from the end of every cell in the target range.",
        "Typical use cases include:"
      ],
      "HttpMethod": "POST",
      "Path": "/cells/addtext",
      "Parameters": [
        {
          "Name": "addTextOptions",
          "Description": [
            "that specifies the text content and the position where the text should be added."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "AddTextOptions"
          },
          "Group": "Body"
        }
      ],
      "Responses": [
        {
          "Name": "FileInfo",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "TextProcessingController",
      "Name": "PostTrimContent",
      "Summary": [
        "The PostTrimContent API is designed to process and trim content within a specified range in a spreadsheet. This API allows users to remove extra spaces, line breaks, or other unnecessary characters from the content of selected cells. It is particularly useful for cleaning up data entries and ensuring consistency in spreadsheet formatting"
      ],
      "Remarks": [
        "Efficiency: The API efficiently trims content within the specified range, ensuring that only the designated cells are processed. This targeted approach saves time and resources by avoiding unnecessary operations on the entire worksheet.",
        "Flexibility: Users can define the exact range of cells to be processed, providing flexibility in handling different data sets and requirements.",
        "Data Integrity: By removing extra spaces and line breaks, the API helps maintain data integrity and consistency, which is crucial for accurate data analysis and reporting.",
        "Ease of Use: The API is easy to integrate into existing workflows and can be used with minimal setup, making it accessible for both developers and end-users"
      ],
      "HttpMethod": "POST",
      "Path": "/cells/trimcontent",
      "Parameters": [
        {
          "Name": "trimContentOptions",
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "TrimContentOptions"
          },
          "Group": "Body"
        }
      ],
      "Responses": [
        {
          "Name": "FileInfo",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "TextProcessingController",
      "Name": "PostUpdateWordCase",
      "Summary": [
        "Managing inconsistent text case in spreadsheets (Excel, Google Sheets, CSV) can be frustrating, especially with large datasets. The PostUpdateWordCase WEB API solves this by automating text case conversions, ensuring clean and standardized data."
      ],
      "Remarks": [
        "This method applies case conversion to text based on the specified formatting rule (e.g., uppercase, lowercase, title case, or sentence case). It ensures consistent text formatting for use cases such as:",
        "- Standardizing product SKUs, invoice IDs, or codes(e.g. \"inv_123\" -&gt; \"INV_123\").",
        "- Preparing user input(e.g., emails, names) for database storage or CRM imports.",
        "- Formatting document titles, report headers, or display text.",
        "Note:",
        "- For sentence case, ensure proper sentence boundary detection (e.g., punctuation handling).",
        "- For title case, consider locale-specific rules (e.g., handling minor words like \"and,\" \"the\").",
        "- Trimming whitespace before processing is recommended for clean output."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/updatewordcase",
      "Parameters": [
        {
          "Name": "wordCaseOptions",
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "WordCaseOptions"
          },
          "Group": "Body"
        }
      ],
      "Responses": [
        {
          "Name": "FileInfo",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "TextProcessingController",
      "Name": "PostRemoveCharacters",
      "Summary": [
        "A comprehensive set of tools for cleaning text content within selected cells. It allows users to remove specific characters, character sets, and substrings, ensuring that the text is standardized and free from unwanted symbols or sequences."
      ],
      "Remarks": [
        "- **Remove custom characters** will delete the characters you specify. To delete several symbols, enter each of them into the Remove custom characters field and the add-in will delete all their instances in the selected cells.",
        "- **Remove character sets**.",
        "There are several sets of symbols you can pick from the dropdown list:",
        "- **Non-printing characters**: delete all non-printing characters like line breaks, the first 32 non-printing characters in the 7-bit ASCII code(values 0 through 31), and additional non-printing characters(values 127, 129, 141, 143, 144, and 157).",
        "- **Text characters**: remove all letters from your cells.",
        "- **Numeric characters**: delete all digits from the range of interest.",
        "- **Symbols**: remove from the cells the following symbols: mathematical, geometric, technical and currency symbols, letter-like symbols such as ?, 1, and ™.",
        "- **Punctuation marks**: get rid of all punctuation marks in the selected range.",
        "- **Remove a substring**. Delete any combination of characters, for example a word, from the selected cells."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/removecharacters",
      "Parameters": [
        {
          "Name": "removeCharactersOptions",
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "RemoveCharactersOptions"
          },
          "Group": "Body"
        }
      ],
      "Responses": [
        {
          "Name": "FileInfo",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "TextProcessingController",
      "Name": "PostConvertText",
      "Summary": [
        "Enhance Excel data through essential text conversions: convert text to numbers, replace characters and line breaks, and remove accents."
      ],
      "Remarks": [
        "Effortlessly enhance your Excel data by performing essential text conversions. Convert numbers stored as text to the correct numerical format. Replace unwanted characters and line breaks with desired ones. Transform accented characters into their non-accented equivalents.",
        "- **Number Conversion**: Automatically converts text representations of numbers into their numerical equivalents, ensuring data consistency and accuracy.",
        "- **Character Replacement**: Provides flexibility in replacing specific characters or line breaks, allowing for customized text manipulation.",
        "- **Accent Removal**: Converts accented characters to their non-accented counterparts, simplifying text processing and ensuring compatibility with various systems.",
        "- **Usage**: This API is particularly useful for data cleaning and preparation tasks, ensuring that your Excel data is standardized and ready for further analysis or processing.It can be integrated into automated workflows to streamline data handling and reduce manual intervention."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/converttext",
      "Parameters": [
        {
          "Name": "convertTextOptions",
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ConvertTextOptions"
          },
          "Group": "Body"
        }
      ],
      "Responses": [
        {
          "Name": "FileInfo",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "TextProcessingController",
      "Name": "PostRemoveDuplicates",
      "Summary": [
        "Efficiently remove duplicate substrings from Excel cells. Select a range, specify delimiters, and apply options to eliminate repeated text segments."
      ],
      "Remarks": [
        "- **Range Selection**: Define the range of cells to process for duplicate removal.",
        "- **Delimiters**: Specify delimiters to identify substrings within cells.",
        "- **Options**: Configure options to customize the removal process.",
        "- **Usage**:",
        "- Ideal for cleaning large datasets by removing redundant text.",
        "- Streamlines data preparation, ensuring cells contain unique substrings."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/removeduplicates",
      "Parameters": [
        {
          "Name": "removeDuplicatesOptions",
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "RemoveDuplicatesOptions"
          },
          "Group": "Body"
        }
      ],
      "Responses": [
        {
          "Name": "FileInfo",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "TextProcessingController",
      "Name": "PostExtractText",
      "Summary": [
        "Effortlessly extract text and numbers from Excel cells with precise options. This API allows extraction of first/last characters, text between delimiters, and numbers from strings, with output as static values or formulas."
      ],
      "Remarks": [
        "Extract substrings, characters, and digits from Excel cells with options for precise text extraction. This API simplifies complex formula tasks by enabling first character extraction, text retrieval before/after/between specified characters, substring extraction from any position, last character extraction, and number extraction from alphanumeric strings. Choose output as static values or dynamic formulas.",
        "- **First Characters**: Extract the first character or a specified number of characters from the left of each cell.",
        "- **Text Before/After/Between**: Extract text relative to specified characters or substrings.",
        "- **Any Position**: Retrieve text from any position within a string by indicating the start position and length.",
        "- **Last Characters**: Extract the last character or a specified number of characters from the end of cell values.",
        "- **Numbers Extraction**: Extract all numbers from alphanumeric strings for quantitative analysis."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/extracttext",
      "Parameters": [
        {
          "Name": "extractTextOptions",
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ExtractTextOptions"
          },
          "Group": "Body"
        }
      ],
      "Responses": [
        {
          "Name": "FileInfo",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "TextProcessingController",
      "Name": "PostSplitText",
      "Summary": [
        "Efficiently divides Excel cell content into columns or rows based on specified delimiters or patterns. Supports Character-based splitting, Custom string splitting, Mask and wildcard splitting for pattern-based division, Line break division, Column or row splitting, Delimiter removal or retention."
      ],
      "Remarks": [
        "This API simplifies data extraction, making it easier to work with text and numbers in spreadsheets.",
        "- **First Characters**: Extract the first character or a specified number of characters from the left of each cell.",
        "- **Text Before/After/Between**: Extract text relative to specified characters or substrings.",
        "- **Any Position**: Retrieve text from any position within a string by indicating the start position and length.",
        "- **Last Characters**: Extract the last character or a specified number of characters from the end of cell values.",
        "- **Numbers Extraction**: Extract all numbers from alphanumeric strings for quantitative analysis."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/splittext",
      "Parameters": [
        {
          "Name": "splitTextOptions",
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "SplitTextOptions"
          },
          "Group": "Body"
        }
      ],
      "Responses": [
        {
          "Name": "FileInfo",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorkbookController",
      "Name": "GetWorkbookDefaultStyle",
      "Summary": [
        "Retrieve the description of the default style for the workbook ."
      ],
      "Remarks": [
        "PageTitle: Retrieve the description of the default style for the workbook.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining the description of the default style for the workbook, a process known for its intricacy.",
        "HeadTitle: Retrieve the description of the default style for the workbook.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining the description of the default style for the workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining the description of the default style for the workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/defaultstyle",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "StyleResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "StyleResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorkbookController",
      "Name": "GetWorkbookTextItems",
      "Summary": [
        "Retrieve text items in the workbook."
      ],
      "Remarks": [
        "PageTitle: Retrieve text items in the workbook.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining text items in the workbook, a process known for its intricacy.",
        "HeadTitle: Retrieve text items in the workbook.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining text items in the workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining text items in the workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/textItems",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "TextItemsResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "TextItemsResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorkbookController",
      "Name": "GetWorkbookNames",
      "Summary": [
        "Retrieve named ranges in the workbook."
      ],
      "Remarks": [
        "PageTitle: Retrieve named ranges in the workbook.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining named ranges in the workbook, a process known for its intricacy.",
        "HeadTitle: Retrieve named ranges in the workbook.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining named ranges in the workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining named ranges in the workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/names",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "NamesResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "NamesResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorkbookController",
      "Name": "PutWorkbookName",
      "Summary": [
        "Define a new name in the workbook."
      ],
      "Remarks": [
        "PageTitle: Define a new name in the workbook.",
        "PageDescription: Aspose.Cells Cloud provides robust support for defining a new name in the workbook, a process known for its intricacy.",
        "HeadTitle: Define a new name in the workbook.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for defining a new name in the workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports defining a new name in the workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/names",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "newName",
          "Description": [
            "Name"
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Name"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorkbookController",
      "Name": "GetWorkbookName",
      "Summary": [
        "Retrieve description of a named range in the workbook."
      ],
      "Remarks": [
        "PageTitle: Retrieve description of a named range in the workbook.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining description of a named range in the workbook, a process known for its intricacy.",
        "HeadTitle: Retrieve description of a named range in the workbook.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining description of a named range in the workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining description of a named range in the workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/names/{nameName}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "nameName",
          "Description": [
            "The name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "NameResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "NameResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorkbookController",
      "Name": "PostWorkbookName",
      "Summary": [
        "Update a named range in the workbook."
      ],
      "Remarks": [
        "PageTitle: Update a named range in the workbook.",
        "PageDescription: Aspose.Cells Cloud provides robust support for updating a named range in the workbook, a process known for its intricacy.",
        "HeadTitle:  Update a named range in the workbook.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for updating a named range in the workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating a named range in the workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/names/{nameName}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "nameName",
          "Description": [
            "the Aspose.Cells.Name element name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "newName",
          "Description": [
            "Namenew name."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Name"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorkbookController",
      "Name": "GetWorkbookNameValue",
      "Summary": [
        "Retrieve the value of a named range in the workbook."
      ],
      "Remarks": [
        "PageTitle: Update a named range in the workbook.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining the value of a named range in the workbook, a process known for its intricacy.",
        "HeadTitle:  Update a named range in the workbook.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining the value of a named range in the workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining the value of a named range in the workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/names/{nameName}/value",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "nameName",
          "Description": [
            "the Aspose.Cells.Name element name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "RangeValueResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "RangeValueResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorkbookController",
      "Name": "DeleteWorkbookNames",
      "Summary": [
        "Delete all named ranges in the workbook."
      ],
      "Remarks": [
        "PageTitle: Delete all named ranges in the workbook.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting all named ranges in the workbook, a process known for its intricacy.",
        "HeadTitle:  Delete all named ranges in the workbook.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting all named ranges in the workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting all named ranges in the workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/names",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorkbookController",
      "Name": "DeleteWorkbookName",
      "Summary": [
        "Delete a named range in the workbook."
      ],
      "Remarks": [
        "PageTitle: Delete a named range in the workbook.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting a named range in the workbook, a process known for its intricacy.",
        "HeadTitle:  Delete a named range in the workbook.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting a named range in the workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting a named range in the workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/names/{nameName}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "nameName",
          "Description": [
            "the Aspose.Cells.Name element name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorkbookController",
      "Name": "PostWorkbooksMerge",
      "Summary": [
        "Merge a workbook into the existing workbook."
      ],
      "Remarks": [
        "PageTitle: Merge a workbook into the existing workbook.",
        "PageDescription: Aspose.Cells Cloud provides robust support for merging a workbook into the existing workbook, a process known for its intricacy.",
        "HeadTitle:  Merge a workbook into the existing workbook.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for merging a workbook into the existing workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports merging a workbook into the existing workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/merge",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "mergeWith",
          "Description": [
            "The workbook to merge with."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "mergedStorageName",
          "Description": [
            "Storage name."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "WorkbookResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "WorkbookResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorkbookController",
      "Name": "PostWorkbooksTextSearch",
      "Summary": [
        "Search for text in the workbook."
      ],
      "Remarks": [
        "PageTitle: Search for text in the workbook.",
        "PageDescription: Aspose.Cells Cloud provides robust support for searching for text in the workbook, a process known for its intricacy.",
        "HeadTitle:  Search for text in the workbook.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for searching for text in the workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports searching for text in the workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/findText",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "text",
          "Description": [
            "Text sample."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "TextItemsResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "TextItemsResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorkbookController",
      "Name": "PostWorkbookTextReplace",
      "Summary": [
        "Replace text in the workbook."
      ],
      "Remarks": [
        "PageTitle: Replace text in the workbook.",
        "PageDescription: Aspose.Cells Cloud provides robust support for replacing text in the workbook, a process known for its intricacy.",
        "HeadTitle:  Replace text in the workbook.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for replacing text in the workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports replacing text in the workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/replaceText",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "oldValue",
          "Description": [
            "The old value."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "newValue",
          "Description": [
            "The new value."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "WorkbookReplaceResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "WorkbookReplaceResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorkbookController",
      "Name": "PostWorkbookGetSmartMarkerResult",
      "Summary": [
        "Smart marker processing."
      ],
      "Remarks": [
        "PageTitle:  Smart marker processing.",
        "PageDescription: Aspose.Cells Cloud provides robust support for smart marker processing in the workbook, a process known for its intricacy.",
        "HeadTitle:   Smart marker processing.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for smart marker processing in the workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports smart marker processing in the workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/smartmarker",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "xmlFile",
          "Description": [
            "The xml file full path, if empty the data is read from request body."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "outPath",
          "Description": [
            "The path to save result"
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "outStorageName",
          "Description": [
            "The storage name where the result file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "Stream",
          "DataType": {
            "Identifier": "File"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorkbookController",
      "Name": "PutWorkbookCreate",
      "Summary": [
        "Create a new workbook using different methods."
      ],
      "Remarks": [
        "PageTitle:  Create a new workbook using different methods.",
        "PageDescription: Aspose.Cells Cloud provides robust support for creating a new workbook using different methods, a process known for its intricacy.",
        "HeadTitle: Create a new workbook using different methods.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for creating a new workbook using different methods, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports creating a new workbook using different methods and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The new document name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "templateFile",
          "Description": [
            "The template file, if the data not provided default workbook is created."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "dataFile",
          "Description": [
            "Smart marker data file, if the data not provided the request content is checked for the data."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "isWriteOver",
          "Description": [
            "Specifies whether to write over targer file."
          ],
          "DefaultValue": false,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "checkExcelRestriction",
          "DefaultValue": true,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorkbookController",
      "Name": "PostWorkbookSplit",
      "Summary": [
        "Split the workbook with a specific format."
      ],
      "Remarks": [
        "PageTitle: Split the workbook with a specific format.",
        "PageDescription: Aspose.Cells Cloud provides robust support for splitting the workbook with a specific format, a process known for its intricacy.",
        "HeadTitle: Split the workbook with a specific format.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for splitting the workbook with a specific format, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports splitting the workbook with a specific format and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/split",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "format",
          "Description": [
            "Split format."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "outFolder",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "from",
          "Description": [
            "Start worksheet index."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "to",
          "Description": [
            "End worksheet index."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "horizontalResolution",
          "Description": [
            "Image horizontal resolution."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "verticalResolution",
          "Description": [
            "Image vertical resolution."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "splitNameRule",
          "Description": [
            "rule name : sheetname  newguid "
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "outStorageName",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "SplitResultResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "SplitResultResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorkbookController",
      "Name": "PostWorkbookCalculateFormula",
      "Summary": [
        "Calculate all formulas in the workbook."
      ],
      "Remarks": [
        "PageTitle:  Calculate all formulas in the workbook.",
        "PageDescription: Aspose.Cells Cloud provides robust support for calculating all formulas in the workbook, a process known for its intricacy.",
        "HeadTitle: Calculate all formulas in the workbook.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for calculating all formulas in the workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports calculating all formulas in the workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/calculateformula",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "options",
          "Description": [
            "CalculationOptions Calculation Options."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CalculationOptions"
          },
          "Group": "Body"
        },
        {
          "Name": "ignoreError",
          "Description": [
            "ignore Error."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorkbookController",
      "Name": "PostAutofitWorkbookRows",
      "Summary": [
        "Autofit rows in the workbook."
      ],
      "Remarks": [
        "PageTitle:  Autofit rows in the workbook.",
        "PageDescription: Aspose.Cells Cloud provides robust support for autofitting rows in the workbook, a process known for its intricacy.",
        "HeadTitle: Autofit rows in the workbook.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for autofitting rows in the workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports autofitting rows in the workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/autofitrows",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "startRow",
          "Description": [
            "Start row."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "endRow",
          "Description": [
            "End row."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "onlyAuto",
          "Description": [
            "Only auto."
          ],
          "DefaultValue": false,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "firstColumn",
          "Description": [
            "First column index."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "lastColumn",
          "Description": [
            "Last column index."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorkbookController",
      "Name": "PostAutofitWorkbookColumns",
      "Summary": [
        "Autofit columns in the workbook."
      ],
      "Remarks": [
        "PageTitle: Autofit columns in the workbook.",
        "PageDescription: Aspose.Cells Cloud provides robust support for autofitting columns in the workbook, a process known for its intricacy.",
        "HeadTitle: Autofit columns in the workbook.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for autofitting columns in the workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports autofitting columns in the workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/autofitcolumns",
      "Parameters": [
        {
          "Name": "name",
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "startColumn",
          "Description": [
            "The start column index."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "endColumn",
          "Description": [
            "The end column index."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorkbookController",
      "Name": "GetWorkbookSettings",
      "Summary": [
        "Retrieve descriptions of workbook settings."
      ],
      "Remarks": [
        "PageTitle: Retrieve descriptions of workbook settings.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining descriptions of workbook settings in the workbook, a process known for its intricacy.",
        "HeadTitle: Retrieve descriptions of workbook settings.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining descriptions of workbook settings in the workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining descriptions of workbook settings in the workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/settings",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "WorkbookSettingsResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "WorkbookSettingsResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorkbookController",
      "Name": "PostWorkbookSettings",
      "Summary": [
        "Update setting in the workbook."
      ],
      "Remarks": [
        "PageTitle: Update setting in the workbook.",
        "PageDescription: Aspose.Cells Cloud provides robust support for updating workbook settings in the workbook, a process known for its intricacy.",
        "HeadTitle: Update setting in the workbook.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for updating workbook settings in the workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating workbook settings in the workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/settings",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "settings",
          "Description": [
            "Workbook Setting description."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "WorkbookSettings"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorkbookController",
      "Name": "PutWorkbookBackground",
      "Summary": [
        "Set background in the workbook."
      ],
      "Remarks": [
        "PageTitle: Set background in the workbook.",
        "PageDescription: Aspose.Cells Cloud provides robust support for setting background in the workbook, a process known for its intricacy.",
        "HeadTitle: Set background in the workbook.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for setting background in the workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports setting background in the workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/background",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "picPath",
          "Description": [
            "The picture full path."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "imageAdaptOption",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "File",
          "Description": [
            "File to upload"
          ],
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "File"
          },
          "Group": "FormData"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorkbookController",
      "Name": "DeleteWorkbookBackground",
      "Summary": [
        "Delete background in the workbook."
      ],
      "Remarks": [
        "PageTitle: Delete background in the workbook.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting background in the workbook, a process known for its intricacy.",
        "HeadTitle: Delete background in the workbook.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting background in the workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting background in the workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/background",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorkbookController",
      "Name": "PutWorkbookWaterMarker",
      "Summary": [
        "Set water marker in the workbook."
      ],
      "Remarks": [
        "PageTitle: Set water marker in the workbook.",
        "PageDescription: Aspose.Cells Cloud provides robust support for setting water marker in the workbook, a process known for its intricacy.",
        "HeadTitle: Set water marker in the workbook.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for setting water marker in the workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports setting water marker in the workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/watermarker",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "textWaterMarkerRequest",
          "Description": [
            "Text water marker request"
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "TextWaterMarkerRequest"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorkbookController",
      "Name": "GetPageCount",
      "Summary": [
        "Get page count in the workbook."
      ],
      "Remarks": [
        "PageTitle:Get page count in the workbook.",
        "PageDescription: Aspose.Cells Cloud provides robust support for getting page count in the workbook, a process known for its intricacy.",
        "HeadTitle: Get page count in the workbook.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for getting page count in the workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports getting page count in the workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/pagecount",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "Int32",
          "DataType": {
            "Identifier": "Integer"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorkbookController",
      "Name": "GetAllStyles",
      "Summary": [
        "Get all style in the workbook."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/allstyles",
      "Parameters": [
        {
          "Name": "name",
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "StylesResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "StylesResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "GetWorksheets",
      "Summary": [
        "Retrieve the description of worksheets from a workbook."
      ],
      "Remarks": [
        "PageTitle: Retrieve the description of worksheets from a workbook.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining the description of worksheets from a workbook, a process known for its intricacy.",
        "HeadTitle: Retrieve the description of worksheets from a workbook.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining the description of worksheets from a workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining the description of worksheets from a workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "WorksheetsResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "WorksheetsResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "GetWorksheetWithFormat",
      "Summary": [
        "Retrieve the worksheet in a specified format from the workbook."
      ],
      "Remarks": [
        "PageTitle: Retrieve the worksheet in a specified format from the workbook.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining the worksheet in a specified format from the workbook, a process known for its intricacy.",
        "HeadTitle: Retrieve the worksheet in a specified format from the workbook.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining the worksheet in a specified format from the workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining the worksheet in a specified format from the workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "format",
          "Description": [
            "Export format(CSV/XLS/HTML/MHTML/ODS/PDF/XML/TXT/TIFF/XLSB/XLSM/XLSX/XLTM/XLTX/XPS/PNG/JPG/JPEG/GIF/EMF/BMP/MD[Markdown]/Numbers)."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "verticalResolution",
          "Description": [
            "Image vertical resolution."
          ],
          "DefaultValue": 0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "horizontalResolution",
          "Description": [
            "Image horizontal resolution."
          ],
          "DefaultValue": 0,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "area",
          "Description": [
            "Represents the range to be printed."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "pageIndex",
          "Description": [
            "Represents the page to be printed"
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "onePagePerSheet",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "printHeadings",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "Stream",
          "DataType": {
            "Identifier": "File"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "PutChangeVisibilityWorksheet",
      "Summary": [
        "Change worksheet visibility in the workbook."
      ],
      "Remarks": [
        "PageTitle: Change worksheet visibility in the workbook.",
        "PageDescription: Aspose.Cells Cloud provides robust support for changing worksheet visibility in the workbook, a process known for its intricacy.",
        "HeadTitle: Change worksheet visibility in the workbook.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for changing worksheet visibility in the workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports changing worksheet visibility in the workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/visible",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "Worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "isVisible",
          "Description": [
            "New worksheet visibility value."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "PutActiveWorksheet",
      "Summary": [
        "Set active worksheet index in the workbook."
      ],
      "Remarks": [
        "PageTitle: Set active worksheet index in the workbook.",
        "PageDescription: Aspose.Cells Cloud provides robust support for setting active worksheet index in the workbook, a process known for its intricacy.",
        "HeadTitle: Set active worksheet index in the workbook.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for setting active worksheet index in the workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports setting active worksheet index in the workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/active",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "PutInsertNewWorksheet",
      "Summary": [
        "Insert a new worksheet in the workbook."
      ],
      "Remarks": [
        "PageTitle: Insert a new worksheet in the workbook.",
        "PageDescription: Aspose.Cells Cloud provides robust support for inserting a new worksheet in the workbook, a process known for its intricacy.",
        "HeadTitle: Insert a new worksheet in the workbook.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for inserting a new worksheet in the workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports inserting a new worksheet in the workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/insert",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "index",
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "sheettype",
          "Description": [
            "Specifies the worksheet type(VB/Worksheet/Chart/BIFF4Macro/InternationalMacro/Other/Dialog)."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "newsheetname",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "PutAddNewWorksheet",
      "Summary": [
        "Add a new worksheet in the workbook."
      ],
      "Remarks": [
        "PageTitle: Add a new worksheet in the workbook.",
        "PageDescription: Aspose.Cells Cloud provides robust support for adding a new worksheet in the workbook, a process known for its intricacy.",
        "HeadTitle: Add a new worksheet in the workbook.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for adding a new worksheet in the workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports adding a new worksheet in the workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The new sheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "position",
          "Description": [
            "The new sheet position."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "sheettype",
          "Description": [
            "Specifies the worksheet type(VB/Worksheet/Chart/BIFF4Macro/InternationalMacro/Other/Dialog)."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "DeleteWorksheet",
      "Summary": [
        "Delete a worksheet in the workbook."
      ],
      "Remarks": [
        "PageTitle: Delete a worksheet in the workbook.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting a worksheet in the workbook, a process known for its intricacy.",
        "HeadTitle: Delete a worksheet in the workbook.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for  deleting a worksheet in the workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports  deleting a worksheet in the workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "DeleteWorksheets",
      "Summary": [
        "Delete matched worksheets in the workbook."
      ],
      "Remarks": [
        "PageTitle: Delete matched worksheets in the workbook.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting matched worksheets in the workbook, a process known for its intricacy.",
        "HeadTitle: Delete matched worksheets in the workbook.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for  deleting matched worksheets in the workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports  deleting matched worksheets in the workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets",
      "Parameters": [
        {
          "Name": "name",
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "matchCondition",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "MatchConditionRequest"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "PostMoveWorksheet",
      "Summary": [
        "Move worksheet in the workbook."
      ],
      "Remarks": [
        "PageTitle: Move worksheet in the workbook.",
        "PageDescription: Aspose.Cells Cloud provides robust support for moving worksheet in the workbook, a process known for its intricacy.",
        "HeadTitle:Move worksheet in the workbook.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for moving worksheet in the workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports moving worksheet in the workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/position",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "moving",
          "Description": [
            "WorksheetMovingRequest with moving parameters."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "WorksheetMovingRequest"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "PutProtectWorksheet",
      "Summary": [
        "Protect worksheet."
      ],
      "Remarks": [
        "PageTitle: Protect worksheet in the workbook.",
        "PageDescription: Aspose.Cells Cloud provides robust support for protecting worksheet in the workbook, a process known for its intricacy.",
        "HeadTitle: Protect worksheet in the workbook.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for protecting worksheet in the workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports protecting worksheet in the workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/protection",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "protectParameter",
          "Description": [
            "ProtectSheetParameter with protection settings."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ProtectSheetParameter"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "DeleteUnprotectWorksheet",
      "Summary": [
        "Unprotect worksheet."
      ],
      "Remarks": [
        "PageTitle: Unprotect worksheet in the workbook.",
        "PageDescription: Aspose.Cells Cloud provides robust support for unprotecting worksheet in the workbook, a process known for its intricacy.",
        "HeadTitle: Unprotect worksheet in the workbook.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for unprotecting worksheet in the workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports unprotecting worksheet in the workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/protection",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "protectParameter",
          "Description": [
            "WorksheetResponse with protection settings. Only password is used here."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ProtectSheetParameter"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "GetWorksheetTextItems",
      "Summary": [
        "Retrieve text items in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Retrieve text items in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining text items in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve text items in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining text items in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining text items in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/textItems",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "Workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "TextItemsResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "TextItemsResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "GetWorksheetComments",
      "Summary": [
        "Retrieve the description of comments in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Retrieve the description of comments in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining the description of comments in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve the description of comments in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining the description of comments in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining the description of comments in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/comments",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CommentsResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CommentsResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "GetWorksheetComment",
      "Summary": [
        "Retrieve the description of comment in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Retrieve the description of comment in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining the description of comment in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve the description of comment in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining the description of comment in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining the description of comment in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/comments/{cellName}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "cellName",
          "Description": [
            "The cell name"
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CommentResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CommentResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "PutWorksheetComment",
      "Summary": [
        "Add cell comment in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Add cell comment in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for adding cell comment in the worksheet, a process known for its intricacy.",
        "HeadTitle: Add cell comment in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for adding cell comment in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports adding cell comment in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/comments/{cellName}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "cellName",
          "Description": [
            "The cell name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "comment",
          "Description": [
            "Comment object."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Comment"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CommentResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CommentResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "PostWorksheetComment",
      "Summary": [
        "Update cell comment in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Update cell comment in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for updating cell comment in the worksheet, a process known for its intricacy.",
        "HeadTitle: Update cell comment in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for updating cell comment in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating cell comment in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/comments/{cellName}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "cellName",
          "Description": [
            "The cell name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "comment",
          "Description": [
            "Comment object."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Comment"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "DeleteWorksheetComment",
      "Summary": [
        "Delete cell comment in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Delete cell comment in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting cell comment in the worksheet, a process known for its intricacy.",
        "HeadTitle: Delete cell comment in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting cell comment in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting cell comment in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/comments/{cellName}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "cellName",
          "Description": [
            "The cell name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "DeleteWorksheetComments",
      "Summary": [
        "Delete all comments in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Delete all comments in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting all comments in the worksheet, a process known for its intricacy.",
        "HeadTitle: Delete all comments in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting all comments in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting all comments in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/comments",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "GetWorksheetMergedCells",
      "Summary": [
        "Get worksheet merged cells."
      ],
      "Remarks": [
        "PageTitle: Retrieve descriptions of merged cells in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining descriptions of merged cells in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve descriptions of merged cells in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining descriptions of merged cells in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining descriptions of merged cells in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/mergedCells",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The workseet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "MergedCellsResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "MergedCellsResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "GetWorksheetMergedCell",
      "Summary": [
        "Retrieve description of a merged cell by its index in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Retrieve descriptions of merged cells in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining descriptions of merged cells in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve descriptions of merged cells in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining descriptions of merged cells in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining descriptions of merged cells in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/mergedCells/{mergedCellIndex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "Worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "mergedCellIndex",
          "Description": [
            "Merged cell index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "MergedCellResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "MergedCellResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "GetWorksheetCalculateFormula",
      "Summary": [
        "Calculate formula in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Calculate formula in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for calculating formula in the worksheet, a process known for its intricacy.",
        "HeadTitle: Calculate formula in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for calculating formula in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports calculating formula in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/formulaResult",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "formula",
          "Description": [
            "The formula."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "SingleValueResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "SingleValueResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "PostWorksheetCalculateFormula",
      "Summary": [
        "Calculate formula in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Calculate formula in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for calculating formula in the worksheet, a process known for its intricacy.",
        "HeadTitle: Calculate formula in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for calculating formula in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports calculating formula in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/calculateformula",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "Worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "formula",
          "Description": [
            "The formula."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "SingleValueResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "SingleValueResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "PostWorksheetTextSearch",
      "Summary": [
        "Search for text in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Search for text in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for searching for text in the worksheet, a process known for its intricacy.",
        "HeadTitle: Search for text in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for searching for text in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports searching for text in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/findText",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "text",
          "Description": [
            "Text to search."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "Original workbook folder."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "Storage name."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "TextItemsResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "TextItemsResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "PostWorksheetTextReplace",
      "Summary": [
        "Replace old text with new text in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Replace old text with new text in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for replacing old text with new text in the worksheet, a process known for its intricacy.",
        "HeadTitle: Replace old text with new text in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for replacing old text with new text in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports replacing old text with new text in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/replaceText",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "Worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "oldValue",
          "Description": [
            "The old text to replace."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "newValue",
          "Description": [
            "The new text to replace by."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "WorksheetReplaceResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "WorksheetReplaceResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "PostWorksheetRangeSort",
      "Summary": [
        "Sort a range in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Sort a range in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for sorting a range in the worksheet, a process known for its intricacy.",
        "HeadTitle: Sort a range in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for sorting a range in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports sorting a range in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/sort",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "cellArea",
          "Description": [
            "The area needed to sort."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "dataSorter",
          "Description": [
            "DataSorter with sorting settings."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSorter"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "PostAutofitWorksheetRow",
      "Summary": [
        "Autofit a row in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Autofit a row in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for autofitting a row in the worksheet, a process known for its intricacy.",
        "HeadTitle: Autofit a row in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for sautofitting a row in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports autofitting a row in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/autofitrow",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "rowIndex",
          "Description": [
            "The row index."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "firstColumn",
          "Description": [
            "The first column index."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "lastColumn",
          "Description": [
            "The last column index."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "rowCount",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "PostAutofitWorksheetRows",
      "Summary": [
        "Autofit rows in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Autofit rows in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for autofitting rows in the worksheet, a process known for its intricacy.",
        "HeadTitle: Autofit rows in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for sautofitting rows in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports autofitting rows in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/autofitrows",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "startRow",
          "Description": [
            "The start row index."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "endRow",
          "Description": [
            "The end row index."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "onlyAuto",
          "Description": [
            "Autofits all rows in this worksheet."
          ],
          "DefaultValue": false,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "PostAutofitWorksheetColumns",
      "Summary": [
        "Autofit columns in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Autofit columns in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for autofitting columns in the worksheet, a process known for its intricacy.",
        "HeadTitle: Autofit columns in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for autofitting columns in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports autofitting columns in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/autofitcolumns",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "startColumn",
          "Description": [
            "The start column index."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "endColumn",
          "Description": [
            "The end column index."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "onlyAuto",
          "DefaultValue": false,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "PutWorksheetBackground",
      "Summary": [
        "Set background image in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Set background image in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for setting background image in the worksheet, a process known for its intricacy.",
        "HeadTitle: Set background image in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for setting background image in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports setting background image in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/background",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "picPath",
          "Description": [
            "picture full filename."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "imageAdaptOption",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "File",
          "Description": [
            "File to upload"
          ],
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "File"
          },
          "Group": "FormData"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "DeleteWorksheetBackground",
      "Summary": [
        "Delete background image in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Delete background image in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting background image in the worksheet, a process known for its intricacy.",
        "HeadTitle: Delete background image in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting background image in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting background image in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/background",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "PutWorksheetFreezePanes",
      "Summary": [
        "Set freeze panes in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Set freeze panes in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for setting freeze panes in the worksheet, a process known for its intricacy.",
        "HeadTitle: Set freeze panes in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for setting freeze panes in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports setting freeze panes in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/freezepanes",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "row",
          "Description": [
            "Row index."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "column",
          "Description": [
            "Column index."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "freezedRows",
          "Description": [
            "Number of visible rows in top pane, no more than row index."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "freezedColumns",
          "Description": [
            "Number of visible columns in left pane, no more than column index."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "DeleteWorksheetFreezePanes",
      "Summary": [
        "Unfreeze panes in worksheet."
      ],
      "Remarks": [
        "PageTitle: Unfreeze panes in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for unfreezing panes in the worksheet, a process known for its intricacy.",
        "HeadTitle: Unfreeze panes in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for unfreezing panes in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports unfreezing panes in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/freezepanes",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "row",
          "Description": [
            "Row index."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "column",
          "Description": [
            "Column index."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "freezedRows",
          "Description": [
            "Number of visible rows in top pane, no more than row index."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "freezedColumns",
          "Description": [
            "Number of visible columns in left pane, no more than column index."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "PostCopyWorksheet",
      "Summary": [
        "Copy contents and formats from another worksheet."
      ],
      "Remarks": [
        "PageTitle: Copy contents and formats from another worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for copying contents and formats from another worksheet, a process known for its intricacy.",
        "HeadTitle: Copy contents and formats from another worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for copying contents and formats from another worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports copying contents and formats from another worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/copy",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sourceSheet",
          "Description": [
            "Source worksheet."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "options",
          "Description": [
            "Represents the copy options."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CopyOptions"
          },
          "Group": "Body"
        },
        {
          "Name": "sourceWorkbook",
          "Description": [
            "source Workbook."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "sourceFolder",
          "Description": [
            "Original workbook folder."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "PostRenameWorksheet",
      "Summary": [
        "Rename worksheet in the workbook."
      ],
      "Remarks": [
        "PageTitle: Rename worksheet in the workbook.",
        "PageDescription: Aspose.Cells Cloud provides robust support for renaming worksheet in the workbook, a process known for its intricacy.",
        "HeadTitle: Rename worksheet in the workbook.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for renaming worksheet in the workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports renaming worksheet in the workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/rename",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "newname",
          "Description": [
            "New worksheet name."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "PostUpdateWorksheetProperty",
      "Summary": [
        "Update worksheet properties in the workbook."
      ],
      "Remarks": [
        "PageTitle: Update worksheet properties in the workbook.",
        "PageDescription: Aspose.Cells Cloud provides robust support for updating worksheet properties in the workbook, a process known for its intricacy.",
        "HeadTitle: Update worksheet properties in the workbook.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for updating worksheet properties in the workbook, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating worksheet properties in the workbook and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheet",
          "Description": [
            "The worksheet description."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Worksheet"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "GetNamedRanges",
      "Summary": [
        "Retrieve descriptions of ranges in the worksheets."
      ],
      "Remarks": [
        "PageTitle: Retrieve descriptions of ranges in the worksheets.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining descriptions of ranges in the worksheets, a process known for its intricacy.",
        "HeadTitle: Retrieve descriptions of ranges in the worksheets.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for updating descriptions of ranges in the worksheets, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating descriptions of ranges in the worksheets and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/ranges",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "RangesResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "RangesResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "GetNamedRangeValue",
      "Summary": [
        "Retrieve values in range."
      ],
      "Remarks": [
        "PageTitle: Retrieve values in range.",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining values in range, a process known for its intricacy.",
        "HeadTitle: Retrieve values in range.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for updating values in range, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating values in range and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/ranges/{namerange}/value",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "namerange",
          "Description": [
            "Range name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "RangeValueResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "RangeValueResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "PostUpdateWorksheetZoom",
      "Summary": [
        "Update the scaling percentage in the worksheet. It should be between 10 and 400."
      ],
      "Remarks": [
        "PageTitle: Update the scaling percentage in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for updating  the scaling percentage in the worksheet, a process known for its intricacy.",
        "HeadTitle: Update the scaling percentage in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for updating the scaling percentage in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating the scaling percentage in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/zoom",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "value",
          "Description": [
            "Represents the scaling factor in percentage. It should be between 10 and 400."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetsController",
      "Name": "GetWorksheetPageCount",
      "Summary": [
        "Get page count in the worksheet."
      ],
      "Remarks": [
        "PageTitle:Get page count in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for getting page count in the worksheet, a process known for its intricacy.",
        "HeadTitle: Get page count in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for getting page count in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports getting page count in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/pagecount",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The file name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "Int32",
          "DataType": {
            "Identifier": "Integer"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetValidationsController",
      "Name": "GetWorksheetValidations",
      "Summary": [
        "Retrieve descriptions of validations in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Retrieve descriptions of validations in the worksheet",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining descriptions of validations in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve descriptions of validations in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining descriptions of validations in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining descriptions of validations in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/validations",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "ValidationsResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "ValidationsResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetValidationsController",
      "Name": "GetWorksheetValidation",
      "Summary": [
        "Retrieve a validation by its index in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Retrieve a validation by its index in the worksheet",
        "PageDescription: Aspose.Cells Cloud provides robust support for obtaining a validation by its index in the worksheet, a process known for its intricacy.",
        "HeadTitle: Retrieve a validation by its index in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for obtaining a validation by its index in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports obtaining a validation by its index in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "GET",
      "Path": "/cells/{name}/worksheets/{sheetName}/validations/{validationIndex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "validationIndex",
          "Description": [
            "The validation index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "ValidationResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "ValidationResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetValidationsController",
      "Name": "PutWorksheetValidation",
      "Summary": [
        "Add a validation at index in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Add a validation at index in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for adding a validation at index in the worksheet, a process known for its intricacy.",
        "HeadTitle: Add a validation at index in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for adding a validation at index in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports adding a validation at index in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "PUT",
      "Path": "/cells/{name}/worksheets/{sheetName}/validations",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "range",
          "Description": [
            "Specified cells area"
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetValidationsController",
      "Name": "PostWorksheetValidation",
      "Summary": [
        "Update a validation by index in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Update a validation by index in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for updating a validation at index in the worksheet, a process known for its intricacy.",
        "HeadTitle: Update a validation by index in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for updating a validation at index in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports updating a validation at index in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "POST",
      "Path": "/cells/{name}/worksheets/{sheetName}/validations/{validationIndex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "validationIndex",
          "Description": [
            "The validation index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "validation",
          "Description": [
            "Validation description."
          ],
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Validation"
          },
          "Group": "Body"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetValidationsController",
      "Name": "DeleteWorksheetValidation",
      "Summary": [
        "Delete a validation by index in worksheet."
      ],
      "Remarks": [
        "PageTitle: Delete a validation by index in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting a validation at index in the worksheet, a process known for its intricacy.",
        "HeadTitle: Delete a validation by index in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting a validation at index in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting a validation at index in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/validations/{validationIndex}",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "validationIndex",
          "Description": [
            "The validation index."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "Integer"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "WorksheetValidationsController",
      "Name": "DeleteWorksheetValidations",
      "Summary": [
        "Delete all validations in the worksheet."
      ],
      "Remarks": [
        "PageTitle: Delete all validations in the worksheet.",
        "PageDescription: Aspose.Cells Cloud provides robust support for deleting all validations in the worksheet, a process known for its intricacy.",
        "HeadTitle: Delete all validations in the worksheet.",
        "HeadSummary: Aspose.Cells Cloud provides robust support for deleting all validations in the worksheet, a process known for its intricacy.",
        "HeadContent: Aspose.Cells Cloud provides REST API which supports deleting all validations in the worksheet and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on."
      ],
      "HttpMethod": "DELETE",
      "Path": "/cells/{name}/worksheets/{sheetName}/validations",
      "Parameters": [
        {
          "Name": "name",
          "Description": [
            "The workbook name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "sheetName",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "folder",
          "Description": [
            "The folder where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "storageName",
          "Description": [
            "The storage name where the file is situated."
          ],
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "CellsCloudResponse",
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudResponse"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "FileController",
      "Name": "DownloadFile",
      "HttpMethod": "GET",
      "Path": "/cells/storage/file/{path}",
      "Parameters": [
        {
          "Name": "path",
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "storageName",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "versionId",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FileStreamResult",
          "DataType": {
            "Identifier": "File",
            "Reference": "Stream"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "FileController",
      "Name": "UploadFile",
      "HttpMethod": "PUT",
      "Path": "/cells/storage/file/{path}",
      "Parameters": [
        {
          "Name": "UploadFiles",
          "Description": [
            "Upload files to cloud storage."
          ],
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "File"
          },
          "Group": "FormData"
        },
        {
          "Name": "path",
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "storageName",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FilesUploadResult",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FilesUploadResult"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "FileController",
      "Name": "CopyFile",
      "HttpMethod": "PUT",
      "Path": "/cells/storage/file/copy/{srcPath}",
      "Parameters": [
        {
          "Name": "srcPath",
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "destPath",
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "srcStorageName",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "destStorageName",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "versionId",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "Void",
          "DataType": {
            "Identifier": "Void"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "FileController",
      "Name": "MoveFile",
      "HttpMethod": "PUT",
      "Path": "/cells/storage/file/move/{srcPath}",
      "Parameters": [
        {
          "Name": "srcPath",
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "destPath",
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "srcStorageName",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "destStorageName",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "versionId",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "Void",
          "DataType": {
            "Identifier": "Void"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "FileController",
      "Name": "DeleteFile",
      "HttpMethod": "DELETE",
      "Path": "/cells/storage/file/{path}",
      "Parameters": [
        {
          "Name": "path",
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "storageName",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "versionId",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "Void",
          "DataType": {
            "Identifier": "Void"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "FolderController",
      "Name": "GetFilesList",
      "HttpMethod": "GET",
      "Path": "/cells/storage/folder/{path}",
      "Parameters": [
        {
          "Name": "path",
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "storageName",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FilesList",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FilesList"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "FolderController",
      "Name": "CreateFolder",
      "HttpMethod": "PUT",
      "Path": "/cells/storage/folder/{path}",
      "Parameters": [
        {
          "Name": "path",
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "storageName",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "Void",
          "DataType": {
            "Identifier": "Void"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "FolderController",
      "Name": "CopyFolder",
      "HttpMethod": "PUT",
      "Path": "/cells/storage/folder/copy/{srcPath}",
      "Parameters": [
        {
          "Name": "srcPath",
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "destPath",
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "srcStorageName",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "destStorageName",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "Void",
          "DataType": {
            "Identifier": "Void"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "FolderController",
      "Name": "MoveFolder",
      "HttpMethod": "PUT",
      "Path": "/cells/storage/folder/move/{srcPath}",
      "Parameters": [
        {
          "Name": "srcPath",
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "destPath",
          "Nullable": true,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "srcStorageName",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "destStorageName",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "Void",
          "DataType": {
            "Identifier": "Void"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "FolderController",
      "Name": "DeleteFolder",
      "HttpMethod": "DELETE",
      "Path": "/cells/storage/folder/{path}",
      "Parameters": [
        {
          "Name": "path",
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "storageName",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "recursive",
          "DefaultValue": false,
          "Nullable": false,
          "Required": false,
          "DataType": {
            "Identifier": "Boolean"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "Void",
          "DataType": {
            "Identifier": "Void"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "StorageController",
      "Name": "StorageExists",
      "HttpMethod": "GET",
      "Path": "/cells/storage/{storageName}/exist",
      "Parameters": [
        {
          "Name": "storageName",
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        }
      ],
      "Responses": [
        {
          "Name": "StorageExist",
          "DataType": {
            "Identifier": "Class",
            "Reference": "StorageExist"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "StorageController",
      "Name": "ObjectExists",
      "HttpMethod": "GET",
      "Path": "/cells/storage/exist/{path}",
      "Parameters": [
        {
          "Name": "path",
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "storageName",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        },
        {
          "Name": "versionId",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "ObjectExist",
          "DataType": {
            "Identifier": "Class",
            "Reference": "ObjectExist"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "StorageController",
      "Name": "GetDiscUsage",
      "HttpMethod": "GET",
      "Path": "/cells/storage/disc",
      "Parameters": [
        {
          "Name": "storageName",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "DiscUsage",
          "DataType": {
            "Identifier": "Class",
            "Reference": "DiscUsage"
          }
        }
      ],
      "Ignored": false
    },
    {
      "APIVersion": "v3.0",
      "ClassName": "StorageController",
      "Name": "GetFileVersions",
      "HttpMethod": "GET",
      "Path": "/cells/storage/version/{path}",
      "Parameters": [
        {
          "Name": "path",
          "Nullable": false,
          "Required": true,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Path"
        },
        {
          "Name": "storageName",
          "Nullable": true,
          "Required": false,
          "DataType": {
            "Identifier": "String"
          },
          "Group": "Query"
        }
      ],
      "Responses": [
        {
          "Name": "FileVersions",
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileVersions"
          }
        }
      ],
      "Ignored": false
    }
  ],
  "Models": [
    {
      "Name": "DiscUsage",
      "Description": [
        "Class for disc space information."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "UsedSize",
          "Description": [
            "Application used disc space."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Long"
          }
        },
        {
          "Name": "TotalSize",
          "Description": [
            "Total disc space."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Long"
          }
        }
      ]
    },
    {
      "Name": "ObjectExist",
      "Description": [
        "Object exists"
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Exists",
          "Description": [
            "Indicates that the file or folder exists."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsFolder",
          "Description": [
            "True if it is a folder, false if it is a file."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "ObjectExistsExtensions",
      "Type": "Class",
      "IsAbstract": true,
      "Properties": []
    },
    {
      "Name": "FileVersion",
      "Type": "Class",
      "ParentName": "StorageFile",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "VersionId",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsLatest",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Name",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsFolder",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ModifiedDate",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "DateTime"
          }
        },
        {
          "Name": "Size",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Long"
          }
        },
        {
          "Name": "Path",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "StorageExist",
      "Description": [
        "Storage exists"
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Exists",
          "Description": [
            "Shows that the storage exists.",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "FileVersions",
      "Description": [
        "File versions FileVersion."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Value",
          "Description": [
            "File versions FileVersion."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "FileVersion",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "FileVersion"
            }
          }
        }
      ]
    },
    {
      "Name": "FilesList",
      "Description": [
        "Files list"
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Value",
          "Description": [
            "Files and folders contained by folder StorageFile."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "StorageFile",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "StorageFile"
            }
          }
        }
      ]
    },
    {
      "Name": "FilesUploadResult",
      "Description": [
        "File upload result"
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Uploaded",
          "Description": [
            "List of uploaded file names"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "String",
            "ElementDataType": {
              "Identifier": "String"
            }
          }
        },
        {
          "Name": "Errors",
          "Description": [
            "List of errors."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "Error",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "Error"
            }
          }
        }
      ]
    },
    {
      "Name": "StorageFile",
      "Description": [
        "File or folder information"
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Description": [
            "File or folder name."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsFolder",
          "Description": [
            "True if it is a folder."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ModifiedDate",
          "Description": [
            "File or folder last modified DateTime."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "DateTime"
          }
        },
        {
          "Name": "Size",
          "Description": [
            "File or folder size."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Long"
          }
        },
        {
          "Name": "Path",
          "Description": [
            "File or folder path."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "GoogleDriveStorageFile",
      "Type": "Class",
      "ParentName": "StorageFile",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "MimeType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Name",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsFolder",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ModifiedDate",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "DateTime"
          }
        },
        {
          "Name": "Size",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Long"
          }
        },
        {
          "Name": "Path",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "AboveAverage",
      "Description": [
        "Describe the AboveAverage conditional formatting rule. This conditional formatting",
        "    rule highlights cells that are above or below the average for all values",
        "    in the range."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "IsAboveAverage",
          "Description": [
            "Get or set the flag indicating whether the rule is an \"above average\" rule. ",
            "            'true' indicates 'above average'.",
            "            Default value is true.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsEqualAverage",
          "Description": [
            "Get or set the flag indicating whether the 'aboveAverage' and 'belowAverage' criteria ",
            "            is inclusive of the average itself, or exclusive of that value. ",
            "            'true' indicates to include the average value in the criteria.",
            "            Default value is false.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "StdDev",
          "Description": [
            "Get or set the number of standard deviations to include above or below the average in the",
            "            conditional formatting rule. ",
            "            The input value must between 0 and 3 (include 0 and 3). ",
            "            Setting this value to 0 means stdDev is not set.",
            "            The default value is 0.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        }
      ]
    },
    {
      "Name": "AbstractCalculationEngine",
      "Description": [
        "Represents user's custom calculation engine to extend the default calculation engine of Aspose.Cells.",
        " "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "IsParamLiteralRequired",
          "Description": [
            "Indicates whether this engine needs the literal text of parameter while doing calculation. Default value is false.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsParamArrayModeRequired",
          "Description": [
            "Indicates whether this engine needs the parameter to be calculated in array mode. Default value is false.",
            "            If  is required when calculating custom",
            "            functions, this property needs to be set as true.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ProcessBuiltInFunctions",
          "Description": [
            "Whether built-in functions that have been supported by the built-in engine",
            "            should be checked and processed by this implementation.",
            "            Default is false.",
            "            If user needs to change the calculation logic of some built-in functions, this property should be set as true.",
            "            Otherwise please leave this property as false for performance consideration.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "AbstractCalculationMonitor",
      "Description": [
        "Monitor for user to track the progress of formula calculation.",
        " "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "OriginalValue",
          "Description": [
            "Gets the old value of the calculated cell. Should be used only in  and .",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Object"
          }
        },
        {
          "Name": "ValueChanged",
          "Description": [
            "Whether the cell's value has been changed after the calculation.  Should be used only in .       ",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CalculatedValue",
          "Description": [
            "Gets the newly calculated value of the cell. Should be used only in .       ",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Object"
          }
        }
      ]
    },
    {
      "Name": "AutoFilter",
      "Description": [
        "Represents autofiltering for the specified worksheet."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "FilterColumns",
          "Description": [
            "Gets the collection of the filter columns."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "FilterColumn",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "FilterColumn"
            }
          }
        },
        {
          "Name": "Range",
          "Description": [
            "Represents the range to which the specified AutoFilter applies."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Sorter",
          "Description": [
            "Gets the data sorter."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSorter"
          }
        },
        {
          "Name": "ShowFilterButton",
          "Description": [
            "Indicates whether the AutoFilter button for this column is visible."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "AutoFitterOptions",
      "Description": [
        "Represents all auto fitter options."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "AutoFitMergedCellsType",
          "Description": [
            "Gets and set the type of auto fitting row height of merged cells."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IgnoreHidden",
          "Description": [
            "Ignores the hidden rows/columns."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "OnlyAuto",
          "Description": [
            "Indicates whether only fit the rows which height are not customed."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "DefaultEditLanguage",
          "Description": [
            "Gets or sets default edit language."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MaxRowHeight",
          "Description": [
            "Gets and sets the max row height(in unit of Point) when autofitting rows."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "AutoFitWrappedTextType",
          "Description": [
            "Gets and sets the type of auto fitting wrapped text."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "FormatStrategy",
          "Description": [
            "Gets and sets the formatted strategy."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ForRendering",
          "Description": [
            "Indicates whether fit for rendering purpose."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "Border",
      "Description": [
        "           Encapsulates the object that represents the cell border.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "LineStyle",
          "Description": [
            "Gets or sets the cell border type.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Color",
          "Description": [
            "Gets or sets the  of the border.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Color"
          }
        },
        {
          "Name": "BorderType",
          "Description": [
            "This class has a property called \"BorderType\" of type string that can be both get and set."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ThemeColor",
          "Description": [
            "Gets and sets the theme color of the border.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ThemeColor"
          }
        },
        {
          "Name": "ArgbColor",
          "Description": [
            "Gets and sets the color with a 32-bit ARGB value.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        }
      ]
    },
    {
      "Name": "CalculationOptions",
      "Description": [
        "           Represents options for calculation.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "CalcStackSize",
          "Description": [
            "Specifies the stack size for calculating cells recursively.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "IgnoreError",
          "Description": [
            "Indicates whether errors encountered while calculating formulas should be ignored.",
            "            The error may be unsupported function, external links, etc.",
            "            The default value is true.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "PrecisionStrategy",
          "Description": [
            "Specifies the strategy for processing precision of calculation.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Recursive",
          "Description": [
            "Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells.",
            "            The default value is true.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CustomEngine",
          "Description": [
            "The custom formula calculation engine to extend the default calculation engine of Aspose.Cells.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "AbstractCalculationEngine"
          }
        },
        {
          "Name": "CalculationMonitor",
          "Description": [
            "The monitor for user to track the progress of formula calculation.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "AbstractCalculationMonitor"
          }
        },
        {
          "Name": "LinkedDataSources",
          "Description": [
            "Specifies the data sources for external links used in formulas.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Array",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "Workbook"
            }
          }
        }
      ]
    },
    {
      "Name": "Cell",
      "Description": [
        "Encapsulates the object that represents a single Workbook cell."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Description": [
            "Gets the name of the cell."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Row",
          "Description": [
            "Gets row number (zero based) of the cell."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Column",
          "Description": [
            "Gets column number (zero based) of the cell."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Value",
          "Description": [
            "Gets the value contained in this cell."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Type",
          "Description": [
            "Represents cell value type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Formula",
          "Description": [
            "Gets or sets a formula of the ."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsFormula",
          "Description": [
            "Represents if the specified cell contains formula."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsMerged",
          "Description": [
            "Checks if a cell is part of a merged range or not."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsArrayHeader",
          "Description": [
            "Indicates the cell's formula is and array formula ",
            "                        and it is the first cell of the array."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsInArray",
          "Description": [
            "Indicates whether the cell formula is an array formula."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsErrorValue",
          "Description": [
            "Checks if the value of this cell is an error."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsInTable",
          "Description": [
            "Indicates whether this cell is part of table formula."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsStyleSet",
          "Description": [
            "Indicates if the cell's style is set. If return false, it means this cell has a default cell format."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "HtmlString",
          "Description": [
            "Gets and sets the html string which contains data and some formats in this cell."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Style",
          "Description": [
            "This class property represents a style element with the specified XML element name."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "Worksheet",
          "Description": [
            "Gets the parent worksheet."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "CellArea",
      "Description": [
        "           Represent an area of cells.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "EndColumn",
          "Description": [
            "The end column index."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "EndRow",
          "Description": [
            "The end row index."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "StartColumn",
          "Description": [
            "The start column index."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "StartRow",
          "Description": [
            "The start row index."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        }
      ]
    },
    {
      "Name": "Cells",
      "Description": [
        "Encapsulates a collection of cell relevant objects, such as Aspose.Cells.Cell, Aspose.Cells.Row, ...etc."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "MaxRow",
          "Description": [
            "Maximum row index of cell which contains data or style."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "MaxColumn",
          "Description": [
            "Maximum column index of those cells that have been instantiated in the collection(does not include the column",
            "                        where style is defined for the whole column but no cell has been instantiated in it)."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "CellCount",
          "Description": [
            "The class has a public property \"CellCount\" of type integer that can be read and modified."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Rows",
          "Description": [
            "Gets the collection of  objects that represents the individual rows in this worksheet."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "Columns",
          "Description": [
            "Gets the collection of  objects that represents the individual columns in this worksheet."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "CellList",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "LinkElement",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "LinkElement"
            }
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "CellsCloudFileInfo",
      "Description": [
        "Cells Cloud File information description."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Description": [
            "The file name."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Size",
          "Description": [
            "The file size."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Long"
          }
        },
        {
          "Name": "Folder",
          "Description": [
            "The file position."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Storage",
          "Description": [
            "The storage name."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "CellsCloudPublicKey",
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Exponent",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Modulus",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "CellsColor",
      "Description": [
        "           Represents all types of color.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Color",
          "Description": [
            "Gets and sets the RGB color.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Color"
          }
        },
        {
          "Name": "ColorIndex",
          "Description": [
            "Gets and sets the color index in the color palette. Only applies of indexed color.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "IsShapeColor",
          "Description": [
            "Gets and set the color which should apply to cell or shape.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "tint",
          "Description": [
            "Set the tint of the shape color"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "Argb",
          "Description": [
            "Gets and sets the color from a 32-bit ARGB value.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "ThemeColor",
          "Description": [
            "Gets the theme color. Only applies for theme color type.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ThemeColor"
          }
        },
        {
          "Name": "Type",
          "Description": [
            "The color type.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Transparency",
          "Description": [
            "Gets and sets transparency as a value from 0.0 (opaque) through 1.0 (clear).",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        }
      ]
    },
    {
      "Name": "CellsDocumentProperties",
      "Description": [
        "Excel properties"
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DocumentPropertyList",
          "Description": [
            "Document property list."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "CellsDocumentProperty",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "CellsDocumentProperty"
            }
          }
        }
      ]
    },
    {
      "Name": "CellsDocumentProperty",
      "Description": [
        "Cells document property."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Description": [
            "Returns the name of the property.",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Value",
          "Description": [
            "Gets or sets the value of the property."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsLinkedToContent",
          "Description": [
            "Indicates whether this property is linked to content"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Source",
          "Description": [
            "The linked content source."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Type",
          "Description": [
            "Gets the data type of the property.",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsGeneratedName",
          "Description": [
            "Returns true if this property does not have a name in the OLE2 storage and a ",
            " unique name was generated only for the public API.",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "Color",
      "Description": [
        "Color."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "A",
          "Description": [
            "Gets the alpha component value of this System.Drawing.Color structure.",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Byte"
          }
        },
        {
          "Name": "R",
          "Description": [
            "Gets the red component value of this System.Drawing.Color structure.",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Byte"
          }
        },
        {
          "Name": "G",
          "Description": [
            "Gets the green component value of this System.Drawing.Color structure."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Byte"
          }
        },
        {
          "Name": "B",
          "Description": [
            "Gets the blue component value of this System.Drawing.Color structure.",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Byte"
          }
        }
      ]
    },
    {
      "Name": "ColorFilter",
      "Description": [
        "Color filter."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "FilterByFillColor",
          "Description": [
            "Whether filter by the cell's fill color.",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Pattern",
          "Description": [
            "A property \"Pattern\" of type string with a getter and setter is defined."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Color",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsColor"
          }
        },
        {
          "Name": "ForegroundColorColor",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsColor"
          }
        },
        {
          "Name": "BackgroundColor",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsColor"
          }
        }
      ]
    },
    {
      "Name": "ColorScale",
      "Description": [
        "Describe the ColorScale conditional formatting rule. This conditional formatting",
        "   rule creates a gradated color scale on the cells.",
        "            "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "MaxCfvo",
          "Description": [
            "Get or set this ColorScale's max value object.",
            "            Cannot set null or CFValueObject with type FormatConditionValueType.Min to it.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ConditionalFormattingValue"
          }
        },
        {
          "Name": "MaxColor",
          "Description": [
            "Get or set the gradient color for the maximum value in the range.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Color"
          }
        },
        {
          "Name": "MidCfvo",
          "Description": [
            "Get or set this ColorScale's mid value object.",
            "            Cannot set CFValueObject with type FormatConditionValueType.Max or FormatConditionValueType.Min to it.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ConditionalFormattingValue"
          }
        },
        {
          "Name": "MidColor",
          "Description": [
            "Get or set the gradient color for the middle value in the range.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Color"
          }
        },
        {
          "Name": "MinCfvo",
          "Description": [
            "Get or set this ColorScale's min value object.",
            "            Cannot set null or CFValueObject with type FormatConditionValueType.Max to it.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ConditionalFormattingValue"
          }
        },
        {
          "Name": "MinColor",
          "Description": [
            "Get or set the gradient color for the minimum value in the range.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Color"
          }
        }
      ]
    },
    {
      "Name": "Column",
      "Description": [
        "Represents a single column in a worksheet."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "GroupLevel",
          "Description": [
            "Gets the group level of the column."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Index",
          "Description": [
            "Gets the index of this column."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "IsHidden",
          "Description": [
            "Indicates whether the column is hidden."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Width",
          "Description": [
            "Gets and sets the column width in unit of characters."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "Style",
          "Description": [
            "Gets the style of this column."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "Columns",
      "Description": [
        "Columns"
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "MaxColumn",
          "Description": [
            "The max column index."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "ColumnsCount",
          "Description": [
            "Column count."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "ColumnsList",
          "Description": [
            "Columns list."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "LinkElement",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "LinkElement"
            }
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "Comment",
      "Description": [
        "Encapsulates the object that represents a cell comment."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "CellName",
          "Description": [
            "Property: CellName attribute with XmlElement tag in the class."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Author",
          "Description": [
            "Gets and sets Name of the original comment author"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "HtmlNote",
          "Description": [
            "Gets and sets the html string which contains data and some formats in this comment."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Note",
          "Description": [
            "Represents the content of comment."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AutoSize",
          "Description": [
            "Indicates if size of comment is adjusted automatically according to its content."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsVisible",
          "Description": [
            "Represents if the comment is visible or not."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Width",
          "Description": [
            "Represents the width of the comment, in unit of pixels."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Description": [
            "Represents the Height of the comment, in unit of pixels."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "TextHorizontalAlignment",
          "Description": [
            "Gets and sets the text horizontal alignment type of the comment."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextOrientationType",
          "Description": [
            "Gets and sets the text orientation type of the comment."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalAlignment",
          "Description": [
            "Gets and sets the text vertical alignment type of the comment."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "Comments",
      "Description": [
        "Encapsulates a collection of  objects."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "CommentList",
          "Description": [
            "Property Summary: The CommentList property is annotated to be serialized as XML elements under the tag \"comment\" and holds a collection of LinkElement objects."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "LinkElement",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "LinkElement"
            }
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "ConditionalFormatting",
      "Description": [
        "I'm here to help! Please provide me with the features that need to be summarized."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "sqref",
          "Description": [
            "A public property called \"sqref\" of type string with a getter and a setter is defined in the class."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "FormatConditions",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "FormatCondition",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "FormatCondition"
            }
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "ConditionalFormattingIcon",
      "Description": [
        "           Represents  the custom  icon of conditional formatting rule.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ImageData",
          "Description": [
            "Gets the icon set data.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Index",
          "Description": [
            "Gets and sets the icon's index in the icon set.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Type",
          "Description": [
            "Gets and sets the icon set type.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ConditionalFormattings",
      "Description": [
        "Encapsulates a collection of  objects."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Count",
          "Description": [
            "The property \"Count\" is decorated with [XmlElement(\"count\")] attribute for XML serialization."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "ConditionalFormattingList",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "ConditionalFormatting",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "ConditionalFormatting"
            }
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "ConditionalFormattingValue",
      "Description": [
        "           Describes the values of the interpolation points in a gradient scale, dataBar or iconSet.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "IsGTE",
          "Description": [
            "Get or set the Greater Than Or Equal flag. ",
            "            Use only for icon sets, determines whether this threshold value uses ",
            "            the greater than or equal to operator. ",
            "            'false' indicates 'greater than' is used instead of 'greater than or equal to'.",
            "            Default value is true.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Type",
          "Description": [
            "Get or set the type of this conditional formatting value object.",
            "            Setting the type to FormatConditionValueType.Min or FormatConditionValueType.Max ",
            "            will auto set \"Value\" to null.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Value",
          "Description": [
            "Get or set the value of this conditional formatting value object.",
            "            It should be used in conjunction with Type.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Object"
          }
        }
      ]
    },
    {
      "Name": "CopyOptions",
      "Description": [
        "Represents the copy options."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ColumnCharacterWidth",
          "Description": [
            "Indicates whether copying column width in unit of characters.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CopyInvalidFormulasAsValues",
          "Description": [
            "If the formula is not valid for the dest destination, only copy values.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CopyNames",
          "Description": [
            "Indicates whether copying the names.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExtendToAdjacentRange",
          "Description": [
            "Indicates whether extend ranges when copying the range to adjacent range.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ReferToDestinationSheet",
          "Description": [
            "When copying the range in the same file and the chart refers to the source sheet,",
            "            False means the copied chart's data source will not be changed.",
            "            True means the copied chart's data source refers to the destination sheet.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ReferToSheetWithSameName",
          "Description": [
            "In ms excel, when copying formulas which refer to other worksheets while copying a worksheet to another one,",
            "            the copied formulas should refer to source workbook.",
            "            However, for some situations user may need the copied formulas refer to worksheets with the same name",
            "            in the same workbook, such as when those worksheets have been copied before this copy operation,",
            "            then this property should be kept as true.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CopyTheme",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "CriteriaMultipleFilter",
      "Description": [
        "1. Collaboration: Students will have the opportunity to work together on group projects and assignments.",
        "            2. Critical Thinking: Students will be encouraged to analyze, evaluate, and interpret information in a meaningful way.",
        "            3. Hands-on Learning: Students will participate in experiential activities to apply theoretical knowledge in practical settings.",
        "            4. Technology Integration: Students will utilize various digital tools and platforms to enhance their learning experience.",
        "            5. Communication Skills: Students will develop effective verbal and written communication skills through presentations and written assignments."
      ],
      "Type": "Class",
      "ParentName": "MultipleFilter",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Criteria",
          "Description": [
            "A property named \"Criteria\" of type string, allowing both getting and setting its value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "CustomFilter",
      "Description": [
        "           Represents the custom filter.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Criteria",
          "Description": [
            "Gets and sets the criteria.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Object"
          }
        },
        {
          "Name": "FilterOperatorType",
          "Description": [
            "Gets and sets the filter operator type.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "DataBar",
      "Description": [
        "Describe the DataBar conditional formatting rule. This conditional formatting",
        "   rule displays a gradated data bar in the range of cells."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "AxisColor",
          "Description": [
            "Gets the color of the axis for cells with conditional formatting as data bars.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Color"
          }
        },
        {
          "Name": "AxisPosition",
          "Description": [
            "Gets or sets the position of the axis of the data bars specified by a conditional formatting rule.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "BarBorder",
          "Description": [
            "Gets an object that specifies the border of a data bar.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataBarBorder"
          }
        },
        {
          "Name": "BarFillType",
          "Description": [
            "Gets or sets how a data bar is filled with color.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Color",
          "Description": [
            "Get or set this DataBar's Color.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Color"
          }
        },
        {
          "Name": "Direction",
          "Description": [
            "Gets or sets the direction the databar is displayed.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MaxCfvo",
          "Description": [
            "Get or set this DataBar's max value object.",
            "            Cannot set null or CFValueObject with type FormatConditionValueType.Min to it.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ConditionalFormattingValue"
          }
        },
        {
          "Name": "MaxLength",
          "Description": [
            "Represents the max length of data bar .",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "MinCfvo",
          "Description": [
            "Get or set this DataBar's min value object.",
            "            Cannot set null or CFValueObject with type FormatConditionValueType.Max to it.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ConditionalFormattingValue"
          }
        },
        {
          "Name": "MinLength",
          "Description": [
            "Represents the min length of data bar .",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "NegativeBarFormat",
          "Description": [
            "Gets the NegativeBarFormat object associated with a data bar conditional formatting rule.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "NegativeBarFormat"
          }
        },
        {
          "Name": "ShowValue",
          "Description": [
            "Get or set the flag indicating whether to show the values of the cells on which this data bar is applied.",
            "            Default value is true.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "DataBarBorder",
      "Description": [
        "           Represents the border of the data bars specified by a conditional formatting rule.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Color",
          "Description": [
            "Gets or sets the border's color of data bars specified by a conditional formatting rule.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Color"
          }
        },
        {
          "Name": "Type",
          "Description": [
            "Gets or sets the border's type of data bars specified by a conditional formatting rule.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "DataCleansing",
      "Description": [
        "Represents data cleansing."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Ranges",
          "Description": [
            "A property named \"Ranges\" of type IList Range with a default value of an empty List of Range objects."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "Range",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "Range"
            }
          }
        },
        {
          "Name": "NeedFillData",
          "Description": [
            "Represents whether the data needs to be populated."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "DataFill",
          "Description": [
            "Represents data fill."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataFill"
          }
        }
      ]
    },
    {
      "Name": "DataColumnFillValue",
      "Description": [
        "Represents that the data column is populated with the specified value."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ColumnIndex",
          "Description": [
            "Represents specified column index."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "DataFillValue",
          "Description": [
            "Represents specified data fill value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataFillValue"
          }
        }
      ]
    },
    {
      "Name": "DataFill",
      "Description": [
        "Represents data filling."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Ranges",
          "Description": [
            "Represents range of data filling."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "Range",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "Range"
            }
          }
        },
        {
          "Name": "DataFillDefaultValue",
          "Description": [
            "Represents that the data column is populated with the default value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataFillValue"
          }
        },
        {
          "Name": "DataColumnFillValueList",
          "Description": [
            "Represents that the data column is populated with the specified value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "DataColumnFillValue",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "DataColumnFillValue"
            }
          }
        }
      ]
    },
    {
      "Name": "DataFillValue",
      "Description": [
        "Represents that the data is populated with the specified value."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DefaultBoolean",
          "Description": [
            "Represents default bool value. "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "DefaultString",
          "Description": [
            "Represents default string value. ",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DefaultNumber",
          "Description": [
            "Represents default number value. ",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "DefaultDouble",
          "Description": [
            "Represents default double value. ",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "DefaultDate",
          "Description": [
            "Represents default date value. ",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "DataItem",
      "Description": [
        "Represents data item."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DataItemType",
          "Description": [
            "Represents data item type.",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Value",
          "Description": [
            "Represents data item value.",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "DataItemType",
      "Description": [
        "Represents data item type."
      ],
      "Type": "Enum",
      "ParentName": "Enum",
      "IsAbstract": false,
      "Properties": []
    },
    {
      "Name": "DataSorter",
      "Description": [
        "Summary description for DataSorter."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "CaseSensitive",
          "Description": [
            "Gets and sets whether case sensitive when comparing string.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "HasHeaders",
          "Description": [
            "Represents whether the range has headers.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "KeyList",
          "Description": [
            "Gets the key list of data sorter.",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "SortKey",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "SortKey"
            }
          }
        },
        {
          "Name": "SortLeftToRight",
          "Description": [
            "True means that sorting orientation is from left to right.",
            "            False means that sorting orientation is from top to bottom.",
            "            The default value is false.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortAsNumber",
          "Description": [
            "Indicates whether sorting anything that looks like a number.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Keys",
          "Description": [
            "Gets the key list of data sorter.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "DataSorterKey",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "DataSorterKey"
            }
          }
        }
      ]
    },
    {
      "Name": "DataSorterKey",
      "Description": [
        "Represents the key of the data sorter.",
        " "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Order",
          "Description": [
            "Indicates the order of sorting.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Index",
          "Description": [
            "Gets the sorted column index(absolute position, column A is 0, B is 1, ...).",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Type",
          "Description": [
            "Represents the type of sorting.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IconSetType",
          "Description": [
            "Represents the icon set type.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IconId",
          "Description": [
            "Represents the id of the icon set type.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Color",
          "Description": [
            "Gets the sorted color.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Color"
          }
        }
      ]
    },
    {
      "Name": "DataSource",
      "Description": [
        "Represents data source."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DataSourceType",
          "Description": [
            "Represents data source type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DataPath",
          "Description": [
            "Represents data path."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "DataSourceType",
      "Description": [
        "Represents data source type."
      ],
      "Type": "Enum",
      "ParentName": "Enum",
      "IsAbstract": false,
      "Properties": []
    },
    {
      "Name": "DateTimeGroupItem",
      "Description": [
        "Represents the datetime's group setting."
      ],
      "Type": "Class",
      "ParentName": "MultipleFilter",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DateTimeGroupingType",
          "Description": [
            "Gets and sets the group type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Day",
          "Description": [
            "Gets and sets the day of the grouped date time."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Hour",
          "Description": [
            "Gets and sets the hour of the grouped date time."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Minute",
          "Description": [
            "Gets and sets the minute of the grouped date time."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Month",
          "Description": [
            "Gets and sets the month of the grouped date time."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Second",
          "Description": [
            "Gets and sets the second of the grouped date time."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Year",
          "Description": [
            "Gets and sets the year of the grouped date time."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        }
      ]
    },
    {
      "Name": "DeduplicationRegion",
      "Description": [
        "Represents data deduplication region."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Ranges",
          "Description": [
            "Represents data range."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "Range",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "Range"
            }
          }
        },
        {
          "Name": "WorksheetNameList",
          "Description": [
            "Represents worksheet name list."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "String",
            "ElementDataType": {
              "Identifier": "String"
            }
          }
        }
      ]
    },
    {
      "Name": "DynamicFilter",
      "Description": [
        "           Represents the dynamic filter.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DynamicFilterType",
          "Description": [
            "Gets and sets the dynamic filter type.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MaxValue",
          "Description": [
            "Gets and sets the dynamic filter max value.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Object"
          }
        },
        {
          "Name": "Value",
          "Description": [
            "Gets and sets the dynamic filter value.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Object"
          }
        }
      ]
    },
    {
      "Name": "FileInfo",
      "Description": [
        "Represents file information."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Filename",
          "Description": [
            "Represents filename. "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "FileSize",
          "Description": [
            "Represents file size."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Long"
          }
        },
        {
          "Name": "FileContent",
          "Description": [
            "Represents file content,  byte to base64 string."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "FileSource",
      "Description": [
        "I'm sorry, I just realized you didn't provide any features for me to summarize. Please provide the features you'd like me to summarize for the class."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "FileSourceType",
          "Description": [
            "A property named FileSourceType of type FileSourceType that can be accessed and modified."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "FilePath",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "FileSourceType",
      "Description": [
        ""
      ],
      "Type": "Enum",
      "ParentName": "Enum",
      "IsAbstract": false,
      "Properties": []
    },
    {
      "Name": "FilesResult",
      "Description": [
        "Class features: Weekly lectures, group projects, midterm and final exams, and participation in class discussions."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Files",
          "Description": [
            "A property named **Files** of type **IList FileInfo ** containing a collection of file information objects."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "FileInfo",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "FileInfo"
            }
          }
        }
      ]
    },
    {
      "Name": "FilterColumn",
      "Description": [
        "           Represents a filter for a single column. The Filter object is a member of the Filters collection",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "FieldIndex",
          "Description": [
            "Gets and sets the column offset in the range.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "FilterType",
          "Description": [
            "Gets and sets the type fo filtering data.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MultipleFilters",
          "Description": [
            "This class contains a property named \"MultipleFilters\" of type \"MultipleFilters\" that can be both read and written."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "MultipleFilters"
          }
        },
        {
          "Name": "ColorFilter",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ColorFilter"
          }
        },
        {
          "Name": "CustomFilters",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "CustomFilter",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "CustomFilter"
            }
          }
        },
        {
          "Name": "DynamicFilter",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DynamicFilter"
          }
        },
        {
          "Name": "IconFilter",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "IconFilter"
          }
        },
        {
          "Name": "Top10Filter",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Top10Filter"
          }
        },
        {
          "Name": "Visibledropdown",
          "Description": [
            "Indicates whether the AutoFilter button for this column is visible.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "Font",
      "Description": [
        "           Encapsulates the font object used in a spreadsheet.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Color",
          "Description": [
            "Gets or sets the  of the font.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Color"
          }
        },
        {
          "Name": "DoubleSize",
          "Description": [
            "Gets and sets the double size of the font.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "IsBold",
          "Description": [
            "Gets or sets a value indicating whether the font is bold.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsItalic",
          "Description": [
            "Gets or sets a value indicating whether the font is italic.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsStrikeout",
          "Description": [
            "Gets or sets a value indicating whether the font is single strikeout.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsSubscript",
          "Description": [
            "Gets or sets a value indicating whether the font is subscript.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsSuperscript",
          "Description": [
            "Gets or sets a value indicating whether the font is super script.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Name",
          "Description": [
            "Gets  or sets the name of the .",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Size",
          "Description": [
            "Gets or sets the size of the font.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Underline",
          "Description": [
            "Gets or sets the font underline type.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "FontSetting",
      "Description": [
        "           Represents a range of characters within the cell text.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Font",
          "Description": [
            "Returns the font of this object.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "Length",
          "Description": [
            "Gets the length of the characters.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "StartIndex",
          "Description": [
            "Gets the start index of the characters.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "TextOptions",
          "Description": [
            "Returns the text options.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "TextOptions"
          }
        },
        {
          "Name": "Type",
          "Description": [
            "Gets the type of text node.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "FormatCondition",
      "Description": [
        "Represents conditional formatting condition."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Priority",
          "Description": [
            "The priority of this conditional formatting rule. This value is used to determine which",
            "                        format should be evaluated and rendered. Lower numeric values are higher priority than",
            "                        higher numeric values, where '1' is the highest priority."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Type",
          "Description": [
            "Gets and sets whether the conditional format Type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "StopIfTrue",
          "Description": [
            "True, no rules with lower priority may be applied over this rule, when this rule evaluates to true.",
            "                        Only applies for Excel 2007;"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "AboveAverage",
          "Description": [
            "Get the conditional formatting's \"AboveAverage\" instance.",
            "                        The default instance's rule highlights cells that are ",
            "                        above the average for all values in the range.",
            "                        Valid only for type = AboveAverage."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "AboveAverage"
          }
        },
        {
          "Name": "ColorScale",
          "Description": [
            "Get the conditional formatting's \"ColorScale\" instance.",
            "                        The default instance is a \"green-yellow-red\" 3ColorScale .",
            "                        Valid only for type = ColorScale."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ColorScale"
          }
        },
        {
          "Name": "DataBar",
          "Description": [
            "Get the conditional formatting's \"DataBar\" instance.",
            "                        The default instance's color is blue.",
            "                        Valid only for type is DataBar."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataBar"
          }
        },
        {
          "Name": "Formula1",
          "Description": [
            "Gets and sets the value or expression associated with conditional formatting."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Formula2",
          "Description": [
            "Gets and sets the value or expression associated with conditional formatting."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IconSet",
          "Description": [
            "Get the conditional formatting's \"IconSet\" instance.",
            "                        The default instance's IconSetType is TrafficLights31.",
            "                        Valid only for type = IconSet."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "IconSet"
          }
        },
        {
          "Name": "Operator",
          "Description": [
            "Gets and sets the conditional format operator type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Style",
          "Description": [
            "Gets or setts style of conditional formatted cell ranges."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Style"
          }
        },
        {
          "Name": "Text",
          "Description": [
            "The text value in a \"text contains\" conditional formatting rule. ",
            "                        Valid only for type = containsText, notContainsText, beginsWith and endsWith.",
            "                        The default value is null."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TimePeriod",
          "Description": [
            "The applicable time period in a \"date occurring…\" conditional formatting rule. ",
            "                        Valid only for type = timePeriod.",
            "                        The default value is TimePeriodType.Today."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Top10",
          "Description": [
            "Get the conditional formatting's \"Top10\" instance.",
            "                        The default instance's rule highlights cells whose",
            "                        values fall in the top 10 bracket.",
            "                        Valid only for type is Top10."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Top10"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "FormulaFormatCondition",
      "Description": [
        "Class summary: This class covers various features related to data visualization and graphical representation of data sets."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Formula1",
          "Description": [
            "Gets and sets the value or expression associated with conditional formatting."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Formula2",
          "Description": [
            "Gets and sets the value or expression associated with conditional formatting."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Operator",
          "Description": [
            "Gets and sets the conditional format operator type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "FormulaSettings",
      "Description": [
        "Settings of formulas and calculation.",
        " "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "CalculateOnOpen",
          "Description": [
            "Indicates whether the application is required to perform a full calculation when the workbook is opened.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CalculateOnSave",
          "Description": [
            "Indicates whether recalculate the workbook before saving the document, when in manual calculation mode.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ForceFullCalculation",
          "Description": [
            "Indicates whether calculates all formulas every time when a calculation is triggered.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CalculationMode",
          "Description": [
            "Gets or sets the mode for workbook calculation in ms excel.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CalculationId",
          "Description": [
            "Specifies the version of the calculation engine used to calculate values in the workbook.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "EnableIterativeCalculation",
          "Description": [
            "Indicates whether enable iterative calculation to resolve circular references.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "MaxIteration",
          "Description": [
            "The maximum iterations to resolve a circular reference.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "MaxChange",
          "Description": [
            "The maximum change to resolve a circular reference.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "PrecisionAsDisplayed",
          "Description": [
            "Whether the precision of calculated result be set as they are displayed while calculating formulas",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EnableCalculationChain",
          "Description": [
            "Whether enable calculation chain for formulas. Default is false.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "PreservePaddingSpaces",
          "Description": [
            "Indicates whether preserve those spaces and line breaks that are padded between formula tokens",
            "            while getting and setting formulas.",
            "            Default value is false.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "GlobalizationSettings",
      "Description": [
        "Represents the globalization settings.",
        " "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ChartSettings",
          "Description": [
            "Gets or sets the globalization settings for Chart.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ChartGlobalizationSettings"
          }
        },
        {
          "Name": "PivotSettings",
          "Description": [
            "Gets or sets the globalization settings for pivot table.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "PivotGlobalizationSettings"
          }
        },
        {
          "Name": "ListSeparator",
          "Description": [
            "Gets the separator for list, parameters of function, ...etc.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "RowSeparatorOfFormulaArray",
          "Description": [
            "Gets the separator for rows in array data in formula.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ColumnSeparatorOfFormulaArray",
          "Description": [
            "Gets the separator for the items in array's row data in formula.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "HorizontalPageBreak",
      "Description": [
        "           Encapsulates the object that represents a horizontal page break.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Row",
          "Description": [
            "Gets the zero based row index.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "EndColumn",
          "Description": [
            "Gets the end column index of this horizontal page break.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "StartColumn",
          "Description": [
            "Gets the start column index of this horizontal page break.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        }
      ]
    },
    {
      "Name": "HorizontalPageBreaks",
      "Description": [
        "Encapsulates a collection of  objects."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "Hyperlink",
      "Description": [
        "Encapsulates the object that represents a hyperlink."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Address",
          "Description": [
            "Represents the address of a hyperlink."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Area",
          "Description": [
            "Gets the range of hyperlink."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellArea"
          }
        },
        {
          "Name": "ScreenTip",
          "Description": [
            "Returns or sets the ScreenTip text for the specified hyperlink."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextToDisplay",
          "Description": [
            "Represents the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "LinkType",
          "Description": [
            "Gets the link type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "Hyperlinks",
      "Description": [
        "Encapsulates a collection of  objects."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Count",
          "Description": [
            "Property Summary: An integer property named Count with an XML element name \"count.\""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "HyperlinkList",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "LinkElement",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "LinkElement"
            }
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "IconFilter",
      "Description": [
        "           Represents icon filter.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "IconId",
          "Description": [
            "Gets and sets Zero-based index of an icon in an icon set.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "IconSetType",
          "Description": [
            "Gets and sets which icon set is used in the filter criteria.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "IconSet",
      "Description": [
        "Describe the IconSet conditional formatting rule. This conditional formatting",
        "    rule applies icons to cells according to their values."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "CfIcons",
          "Description": [
            "Get the from the collection",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "ConditionalFormattingIcon",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "ConditionalFormattingIcon"
            }
          }
        },
        {
          "Name": "Cfvos",
          "Description": [
            "Get the CFValueObjects instance.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "ConditionalFormattingValue",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "ConditionalFormattingValue"
            }
          }
        },
        {
          "Name": "IsCustom",
          "Description": [
            "Indicates whether the icon set is custom.",
            "            Default value is false.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Reverse",
          "Description": [
            "Get or set the flag indicating whether to reverses the default order of the icons in this icon set.",
            "            Default value is false.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowValue",
          "Description": [
            "Get or set the flag indicating whether to show the values of the cells on which this icon set is applied.",
            "            Default value is true.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IconSetType",
          "Description": [
            "Get or Set the icon set type to display.  Setting the type will auto check",
            "   if the current Cfvos's count is accord with the new type. If not accord,",
            "   old Cfvos will be cleaned and default Cfvos will be added.",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ImageAdaptOptions",
      "Description": [
        ""
      ],
      "Type": "Enum",
      "ParentName": "Enum",
      "IsAbstract": false,
      "Properties": []
    },
    {
      "Name": "Link",
      "Description": [
        "I'm glad to help! Please provide me with the features you would like me to summarize."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Href",
          "Description": [
            "Has a property named Href with the attribute ElementName set to \"href\"."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Rel",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Title",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Type",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "LinkElement",
      "Description": [
        "Class summary: The features include automatic emergency braking, lane keeping assist, adaptive cruise control, blind spot monitoring, and rear cross-traffic alert."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "link",
          "Description": [
            "The class has a property named \"link\" of type Link, which has a public get and set accessors."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "LoadOptions",
      "Description": [
        "Represents the options of loading the file."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ConvertNumericData",
          "Description": [
            "This class has a public property named \"ConvertNumericData\" of type string that can be read from and written to."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "InterruptMonitor",
          "Description": [
            "Gets and sets the interrupt monitor."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "LanguageCode",
          "Description": [
            "Gets or sets the user interface language of the Workbook version based on CountryCode that has saved the file."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "LoadDataOptions",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "LoadFormat",
          "Description": [
            "Gets the load format."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "OnlyLoadDocumentProperties",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ParsingFormulaOnOpen",
          "Description": [
            "Indicates whether parsing the formula when reading the file."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Password",
          "Description": [
            "Gets and set the password of the workbook."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Region",
          "Description": [
            "Gets or sets the system regional settings based on CountryCode at the time the file was loaded."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "StandardFont",
          "Description": [
            "Sets the default standard font name"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "StandardFontSize",
          "Description": [
            "Sets the default standard font size."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        }
      ]
    },
    {
      "Name": "MergedCell",
      "Description": [
        "I'm happy to help! Could you please provide me with the features you would like me to summarize for the class?"
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "EndColumn",
          "Description": [
            "An integer property named \"EndColumn\" with the XML element name \"endcolumn\"."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "EndRow",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "StartColumn",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "StartRow",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "MergedCells",
      "Description": [
        "Sure, could you please provide me with the features you would like me to summarize?"
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Count",
          "Description": [
            "An integer property labeled as \"count\" and marked as an XML element in the class."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "MergedCellList",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "LinkElement",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "LinkElement"
            }
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "MultipleFilter",
      "Description": [
        "Class Summary: The features include real-time collaboration, file sharing, scheduling, task tracking, and discussion forums to enhance communication and productivity."
      ],
      "Type": "Class",
      "IsAbstract": true,
      "Properties": []
    },
    {
      "Name": "MultipleFilters",
      "Description": [
        "           Represents the multiple filter collection.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "MatchBlank",
          "Description": [
            "A nullable boolean property that determines if a blank space should be matched."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "MultipleFilterList",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "MultipleFilter",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "MultipleFilter"
            }
          }
        }
      ]
    },
    {
      "Name": "Name",
      "Description": [
        "Represents a defined name for a range of cells."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Comment",
          "Description": [
            "Gets and sets the comment of the name.",
            "                        Only applies for Excel 2007."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "WorksheetIndex",
          "Description": [
            "Property Summary: WorksheetIndex is an optional integer property marked with the XmlElement attribute \"worksheetindex\"."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "IsReferred",
          "Description": [
            "Indicates whether this name is referred by other formulas."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsVisible",
          "Description": [
            "Indicates whether the name is visible."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "R1C1RefersTo",
          "Description": [
            "Gets or sets a R1C1 reference of the ."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "RefersTo",
          "Description": [
            "Returns or sets the formula that the name is defined to refer to, beginning with an equal sign."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Text",
          "Description": [
            "Gets the name text of the object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "Names",
      "Description": [
        "Represents a collection of all the  objects in the spreadsheet."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Count",
          "Description": [
            "This class property is tagged as an XML element named \"count\" and stores an integer value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "NameList",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "LinkElement",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "LinkElement"
            }
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "NegativeBarFormat",
      "Description": [
        "Represents the color settings of the data bars for negative values that are",
        "   defined by a data bar conditional formating rule.",
        "            "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "BorderColor",
          "Description": [
            "Gets or sets a FormatColor object that you can use to specify the border color for negative data bars.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Color"
          }
        },
        {
          "Name": "BorderColorType",
          "Description": [
            "Gets whether to use the same border color as positive data bars.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Color",
          "Description": [
            "Gets or sets a FormatColor object that you can use to specify the fill color for negative data bars.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Color"
          }
        },
        {
          "Name": "ColorType",
          "Description": [
            "Gets or sets whether to use the same fill color as positive data bars.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "PageSection",
      "Description": [
        "Class summary: Includes interactive discussions, group projects, guest speakers, and practical applications of course material."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Section",
          "Description": [
            "0,1,2  left , middle ,right"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Context",
          "Description": [
            "page context script",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Picture",
          "Description": [
            "A property named \"Picture\" with both getter and setter methods of type string is defined."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "FisrtPageContext",
          "Description": [
            "fisrt page context script"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "EvenPageContext",
          "Description": [
            "Even page context script"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "PageSetup",
      "Description": [
        "excel print page setting"
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "BlackAndWhite",
          "Description": [
            "Represents if elements of the document will be printed in black and white.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "BottomMargin",
          "Description": [
            "Represents the size of the bottom margin, in unit of centimeters.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "CenterHorizontally",
          "Description": [
            "Represent if the sheet is printed centered horizontally.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CenterVertically",
          "Description": [
            "Represent if the sheet is printed centered vertically.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "FirstPageNumber",
          "Description": [
            "Represents the first page number that will be used when this sheet is printed.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "FitToPagesTall",
          "Description": [
            "Represents  the number of pages tall the worksheet will be scaled to when it's printed.",
            "            The default value is 1.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "FitToPagesWide",
          "Description": [
            "Represents the number of pages wide the worksheet will be scaled to when it's printed.",
            "            The default value is 1.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "FooterMargin",
          "Description": [
            "Represents the distance from the bottom of the page to the footer, in unit of centimeters.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "HeaderMargin",
          "Description": [
            "Represents the distance from the top of the page to the header, in unit of centimeters.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "IsAutoFirstPageNumber",
          "Description": [
            "Indicates whether the first the page number is automatically assigned.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsHFAlignMargins",
          "Description": [
            "Indicates whether header and footer margins are aligned with the page margins.",
            "            If this property is true, the left header and footer will be aligned with the left margin,",
            "            and the right header and footer will be aligned with the right margin.",
            "            This option is enabled by default.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsHFDiffFirst",
          "Description": [
            "True means that the header/footer of the first page is different with other pages.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsHFDiffOddEven",
          "Description": [
            "True means that the header/footer of the odd pages is different with odd pages.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsHFScaleWithDoc",
          "Description": [
            "Indicates whether header and footer are scaled with document scaling.",
            "            Only applies for Excel 2007.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsPercentScale",
          "Description": [
            "If this property is False, the FitToPagesWide and FitToPagesTall properties control how the worksheet is scaled.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "LeftMargin",
          "Description": [
            "Represents the size of the left margin, in unit of centimeters.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "Order",
          "Description": [
            "Represents the order that Microsoft Excel uses to number pages when printing a large worksheet.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Orientation",
          "Description": [
            "Represents page print orientation.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "PaperSize",
          "Description": [
            "Represents the size of the paper.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "PrintArea",
          "Description": [
            "Represents the range to be printed.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "PrintComments",
          "Description": [
            "Represents the way comments are printed with the sheet.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "PrintCopies",
          "Description": [
            "Get and sets number of copies to print.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "PrintDraft",
          "Description": [
            "Represents if the sheet will be printed without graphics.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "PrintErrors",
          "Description": [
            "Specifies the type of print error displayed.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "PrintGridlines",
          "Description": [
            "Represents if cell gridlines are printed on the page.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "PrintHeadings",
          "Description": [
            "Represents if row and column headings are printed with this page.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "PrintQuality",
          "Description": [
            "Represents the print quality.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "PrintTitleColumns",
          "Description": [
            "Represents the columns that contain the cells to be repeated on the left side of each page.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "PrintTitleRows",
          "Description": [
            "Represents the rows that contain the cells to be repeated at the top of each page.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "RightMargin",
          "Description": [
            "Represents the size of the right margin, in unit of centimeters.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "TopMargin",
          "Description": [
            "Represents the size of the top margin, in unit of centimeters.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "Zoom",
          "Description": [
            "Represents the scaling factor in percent. It should be between 10 and 400.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Header",
          "Description": [
            "Represents the page header."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "PageSection",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "PageSection"
            }
          }
        },
        {
          "Name": "Footer",
          "Description": [
            "Represents the page footor."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "PageSection",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "PageSection"
            }
          }
        }
      ]
    },
    {
      "Name": "PasteOptions",
      "Description": [
        "Represents the paste special options.",
        "            "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "OnlyVisibleCells",
          "Description": [
            "True means only copying visible cells.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "PasteType",
          "Description": [
            "The paste special type.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SkipBlanks",
          "Description": [
            "Indicates whether skips blank cells.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Transpose",
          "Description": [
            "True to transpose rows and columns when the range is pasted. The default value is False.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "PdfSecurityOptions",
      "Description": [
        "Options for encrypting and access permissions for a PDF document.            PDF/A does not allow security setting."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "AnnotationsPermission",
          "Description": [
            "Indicates whether to allow to add or modify text annotations, fill in interactive form fields."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "AssembleDocumentPermission",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExtractContentPermission",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "FillFormsPermission",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "FullQualityPrintPermission",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ModifyDocumentPermission",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "OwnerPassword",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "PrintPermission",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "UserPassword",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "Protection",
      "Description": [
        "Represents the various types of protection options available for a worksheet.",
        "            "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "AllowDeletingColumn",
          "Description": [
            "Represents if the deletion of columns is allowed on a protected worksheet.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "AllowDeletingRow",
          "Description": [
            "Represents if the deletion of rows is allowed on a protected worksheet.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "AllowFiltering",
          "Description": [
            "Represents if the user is allowed to make use of an AutoFilter that was created before the sheet was protected.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "AllowFormattingCell",
          "Description": [
            "Represents if the formatting of cells is allowed on a protected worksheet.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "AllowFormattingColumn",
          "Description": [
            "Represents if the formatting of columns is allowed on a protected worksheet",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "AllowFormattingRow",
          "Description": [
            "Represents if the formatting of rows is allowed on a protected worksheet",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "AllowInsertingColumn",
          "Description": [
            "Represents if the insertion of columns is allowed on a protected worksheet",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "AllowInsertingHyperlink",
          "Description": [
            "Represents if the insertion of hyperlinks is allowed on a protected worksheet",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "AllowInsertingRow",
          "Description": [
            "Represents if the insertion of rows is allowed on a protected worksheet",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "AllowSorting",
          "Description": [
            "Represents if the sorting option is allowed on a protected worksheet.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "AllowUsingPivotTable",
          "Description": [
            "Represents if the user is allowed to manipulate pivot tables on a protected worksheet.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "AllowEditingContent",
          "Description": [
            "Represents if the user is allowed to edit contents of locked cells on a protected worksheet.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "AllowEditingObject",
          "Description": [
            "Represents if the user is allowed to manipulate drawing objects on a protected worksheet.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "AllowEditingScenario",
          "Description": [
            "Represents if the user is allowed to edit scenarios on a protected worksheet.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Password",
          "Description": [
            "Represents the password to protect the worksheet.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AllowSelectingLockedCell",
          "Description": [
            "Represents if the user is allowed to select locked cells on a protected worksheet.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "AllowSelectingUnlockedCell",
          "Description": [
            "Represents if the user is allowed to select unlocked cells on a protected worksheet.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "ProtectSheetParameter",
      "Description": [
        "Class Summary: The features discussed include natural language processing, image recognition, data visualization, clustering, regression, classification, and recommendation systems."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ProtectionType",
          "Description": [
            "Property Summary: Defines a public string property for the ProtectionType."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Password",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AllowEditArea",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "String",
            "ElementDataType": {
              "Identifier": "String"
            }
          }
        },
        {
          "Name": "AllowDeletingColumn",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AllowDeletingRow",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AllowFiltering",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AllowFormattingCell",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AllowFormattingColumn",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AllowFormattingRow",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AllowInsertingColumn",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AllowInsertingHyperlink",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AllowInsertingRow",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AllowSelectingLockedCell",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AllowSelectingUnlockedCell",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AllowSorting",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AllowUsingPivotTable",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "Range",
      "Description": [
        "           Encapsulates the object that represents a range of cells within a spreadsheet.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ColumnCount",
          "Description": [
            "Gets the count of columns in the range.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "ColumnWidth",
          "Description": [
            "Sets or gets the column width of this range",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "FirstColumn",
          "Description": [
            "Gets the index of the first column of the range.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "FirstRow",
          "Description": [
            "Gets the index of the first row of the range.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Name",
          "Description": [
            "Gets or sets the name of the range.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "RefersTo",
          "Description": [
            "Gets the range's refers to.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "RowCount",
          "Description": [
            "Gets the count of rows in the range.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "RowHeight",
          "Description": [
            "Sets or gets the height of rows in this range",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "Worksheet",
          "Description": [
            "Gets the object which contains this range.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "Ranges",
      "Description": [
        "           Encapsulates a collection of  objects.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "RangeList",
          "Description": [
            "Property Summary: Contains a list of ranges specified by the XmlElement \"Range\"."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "Range",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "Range"
            }
          }
        }
      ]
    },
    {
      "Name": "Row",
      "Description": [
        "Represents a single row in a worksheet."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "GroupLevel",
          "Description": [
            "Gets the group level of the row."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Description": [
            "Gets and sets the row height in unit of Points."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "Index",
          "Description": [
            "Gets the index of this row."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "IsBlank",
          "Description": [
            "Indicates whether the row contains any data"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsHeightMatched",
          "Description": [
            "Indicates that row height and default font height matches."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsHidden",
          "Description": [
            "Indicates whether the row is hidden."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Style",
          "Description": [
            "Represents the style of this row."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "Rows",
      "Description": [
        "Collects the  objects that represent the individual rows in a worksheet."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "MaxRow",
          "Description": [
            "This property allows access to set and retrieve the maximum row value in the class."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "RowsCount",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "RowsList",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "LinkElement",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "LinkElement"
            }
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "SaveResult",
      "Description": [
        "Represents save result."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Documents",
          "Description": [
            "Represents cells cloud file infomation."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "CellsCloudFileInfo",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "CellsCloudFileInfo"
            }
          }
        }
      ]
    },
    {
      "Name": "PaginatedSaveOptions",
      "Description": [
        "Represents the options for pagination."
      ],
      "Type": "Class",
      "ParentName": "SaveOptions",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DefaultFont",
          "Description": [
            "When characters in the Excel are Unicode and not be set with correct font in cell style,They may appear as block in pdf,image.Set the DefaultFont such as MingLiu or MS Gothic to show these characters. If this property is not set, Aspose.Cells will use system default font to show these unicode characters."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CheckWorkbookDefaultFont",
          "Description": [
            "When characters in the Excel are Unicode and not be set with correct font in cell style,They may appear as block in pdf,image.Set this to true to try to use workbook's default font to show these characters first."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CheckFontCompatibility",
          "Description": [
            "Indicates whether to check font compatibility for every character in text."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsFontSubstitutionCharGranularity",
          "Description": [
            "Indicates whether to only substitute the font of character when the cell font is not compatibility for it."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "OnePagePerSheet",
          "Description": [
            "If OnePagePerSheet is true , all content of one sheet will output to only one page in result.The paper size of pagesetup will be invalid, and the other settings of pagesetup will still take effect."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "AllColumnsInOnePagePerSheet",
          "Description": [
            "If AllColumnsInOnePagePerSheet is true , all column content of one sheet will output to only one page in result.The width of paper size of pagesetup will be ignored, and the other settings of pagesetup will still take effect."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IgnoreError",
          "Description": [
            "Indicates if you need to hide the error while rendering.The error can be error in shape, image, chart rendering, etc."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "OutputBlankPageWhenNothingToPrint",
          "Description": [
            "Indicates whether to output a blank page when there is nothing to print."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "PageIndex",
          "Description": [
            "Gets or sets the 0-based index of the first page to save."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "PageCount",
          "Description": [
            "Gets or sets the number of pages to save."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "PrintingPageType",
          "Description": [
            "Indicates which pages will not be printed."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "GridlineType",
          "Description": [
            "Gets or sets gridline type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextCrossType",
          "Description": [
            "Gets or sets displaying text type when the text width is larger than cell width."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DefaultEditLanguage",
          "Description": [
            "Gets or sets default edit language."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "EmfRenderSetting",
          "Description": [
            "Setting for rendering Emf metafile."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MergeAreas",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortExternalNames",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "UpdateSmartArt",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SaveFormat",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CachedFileFolder",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ClearData",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CreateDirectory",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EnableHTTPCompression",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "RefreshChartCache",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ValidateMergedAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CheckExcelRestriction",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EncryptDocumentProperties",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "SingleValue",
      "Description": [
        "Represents single value."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Value",
          "Description": [
            "Represents value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ValueType",
          "Description": [
            "Represents value type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ValueType"
          }
        }
      ]
    },
    {
      "Name": "SortKey",
      "Description": [
        "Represents sort key."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Key",
          "Description": [
            "Represents the key of sorting."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "SortOrder",
          "Description": [
            "Represents the order of sorting."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CustomList",
          "Description": [
            "This class includes a property named CustomList that is an array of strings with both getter and setter methods."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Array",
            "ElementDataType": {
              "Identifier": "String"
            }
          }
        },
        {
          "Name": "Order",
          "Description": [
            "Indicates the order of sorting."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Index",
          "Description": [
            "Gets the sorted column index(absolute position, column A is 0, B is 1, ...)."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Type",
          "Description": [
            "Represents the type of sorting."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "SplitResult",
      "Description": [
        "Represents the result of the file split."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Documents",
          "Description": [
            "Represents cells cloud file information."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "CellsCloudFileInfo",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "CellsCloudFileInfo"
            }
          }
        }
      ]
    },
    {
      "Name": "Style",
      "Description": [
        "           Represents display style of excel document,such as font,color,alignment,border,etc.            The Style object contains all style attributes (font, number format, alignment, and so on) as properties.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Font",
          "Description": [
            "Gets a  object.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "Name",
          "Description": [
            "Gets or sets the name of the style.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CultureCustom",
          "Description": [
            "Gets and sets the culture-dependent pattern string for number format.",
            "            If no number format has been set for this object, null will be returned.",
            "            If number format is builtin, the pattern string corresponding to the builtin number will be returned.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Custom",
          "Description": [
            "Represents the custom number format string of this style object.",
            "            If the custom number format is not set(For example, the number format is builtin), \"\" will be returned.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "BackgroundColor",
          "Description": [
            "Gets or sets a style's background color.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Color"
          }
        },
        {
          "Name": "ForegroundColor",
          "Description": [
            "Gets or sets a style's foreground color.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Color"
          }
        },
        {
          "Name": "IsFormulaHidden",
          "Description": [
            "Represents if the formula will be hidden when the worksheet is protected.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsDateTime",
          "Description": [
            "Indicates whether the number format is a date format.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsTextWrapped",
          "Description": [
            "Gets or sets a value indicating whether the text within a cell is wrapped.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsGradient",
          "Description": [
            "Indicates whether the cell shading is a gradient pattern.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLocked",
          "Description": [
            "Gets or sets a value indicating whether a cell can be modified or not.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsPercent",
          "Description": [
            "Indicates whether the number format is a percent format.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShrinkToFit",
          "Description": [
            "Represents if text automatically shrinks to fit in the available column width.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IndentLevel",
          "Description": [
            "Represents the indent level for the cell or range. Can only be an integer from 0 to 250.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Number",
          "Description": [
            "Gets or sets the display format of numbers and dates. The formatting patterns are different for different regions.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "RotationAngle",
          "Description": [
            "Represents text rotation angle.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Pattern",
          "Description": [
            "Gets or sets the cell background pattern type.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextDirection",
          "Description": [
            "Represents text reading order.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "VerticalAlignment",
          "Description": [
            "Gets or sets the vertical alignment type of the text in a cell.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "HorizontalAlignment",
          "Description": [
            "Gets or sets the horizontal alignment type of the text in a cell.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "BorderCollection",
          "Description": [
            "A public property named `BorderCollection` that is a list of `Border` objects."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "Border",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "Border"
            }
          }
        },
        {
          "Name": "BackgroundThemeColor",
          "Description": [
            "Gets and sets the background theme color.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ThemeColor"
          }
        },
        {
          "Name": "ForegroundThemeColor",
          "Description": [
            "Gets and sets the foreground theme color.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ThemeColor"
          }
        }
      ]
    },
    {
      "Name": "StyleFormatCondition",
      "Description": [
        "Represents style format condition."
      ],
      "Type": "Class",
      "ParentName": "FormatCondition",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Priority",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Type",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "StopIfTrue",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "AboveAverage",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "AboveAverage"
          }
        },
        {
          "Name": "ColorScale",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ColorScale"
          }
        },
        {
          "Name": "DataBar",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataBar"
          }
        },
        {
          "Name": "Formula1",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Formula2",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IconSet",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "IconSet"
          }
        },
        {
          "Name": "Operator",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Style",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Style"
          }
        },
        {
          "Name": "Text",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TimePeriod",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Top10",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Top10"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "Styles",
      "Description": [
        "Represents data style collection."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "StyleList",
          "Description": [
            "This property contains a list of elements with the tag \"style\"."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "Style",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "Style"
            }
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "TextFormatCondition",
      "Description": [
        "Represents text format condition."
      ],
      "Type": "Class",
      "ParentName": "FormulaFormatCondition",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Text",
          "Description": [
            "The text value in a \"text contains\" conditional formatting rule. Valid only",
            "                for type = containsText, notContainsText, beginsWith and endsWith.  The default",
            "                value is null."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Formula1",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Formula2",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Operator",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "TextItem",
      "Description": [
        "Represents text item."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Text",
          "Description": [
            "Represents text content."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "TextItems",
      "Description": [
        "Represents text item collection."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "TextItemList",
          "Description": [
            "Represents text item collection"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "TextItem",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "TextItem"
            }
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "TextOptions",
      "Description": [
        "Represents the text options."
      ],
      "Type": "Class",
      "ParentName": "Font",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Fill",
          "Description": [
            "Represents fill format."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FillFormat"
          }
        },
        {
          "Name": "Kerning",
          "Description": [
            "Represents kerning."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "Outline",
          "Description": [
            "Represents outline format."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LineFormat"
          }
        },
        {
          "Name": "Shadow",
          "Description": [
            "Represents shadow effect."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ShadowEffect"
          }
        },
        {
          "Name": "Spacing",
          "Description": [
            "Represents spacing."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "UnderlineColor",
          "Description": [
            "Represents under line color."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsColor"
          }
        },
        {
          "Name": "Color",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Color"
          }
        },
        {
          "Name": "DoubleSize",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "IsBold",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsItalic",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsStrikeout",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsSubscript",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsSuperscript",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Name",
          "Description": [
            "The class has a public property named \"Name\" with a getter and setter method."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Size",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Underline",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ThemeColor",
      "Description": [
        "           Represents a theme color.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ColorType",
          "Description": [
            "Gets and sets the theme type.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Tint",
          "Description": [
            "Gets and sets the tint value.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        }
      ]
    },
    {
      "Name": "TimePeriodFormatCondition",
      "Description": [
        "Represents time period format condition."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "TimePeriod",
          "Description": [
            "The applicable time period in a \"date occurring…\" conditional formatting",
            "                rule. Valid only for type = timePeriod.  The default value is TimePeriodType.Today"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "Top10",
      "Description": [
        "Describe the Top10 conditional formatting rule. This conditional formatting",
        "    rule highlights cells whose values fall in the top N or bottom N bracket,",
        "    as specified."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "IsBottom",
          "Description": [
            "Get or set whether a \"top/bottom n\" rule is a \"bottom n\" rule.",
            "            Default value is false.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsPercent",
          "Description": [
            "Get or set whether a \"top/bottom n\" rule is a \"top/bottom n percent\" rule.",
            "            Default value is false.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Rank",
          "Description": [
            "Get or set the value of \"n\" in a \"top/bottom n\" conditional formatting rule.",
            "            If IsPercent is true, the value must between 0 and 100.",
            "            Otherwise it must between 0 and 1000.",
            "            Default value is 10.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        }
      ]
    },
    {
      "Name": "Top10Filter",
      "Description": [
        "           Represents the top 10 filter.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "FieldIndex",
          "Description": [
            "An integer property named FieldIndex that can be accessed and modified.",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Criteria",
          "Description": [
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsPercent",
          "Description": [
            "Indicates whether the items is percent.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsTop",
          "Description": [
            "Indicates whether it's top filter.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Items",
          "Description": [
            "Gets and sets the items of the filter.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        }
      ]
    },
    {
      "Name": "Validation",
      "Description": [
        "Represents data validation.settings."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "AlertStyle",
          "Description": [
            "Represents the validation alert style."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AreaList",
          "Description": [
            "Represents a collection of Aspose.Cells.CellArea which contains the data",
            "                validation settings."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "CellArea",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "CellArea"
            }
          }
        },
        {
          "Name": "ErrorMessage",
          "Description": [
            "Represents the data validation error message."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ErrorTitle",
          "Description": [
            "Represents the title of the data-validation error dialog box."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Formula1",
          "Description": [
            "Represents the value or expression associated with the data validation."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Formula2",
          "Description": [
            "Represents the value or expression associated with the data validation."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IgnoreBlank",
          "Description": [
            "Indicates whether blank values are permitted by the range data validation."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "InCellDropDown",
          "Description": [
            "Indicates whether data validation displays a drop-down list that contains acceptable values."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "InputMessage",
          "Description": [
            "Represents the data validation input message."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "InputTitle",
          "Description": [
            "Represents the title of the data-validation input dialog box."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Operator",
          "Description": [
            "Represents the operator for the data validation."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ShowError",
          "Description": [
            "Indicates whether the data validation error message will be displayed whenever the user enters invalid data."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowInput",
          "Description": [
            "Indicates whether the data validation input message will be displayed whenever the user selects a cell in the data validation range."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Type",
          "Description": [
            "Represents the data validation type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Value1",
          "Description": [
            "Represents the first value associated with the data validation."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Value2",
          "Description": [
            "Represents the second value associated with the data validation."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "Validations",
      "Description": [
        "Represents data validation collection."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Count",
          "Description": [
            "Property summary: The property \"Count\" with an XML element name \"count\" returns the number of items in the \"ValidationList\"."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "ValidationList",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "LinkElement",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "LinkElement"
            }
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "VerticalPageBreak",
      "Description": [
        "           Encapsulates the object that represents a vertical page break.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Column",
          "Description": [
            "Gets the column index of the vertical page break.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "EndRow",
          "Description": [
            "Gets the end row index of the vertical page break.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "StartRow",
          "Description": [
            "Gets the start row index of the vertical page break.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        }
      ]
    },
    {
      "Name": "VerticalPageBreaks",
      "Description": [
        "Encapsulates a collection of  objects."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "Workbook",
      "Description": [
        "           Represents a root object to create an Excel spreadsheet.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "FileName",
          "Description": [
            "Gets and sets the current file name.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Links",
          "Description": [
            "A property of type List Link  named Links is specified to be serialized as an XmlElement with the tag \"link\"."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "Link",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "Link"
            }
          }
        },
        {
          "Name": "Worksheets",
          "Description": [
            "Gets the  collection in the spreadsheet.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "DefaultStyle",
          "Description": [
            "Gets or sets the default  object of the workbook.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "DocumentProperties",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "Names",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "Settings",
          "Description": [
            "Represents the workbook settings.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "IsWriteProtected",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsProtected",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsEncryption",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Password",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "WorkbookSettings",
      "Description": [
        "           Represents all settings of the workbook.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "AutoCompressPictures",
          "Description": [
            "Specifies a boolean value that indicates the application automatically compressed pictures in the workbook.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "AutoRecover",
          "Description": [
            "Indicates whether the file is mark for auto-recovery.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "BuildVersion",
          "Description": [
            "Specifies the incremental public release of the application.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CalcMode",
          "Description": [
            "It specifies whether to calculate formulas manually,",
            "            automatically or automatically except for multiple table operations.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CalculationId",
          "Description": [
            "Specifies the version of the calculation engine used to calculate values in the workbook.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CheckComptiliblity",
          "Description": [
            "Indicates whether check comptiliblity when saving workbook.",
            "            ",
            "             Remarks:",
            " The default value is true.",
            "             "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CheckExcelRestriction",
          "Description": [
            "Whether check restriction of excel file when user modify cells related objects.",
            "            For example, excel does not allow inputting string value longer than 32K.",
            "            When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception.",
            "            If this property is false, we will accept your input string value as the cell's value so that later",
            "            you can output the complete string value for other file formats such as CSV.",
            "            However, if you have set such kind of value that is invalid for excel file format,",
            "            you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CrashSave",
          "Description": [
            "indicates whether the application last saved the workbook file after a crash.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CreateCalcChain",
          "Description": [
            "Whether creates calculated formulas chain. Default is false.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "DataExtractLoad",
          "Description": [
            "indicates whether the application last opened the workbook for data recovery.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Date1904",
          "Description": [
            "Gets or sets a value which represents if the workbook uses the 1904 date system.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "DisplayDrawingObjects",
          "Description": [
            "Indicates whether and how to show objects in the workbook.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "EnableMacros",
          "Description": [
            "Enable macros;",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "FirstVisibleTab",
          "Description": [
            "Gets or sets the first visible worksheet tab.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "HidePivotFieldList",
          "Description": [
            "Gets and sets whether hide the field list for the PivotTable.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsDefaultEncrypted",
          "Description": [
            "Indicates whether encrypting the workbook with default password if Structure and Windows of the workbook are locked.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsHidden",
          "Description": [
            "Indicates whether this workbook is hidden.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsHScrollBarVisible",
          "Description": [
            "Gets or sets a value indicating whether the generated spreadsheet will contain a horizontal scroll bar.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsMinimized",
          "Description": [
            "Represents whether the generated spreadsheet will be opened Minimized.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsVScrollBarVisible",
          "Description": [
            "Gets or sets a value indicating whether the generated spreadsheet will contain a vertical scroll bar.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Iteration",
          "Description": [
            "Indicates whether enable iterative calculation to resolve circular references.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "LanguageCode",
          "Description": [
            "Gets or sets the user interface language of the Workbook version based on CountryCode that has saved the file.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MaxChange",
          "Description": [
            "Returns or sets the maximum number of change to resolve a circular reference.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "MaxIteration",
          "Description": [
            "Returns or sets the maximum number of iterations to resolve a circular reference.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "MemorySetting",
          "Description": [
            "Gets or sets the memory usage options. The new option will be taken as the default option for newly created worksheets but does not take effect for existing worksheets.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "NumberDecimalSeparator",
          "Description": [
            "Gets or sets the decimal separator for formatting/parsing numeric values. Default is the decimal separator of current Region.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "NumberGroupSeparator",
          "Description": [
            "Gets or sets the character that separates groups of digits to the left of the decimal in numeric values. Default is the group separator of current Region.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ParsingFormulaOnOpen",
          "Description": [
            "Indicates whether parsing the formula when reading the file.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "PrecisionAsDisplayed",
          "Description": [
            "True if calculations in this workbook will be done using only the precision of the numbers as they're displayed",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "RecalculateBeforeSave",
          "Description": [
            "Indicates whether to recalculate before saving the document.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ReCalculateOnOpen",
          "Description": [
            "Indicates whether re-calculate all formulas on opening file.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "RecommendReadOnly",
          "Description": [
            "Indicates if the Read Only Recommended option is selected.",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Region",
          "Description": [
            "Gets or sets the regional settings for workbook.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "RemovePersonalInformation",
          "Description": [
            "True if personal information can be removed from the specified workbook.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "RepairLoad",
          "Description": [
            "Indicates whether the application last opened the workbook in safe or repair mode.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Shared",
          "Description": [
            "Gets or sets a value that indicates whether the Workbook is shared.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SheetTabBarWidth",
          "Description": [
            "Width of worksheet tab bar (in 1/1000 of window width).",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "ShowTabs",
          "Description": [
            "Get or sets a value whether the Workbook tabs are displayed.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "UpdateAdjacentCellsBorder",
          "Description": [
            "Indicates whether update adjacent cells' border.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "UpdateLinksType",
          "Description": [
            "Gets and sets how updates external links when the workbook is opened.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "WindowHeight",
          "Description": [
            "The height of the window, in unit of point.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "WindowLeft",
          "Description": [
            "The distance from the left edge of the client area to the left edge of the window, in unit of point.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "WindowTop",
          "Description": [
            "The distance from the top edge of the client area to the top edge of the window, in unit of point.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "WindowWidth",
          "Description": [
            "The width of the window, in unit of point.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "Author",
          "Description": [
            "Gets and sets the author of the file.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CheckCustomNumberFormat",
          "Description": [
            "Indicates whether checking custom number format when setting Style.Custom.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ProtectionType",
          "Description": [
            "Gets the protection type of the workbook.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "GlobalizationSettings",
          "Description": [
            "Gets and sets the globalization settings.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "GlobalizationSettings"
          }
        },
        {
          "Name": "Password",
          "Description": [
            "Represents Workbook file encryption password.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "WriteProtection",
          "Description": [
            "Provides access to the workbook write protection options.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "WriteProtection"
          }
        },
        {
          "Name": "IsEncrypted",
          "Description": [
            "Gets a value that indicates whether a password is required to open this workbook.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsProtected",
          "Description": [
            "Gets a value that indicates whether the structure or window of the Workbook is protected.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "MaxRow",
          "Description": [
            "Gets the max row index, zero-based.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "MaxColumn",
          "Description": [
            "Gets the max column index, zero-based.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "SignificantDigits",
          "Description": [
            "Gets and sets the number of significant digits.",
            "            The default value is .",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "CheckCompatibility",
          "Description": [
            "Indicates whether check compatibility with earlier versions when saving workbook.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "PaperSize",
          "Description": [
            "Gets and sets the default print paper size.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MaxRowsOfSharedFormula",
          "Description": [
            "Gets and sets the max row number of shared formula.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Compliance",
          "Description": [
            "Specifies the OOXML version for the output document. The default value is Ecma376_2006.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "QuotePrefixToStyle",
          "Description": [
            "Indicates whether setting  property when entering the string value(which starts  with single quote mark ) to the cell",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "FormulaSettings",
          "Description": [
            "Gets the settings for formula-related features.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FormulaSettings"
          }
        },
        {
          "Name": "ForceFullCalculate",
          "Description": [
            "Fully calculates every time when a calculation is triggered.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "Worksheet",
      "Description": [
        "           Encapsulates the object that represents a single worksheet.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Links",
          "Description": [
            "Property Summary: Contains a list of links represented by the class link."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "Link",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "Link"
            }
          }
        },
        {
          "Name": "DisplayRightToLeft",
          "Description": [
            "Indicates if the specified worksheet is displayed from right to left instead of from left to right.",
            "            Default is false.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "DisplayZeros",
          "Description": [
            "True if zero values are displayed.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "FirstVisibleColumn",
          "Description": [
            "Represents first visible column index.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "FirstVisibleRow",
          "Description": [
            "Represents first visible row index.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Name",
          "Description": [
            "Gets or sets the name of the worksheet.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Index",
          "Description": [
            "Gets the index of sheet in the worksheet collection.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "IsGridlinesVisible",
          "Description": [
            "Gets or sets a value indicating whether the gridlines are visible.Default is true.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsOutlineShown",
          "Description": [
            "Indicates whether to show outline.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsPageBreakPreview",
          "Description": [
            "Indicates whether the specified worksheet is shown in normal view or page break preview.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsVisible",
          "Description": [
            "Represents if the worksheet is visible.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsProtected",
          "Description": [
            "Indicates if the worksheet is protected.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsRowColumnHeadersVisible",
          "Description": [
            "Gets or sets a value indicating whether the worksheet will display row and column headers.",
            "            Default is true.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsRulerVisible",
          "Description": [
            "Indicates whether the ruler is visible. This property is only applied for page break preview.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsSelected",
          "Description": [
            "Indicates whether this worksheet is selected when the workbook is opened.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "TabColor",
          "Description": [
            "Represents worksheet tab color.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Color"
          }
        },
        {
          "Name": "TransitionEntry",
          "Description": [
            "Indicates whether the Transition Formula Entry (Lotus compatibility) option is enabled.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "TransitionEvaluation",
          "Description": [
            "Indicates whether the Transition Formula Evaluation (Lotus compatibility) option is enabled.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Type",
          "Description": [
            "Represents worksheet type.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ViewType",
          "Description": [
            "Gets and sets the view type.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "VisibilityType",
          "Description": [
            "Indicates the visible state for this sheet.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Zoom",
          "Description": [
            "Represents the scaling factor in percentage. It should be between 10 and 400.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Cells",
          "Description": [
            "Gets the  collection.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "Charts",
          "Description": [
            "Gets a  collection",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "AutoShapes",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "OleObjects",
          "Description": [
            "Represents a collection of  in a worksheet.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "Comments",
          "Description": [
            "Gets the  collection.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "Pictures",
          "Description": [
            "Gets a  collection.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "MergedCells",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "Validations",
          "Description": [
            "Gets the data validation setting collection in the worksheet.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "ConditionalFormattings",
          "Description": [
            "Gets the ConditionalFormattings in the worksheet.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "Hyperlinks",
          "Description": [
            "Gets the  collection.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        }
      ]
    },
    {
      "Name": "Worksheets",
      "Description": [
        "Encapsulates a collection of  objects."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "WorksheetList",
          "Description": [
            "A property named \"WorksheetList\" that contains a list of elements with the XML element name \"worksheet\"."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "LinkElement",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "LinkElement"
            }
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "WriteProtection",
      "Description": [
        "Specifies write protection settings for a workbook.",
        " "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Author",
          "Description": [
            "Gets and sets the author.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "RecommendReadOnly",
          "Description": [
            "Indicates if the Read Only Recommended option is selected.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsWriteProtected",
          "Description": [
            "Indicates whether this workbook is write protected.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Password",
          "Description": [
            "Sets the protected password to modify the file.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "XmlDataBinding",
      "Description": [
        "Represents Xml Data Binding information.",
        " "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Url",
          "Description": [
            "Gets source url of this data binding.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "XmlMap",
      "Description": [
        "Represents Xml map information.",
        " "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Description": [
            "Returns or sets the name of the object.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "RootElementName",
          "Description": [
            "Gets root element name.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DataBinding",
          "Description": [
            "Gets an  of this map.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "XmlDataBinding"
          }
        }
      ]
    },
    {
      "Name": "CellsObjectOperateTaskParameter",
      "Description": [
        "Represents cells object operate task parameter."
      ],
      "Type": "Class",
      "ParentName": "TaskParameter",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "OperateObject",
          "Description": [
            "Represents object operate."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "OperateObject"
          }
        },
        {
          "Name": "OperateParameter",
          "Description": [
            "Represents operate parameter."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "OperateParameter"
          }
        },
        {
          "Name": "DestinationDataSource",
          "Description": [
            "Represents destination data source."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "DestinationWorkbook",
          "Description": [
            "Represents destination data source."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileSource"
          }
        }
      ]
    },
    {
      "Name": "ConvertTaskParameter",
      "Description": [
        "Represents convert task parameter."
      ],
      "Type": "Class",
      "ParentName": "TaskParameter",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DataSource",
          "Description": [
            "Represents data source of task object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "Workbook",
          "Description": [
            "Represents data source of task object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileSource"
          }
        },
        {
          "Name": "DestinationFile",
          "Description": [
            "Represents destination file."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Region",
          "Description": [
            "Represents Excel data region."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SaveOptions",
          "Description": [
            "Represents save options."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "SaveOptions"
          }
        }
      ]
    },
    {
      "Name": "ConvertWorksheetTaskParameter",
      "Description": [
        "Represents convert worksheet task parameter."
      ],
      "Type": "Class",
      "ParentName": "TaskParameter",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DataSource",
          "Description": [
            "Represents data source of task object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "Workbook",
          "Description": [
            "Represents data source of task object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileSource"
          }
        },
        {
          "Name": "Sheet",
          "Description": [
            "Represents worksheet."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TargetDataSource",
          "Description": [
            "Represents destination data source."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "Target",
          "Description": [
            "Represents destination data source."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileSource"
          }
        },
        {
          "Name": "Format",
          "Description": [
            "Represents destination data format."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Area",
          "Description": [
            "Represents converted data area."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "PageIndex",
          "Description": [
            "Represents converted page index."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "VerticalResolution",
          "Description": [
            "Represents vertical resolution."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "HorizontalResolution",
          "Description": [
            "Represents horizontal resolution."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        }
      ]
    },
    {
      "Name": "ImportDataTaskParameter",
      "Description": [
        "Represents import data task parameter."
      ],
      "Type": "Class",
      "ParentName": "TaskParameter",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DataSource",
          "Description": [
            "Represents data source of task object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "Workbook",
          "Description": [
            "Represents data source of task object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileSource"
          }
        },
        {
          "Name": "ImportOption",
          "Description": [
            "Represents import option."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ImportOption"
          }
        },
        {
          "Name": "TargetDataSource",
          "Description": [
            "Represents destination data source."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "DestinationWorkbook",
          "Description": [
            "Represents destination data source."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileSource"
          }
        }
      ]
    },
    {
      "Name": "ResultDestination",
      "Description": [
        "Represents result destination."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DestinationType",
          "Description": [
            "Represents destination data type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "InputFile",
          "Description": [
            "Represents input file."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "OutputFile",
          "Description": [
            "Represents output file."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ResultDestinationType",
      "Description": [
        "Represents result destination type."
      ],
      "Type": "Enum",
      "ParentName": "Enum",
      "IsAbstract": false,
      "Properties": []
    },
    {
      "Name": "ResultSource",
      "Description": [
        "Represents result source type."
      ],
      "Type": "Enum",
      "ParentName": "Enum",
      "IsAbstract": false,
      "Properties": []
    },
    {
      "Name": "SaveFilesToCloudResult",
      "Description": [
        "Represents save file to cloud result."
      ],
      "Type": "Class",
      "ParentName": "TaskRunResult",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "SavedFiles",
          "Description": [
            "This class has a property named SavedFiles of type List Link."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "Link",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "Link"
            }
          }
        },
        {
          "Name": "Description",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "OutFileList",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Container",
            "Reference": "DataSource",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "DataSource"
            }
          }
        }
      ]
    },
    {
      "Name": "SaveResultTaskParameter",
      "Description": [
        "Represents save result task parameter."
      ],
      "Type": "Class",
      "ParentName": "TaskParameter",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ResultSource",
          "Description": [
            "Represents result data source."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ResultDestination",
          "Description": [
            "Represents result destination data."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ResultDestination"
          }
        }
      ]
    },
    {
      "Name": "SmartMarkerTaskParameter",
      "Description": [
        "Represents smart marker task parameter."
      ],
      "Type": "Class",
      "ParentName": "TaskParameter",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "SourceWorkbook",
          "Description": [
            "Represents data source of task object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileSource"
          }
        },
        {
          "Name": "DestinationWorkbook",
          "Description": [
            "Represents data source of task object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileSource"
          }
        },
        {
          "Name": "xmlFile",
          "Description": [
            "Represents xml file."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileSource"
          }
        },
        {
          "Name": "DataSource",
          "Description": [
            "Represents destination data source."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "TargetDataSource",
          "Description": [
            "Represents destination data source."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "XMLFileDataSource",
          "Description": [
            "Represents xml file."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        }
      ]
    },
    {
      "Name": "SplitWorkbookTaskParameter",
      "Description": [
        "Represents split workbook task parameter."
      ],
      "Type": "Class",
      "ParentName": "TaskParameter",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Workbook",
          "Description": [
            "Represents data source of task object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileSource"
          }
        },
        {
          "Name": "DestinationFilePosition",
          "Description": [
            "Represents data source of task object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileSource"
          }
        },
        {
          "Name": "DataSource",
          "Description": [
            "Represents destination data source."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "TargetDataSource",
          "Description": [
            "Represents destination data source."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "DestinationFileFormat",
          "Description": [
            "Represents destination data file format."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SplitNameRule",
          "Description": [
            "SheetName /NewGuid"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "VerticalResolution",
          "Description": [
            "When destination file format is image , vertical resolution can not be null."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "HorizontalResolution",
          "Description": [
            "When destination file format is image , horizontal resolution can not be null."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        }
      ]
    },
    {
      "Name": "TaskData",
      "Description": [
        "Represents task data."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Tasks",
          "Description": [
            "Represents task description list."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "TaskDescription",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "TaskDescription"
            }
          }
        }
      ]
    },
    {
      "Name": "TaskDescription",
      "Description": [
        "Represents task description."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "TaskType",
          "Description": [
            "Represents task type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TaskParameter",
          "Description": [
            "Represents task parameter."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "TaskParameter"
          }
        }
      ]
    },
    {
      "Name": "TaskParameter",
      "Description": [
        "Represents task parameter."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": []
    },
    {
      "Name": "TaskResultParameter",
      "Description": [
        "Represents task result parameter."
      ],
      "Type": "Class",
      "ParentName": "TaskParameter",
      "IsAbstract": false,
      "Properties": []
    },
    {
      "Name": "TaskRunResult",
      "Description": [
        "Represents task run result."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Description",
          "Description": [
            "Represents task run result description."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "OutFileList",
          "Description": [
            "Represents out data file list."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "DataSource",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "DataSource"
            }
          }
        }
      ]
    },
    {
      "Name": "TaskType",
      "Description": [
        "Represents task type."
      ],
      "Type": "Enum",
      "ParentName": "Enum",
      "IsAbstract": false,
      "Properties": []
    },
    {
      "Name": "ChartOperateParameter",
      "Description": [
        "Represents chart operate parameter."
      ],
      "Type": "Class",
      "ParentName": "OperateParameter",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ChartIndex",
          "Description": [
            "Represents chart index."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "ChartType",
          "Description": [
            "Represents chart type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "UpperLeftRow",
          "Description": [
            "Represents upper left row index of chart."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "UpperLeftColumn",
          "Description": [
            "Represents upper left column index of chart."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightRow",
          "Description": [
            "Represents lower right row index of chart."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightColumn",
          "Description": [
            "Represents lower right column index of chart."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Area",
          "Description": [
            "Represents chart area."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsVertical",
          "Description": [
            "Represents whether to plot the series from a range of cell values by row or by column."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CategoryData",
          "Description": [
            "Represents chart category data."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsAutoGetSerialName",
          "Description": [
            "Represents whether auto get serial name."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Title",
          "Description": [
            "Represents chart title."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "OperateType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ListObjectOperateParameter",
      "Description": [
        "Represents list object operate parameter."
      ],
      "Type": "Class",
      "ParentName": "OperateParameter",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ListObject",
          "Description": [
            "Represents list object of operate object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ListObject"
          }
        },
        {
          "Name": "OperateType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "OperateObject",
      "Description": [
        "Represents operate object."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "OperateObjectType",
          "Description": [
            "Represents operate object type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Position",
          "Description": [
            "Represents position of operate object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "OperateObjectPosition"
          }
        }
      ]
    },
    {
      "Name": "OperateObjectPosition",
      "Description": [
        "Represents operate object position."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DataSource",
          "Description": [
            "Represents data source of operate object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "Workbook",
          "Description": [
            "Represents data source of operate object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileSource"
          }
        },
        {
          "Name": "SheetName",
          "Description": [
            "Represents worksheet name of operate object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ChartIndex",
          "Description": [
            "Represents chart index of operate object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "ShapeIndex",
          "Description": [
            "Represents shape index of operate object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "CellName",
          "Description": [
            "Represents cell name of operate object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ListObjectIndex",
          "Description": [
            "Represents list object index of operate object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        }
      ]
    },
    {
      "Name": "OperateObjectType",
      "Description": [
        "Represents operate object type."
      ],
      "Type": "Enum",
      "ParentName": "Enum",
      "IsAbstract": false,
      "Properties": []
    },
    {
      "Name": "OperateParameter",
      "Description": [
        "Represents operate parameter."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "OperateType",
          "Description": [
            "Represents task operate type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "OperateType",
      "Description": [
        "Represents operate type."
      ],
      "Type": "Enum",
      "ParentName": "Enum",
      "IsAbstract": false,
      "Properties": []
    },
    {
      "Name": "PageBreakOperateParameter",
      "Description": [
        "Represents page break operate parameter."
      ],
      "Type": "Class",
      "ParentName": "OperateParameter",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "PageBreakType",
          "Description": [
            "Represents page break type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Index",
          "Description": [
            "Represents page break index."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Row",
          "Description": [
            "Represents row index of page break."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Column",
          "Description": [
            "Represents column index of page break."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "StartIndex",
          "Description": [
            "Represents start row index of page break."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "EndIndex",
          "Description": [
            "Represents end row index of page break."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "OperateType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "PageSetupOperateParameter",
      "Description": [
        "Represents page setup operate parameter."
      ],
      "Type": "Class",
      "ParentName": "OperateParameter",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "PageSetup",
          "Description": [
            "Represents worksheet page setup."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "PageSetup"
          }
        },
        {
          "Name": "OperateType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "PivotTableOperateParameter",
      "Description": [
        "Represents pivot table operate parameter."
      ],
      "Type": "Class",
      "ParentName": "OperateParameter",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "SourceData",
          "Description": [
            "Represents source data of pivot table."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DestCellName",
          "Description": [
            "Represents start cell name of the pivot table."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TableName",
          "Description": [
            "Represents table name of pivot table."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "UseSameSource",
          "Description": [
            "Represents whether the same source is used."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "PivotTableIndex",
          "Description": [
            "Represents pivot table index."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "PivotFieldRows",
          "Description": [
            "Represents pivot row fields."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Array",
            "ElementDataType": {
              "Identifier": "Integer"
            }
          }
        },
        {
          "Name": "PivotFieldColumns",
          "Description": [
            "Represents pivot column fields."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Array",
            "ElementDataType": {
              "Identifier": "Integer"
            }
          }
        },
        {
          "Name": "PivotFieldData",
          "Description": [
            "Represents pivot data field."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Array",
            "ElementDataType": {
              "Identifier": "Integer"
            }
          }
        },
        {
          "Name": "OperateType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ShapeOperateParameter",
      "Description": [
        "Represents shape operate parameter."
      ],
      "Type": "Class",
      "ParentName": "OperateParameter",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Shape",
          "Description": [
            "Represents shape object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Shape"
          }
        },
        {
          "Name": "OperateType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "WorkbookOperateParameter",
      "Description": [
        "Represents workbook operate parameter."
      ],
      "Type": "Class",
      "ParentName": "OperateParameter",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "OperateType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "WorkbookSettingsOperateParameter",
      "Description": [
        "Represents workbook setting operate parameter."
      ],
      "Type": "Class",
      "ParentName": "OperateParameter",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "WorkbookSettings",
          "Description": [
            "Represents workbook setting."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "WorkbookSettings"
          }
        },
        {
          "Name": "OperateType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "WorksheetOperateParameter",
      "Description": [
        "Represents worksheet operate parameter."
      ],
      "Type": "Class",
      "ParentName": "OperateParameter",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Description": [
            "Represents worksheet name."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SheetType",
          "Description": [
            "Represents worksheet type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "NewName",
          "Description": [
            "rename worksheet name"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MovingRequest",
          "Description": [
            "Represents move position."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "WorksheetMovingRequest"
          }
        },
        {
          "Name": "OperateType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ListColumn",
      "Description": [
        "           Represents a column in a Table.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Description": [
            "Gets and sets the name of the column.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Range",
          "Description": [
            "Gets the range of this list column.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Range"
          }
        },
        {
          "Name": "TotalsCalculation",
          "Description": [
            "Gets and sets the type of calculation in the Totals row of the list column.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Formula",
          "Description": [
            "Gets and sets the formula of the list column.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TotalsRowLabel",
          "Description": [
            "Gets and sets the display labels of total row.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ListObject",
      "Description": [
        "Represents a list object on a worksheet.            The ListObject object is a member of the ListObjects collection.             The ListObjects collection contains all the list objects on a worksheet."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "AutoFilter",
          "Description": [
            "Gets auto filter."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "AutoFilter"
          }
        },
        {
          "Name": "DisplayName",
          "Description": [
            "Gets and sets the display name."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "StartColumn",
          "Description": [
            "Gets the start column of the range."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "StartRow",
          "Description": [
            "Gets the start row of the range."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "EndColumn",
          "Description": [
            "Gets the end column of the range."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "EndRow",
          "Description": [
            "Gets the end  row of the range."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "ListColumns",
          "Description": [
            "Gets ListColumns of the ListObject."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "ListColumn",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "ListColumn"
            }
          }
        },
        {
          "Name": "ShowHeaderRow",
          "Description": [
            "Gets and sets whether this ListObject show header row."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowTableStyleColumnStripes",
          "Description": [
            "Indicates whether column stripe formatting is applied."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowTableStyleFirstColumn",
          "Description": [
            "Indicates whether the first column in the table should have the style applied."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowTableStyleLastColumn",
          "Description": [
            "Indicates whether the last column in the table should have the style applied."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowTableStyleRowStripes",
          "Description": [
            "Indicates whether row stripe formatting is applied."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowTotals",
          "Description": [
            "Gets and sets whether this ListObject show total row."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "TableStyleName",
          "Description": [
            "Gets and sets the table style name."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TableStyleType",
          "Description": [
            "Gets and the built-in table style."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DataRange",
          "Description": [
            "Gets the data range of the ListObject."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Range"
          }
        },
        {
          "Name": "DataSourceType",
          "Description": [
            "Gets the data source type of the table."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Comment",
          "Description": [
            "Gets and sets the comment of the table."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "XmlMap",
          "Description": [
            "Gets an  used for this list."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "XmlMap"
          }
        },
        {
          "Name": "AlternativeText",
          "Description": [
            "Gets and sets the alternative text."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AlternativeDescription",
          "Description": [
            "Gets and sets the alternative description."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "ListObjects",
      "Description": [
        "Represents a collection of  objects in the worksheet."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ListObjectList",
          "Description": [
            "A property named ListObjectList that is a list of LinkElement objects."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "LinkElement",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "LinkElement"
            }
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "PivotGlobalizationSettings",
      "Description": [
        "Represents the globalization settings for pivot tables.",
        " "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": []
    },
    {
      "Name": "DbfSaveOptions",
      "Description": [
        "Represents the options of saving dbf file."
      ],
      "Type": "Class",
      "ParentName": "SaveOptions",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ExportAsString",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SaveFormat",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CachedFileFolder",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ClearData",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CreateDirectory",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EnableHTTPCompression",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "RefreshChartCache",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ValidateMergedAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "MergeAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortExternalNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CheckExcelRestriction",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "UpdateSmartArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EncryptDocumentProperties",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "DifSaveOptions",
      "Description": [
        "Represents the options of saving dif file."
      ],
      "Type": "Class",
      "ParentName": "SaveOptions",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "SaveFormat",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CachedFileFolder",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ClearData",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CreateDirectory",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EnableHTTPCompression",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "RefreshChartCache",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ValidateMergedAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "MergeAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortExternalNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CheckExcelRestriction",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "UpdateSmartArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EncryptDocumentProperties",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "DocxSaveOptions",
      "Description": [
        "Represents options of saving .docx file."
      ],
      "Type": "Class",
      "ParentName": "PaginatedSaveOptions",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DefaultFont",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CheckWorkbookDefaultFont",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CheckFontCompatibility",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsFontSubstitutionCharGranularity",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "OnePagePerSheet",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "AllColumnsInOnePagePerSheet",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IgnoreError",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "OutputBlankPageWhenNothingToPrint",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "PageIndex",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "PageCount",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "PrintingPageType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "GridlineType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextCrossType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DefaultEditLanguage",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "EmfRenderSetting",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MergeAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortExternalNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "UpdateSmartArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SaveFormat",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CachedFileFolder",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ClearData",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CreateDirectory",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EnableHTTPCompression",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "RefreshChartCache",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ValidateMergedAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CheckExcelRestriction",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EncryptDocumentProperties",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "HtmlSaveOptions",
      "Description": [
        "Represents options of saving .html file."
      ],
      "Type": "Class",
      "ParentName": "SaveOptions",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ExportPageHeaders",
          "Description": [
            "Indicates whether exporting page headers."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportPageFooters",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportRowColumnHeadings",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowAllSheets",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ImageOptions",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ImageOrPrintOptions"
          }
        },
        {
          "Name": "SaveAsSingleFile",
          "Description": [
            "Indicates whether save the html as single file. The default value is false."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportHiddenWorksheet",
          "Description": [
            "Indicates whether save the html as single file. The default value is false."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportGridLines",
          "Description": [
            "Indicating whether exporting the gridlines.The default value is false."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "PresentationPreference",
          "Description": [
            "Indicating if html or mht file is presentation preference.The default value is",
            "             false.if you want to get more beautiful presentation,please set the value to",
            "                true."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CellCssPrefix",
          "Description": [
            "Gets and sets the prefix of the css name,the default value is \"\"."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TableCssId",
          "Description": [
            "Gets and sets the prefix of the type css name such as tr,col,td and so on, they",
            "                are contained in the table element which has the specific TableCssId attribute.",
            "                The default value is \"\"."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsFullPathLink",
          "Description": [
            "Indicating whether using full path link in sheet00x.htm,filelist.xml and tabstrip.htm.",
            "                The default value is false."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportWorksheetCSSSeparately",
          "Description": [
            "Indicating whether export the worksheet css separately.The default value is false."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportSimilarBorderStyle",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "MergeEmptyTdForcely",
          "Description": [
            "Indicates whether merging empty TD element forcely when exporting file to html.",
            "                The size of html file will be reduced significantly after setting value to true.",
            "                The default value is false. If you want to import the html file to excel or export",
            "                perfect grid lines when saving file to html, please keep the default value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportCellCoordinate",
          "Description": [
            "Indicates whether exporting excel coordinate of nonblank cells when saving file",
            "                to html. The default value is false. If you want to import the output html to",
            "                excel, please keep the default value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportExtraHeadings",
          "Description": [
            "Indicates whether exporting extra headings when the length of text is longer",
            "                than max display column. The default value is false. If you want to import the",
            "                html file to excel, please keep the default value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportHeadings",
          "Description": [
            "Indicates whether exporting headings when saving file to html.The default value",
            "                is false. If you want to import the html file to excel, please keep the default",
            "                value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportFormula",
          "Description": [
            "Indicates whether exporting formula when saving file to html. The default value",
            "                is true. If you want to import the output html to excel, please keep the default",
            "                value"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "AddTooltipText",
          "Description": [
            "Indicates whether adding tooltip text when the data can't be fully displayed."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportBogusRowData",
          "Description": [
            "Indicating whether exporting bogus bottom row data. The default value is true.If you want to import the html or mht file to excel, please keep the default value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExcludeUnusedStyles",
          "Description": [
            "Indicating whether excluding unused styles.The default value is false.If you  want to import the html or mht file to excel, please keep the default value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportDocumentProperties",
          "Description": [
            "Indicating whether exporting document properties.The default value is true.If  you want to import the html or mht file to excel, please keep the default value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportWorksheetProperties",
          "Description": [
            "Indicating whether exporting worksheet properties.The default value is true.If  you want to import the html or mht file to excel, please keep the default value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportWorkbookProperties",
          "Description": [
            "Indicating whether exporting workbook properties.The default value is true.If  you want to import the html or mht file to excel, please keep the default value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportFrameScriptsAndProperties",
          "Description": [
            "Indicating whether exporting frame scripts and document properties. The default  value is true.If you want to import the html or mht file to excel, please keep the default value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "AttachedFilesDirectory",
          "Description": [
            "The directory that the attached files will be saved to.  Only for saving to html stream."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AttachedFilesUrlPrefix",
          "Description": [
            "Specify the Url prefix of attached files such as image in the html file. Only for saving to html stream."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Encoding",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ExportActiveWorksheetOnly",
          "Description": [
            "Indicates if exporting the whole workbook to html file."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportChartImageFormat",
          "Description": [
            "Get or set the format of chart image before exporting"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ExportImagesAsBase64",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "HiddenColDisplayType",
          "Description": [
            "Hidden column(the width of this column is 0) in excel,before save this into",
            "               html format, if HtmlHiddenColDisplayType is \"Remove\",the hidden column would",
            "               ont been output, if the value is \"Hidden\", the column would been output,but was hidden,the default value is \"Hidden\""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "HiddenRowDisplayType",
          "Description": [
            "Hidden row(the height of this row is 0) in excel,before save this into html",
            "               format, if HtmlHiddenRowDisplayType is \"Remove\",the hidden row would ont",
            "               been output, if the value is \"Hidden\", the row would been output,but was",
            "               hidden,the default value is \"Hidden\""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "HtmlCrossStringType",
          "Description": [
            "Indicates if a cross-cell string will be displayed in the same way as MS",
            "               Excel when saving an Excel file in html format.  By default the value is",
            "               Default, so, for cross-cell strings, there is little difference between the",
            "               html files created by Aspose.Cells and MS Excel. But the performance for",
            "               creating large html files,setting the value to Cross would be several times",
            "               faster than setting it to Default or Fit2Cell."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsExpImageToTempDir",
          "Description": [
            "Indicates if export image files to temp directory.  Only for saving to html  stream."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "PageTitle",
          "Description": [
            "The title of the html page.  Only for saving to html stream."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ParseHtmlTagInCell",
          "Description": [
            "Parse html tag in cell,like ,as cell value,or as html tag,default is true"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CellNameAttribute",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SaveFormat",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CachedFileFolder",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ClearData",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CreateDirectory",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EnableHTTPCompression",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "RefreshChartCache",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ValidateMergedAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "MergeAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortExternalNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CheckExcelRestriction",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "UpdateSmartArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EncryptDocumentProperties",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "ImageSaveOptions",
      "Description": [
        "Represents options of saving image file."
      ],
      "Type": "Class",
      "ParentName": "SaveOptions",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ChartImageType",
          "Description": [
            "Indicate the chart imagetype when converting."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "EmbededImageNameInSvg",
          "Description": [
            "Indicate the filename of embeded image in svg. This should be full path with directory like \"c:\\\\xpsEmbeded\""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "HorizontalResolution",
          "Description": [
            "Gets or sets the horizontal resolution for generated images, in dots per inch.  ",
            "               Applies generating image method except Emf format images.",
            "               The default value is 96."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "ImageFormat",
          "Description": [
            "Gets or sets the format of the generated images.  Don't apply the method that returns a Bitmap object.",
            "             The default value is ImageFormat.Bmp.  Don't apply the method that returns a Bitmap object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsCellAutoFit",
          "Description": [
            "Indicates whether the width and height of the cells is automatically fitted by cell value. The default value is false."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "OnePagePerSheet",
          "Description": [
            "If OnePagePerSheet is true , all content of one sheet will output to only",
            "                one page in result. The paper size of pagesetup will be invalid, and the",
            "                other settings of pagesetup will still take effect."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "OnlyArea",
          "Description": [
            "If this property is true , onle Area will be output, and no scale will take effect."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "PrintingPage",
          "Description": [
            "Indicates which pages will not be printed."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "PrintWithStatusDialog",
          "Description": [
            "If PrintWithStatusDialog = true , there will be a dialog that shows current print status.  else no such dialog will show."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Quality",
          "Description": [
            "Gets or sets a value determining the quality of the generated images to apply only when saving pages to the Jpeg format.",
            "            Has effect only when saving to JPEG.  The value must be between 0 and 100. The default value is 100."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "TiffCompression",
          "Description": [
            "Gets or sets the type of compression to apply only when saving pages to the Tiff format.",
            "            Has effect only when saving to TIFF.  The default value is Lzw."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "VerticalResolution",
          "Description": [
            "Gets or sets the vertical resolution for generated images, in dots per inch.",
            "            Applies generating image method except Emf format image.",
            "            The default value is 96."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "SaveFormat",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CachedFileFolder",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ClearData",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CreateDirectory",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EnableHTTPCompression",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "RefreshChartCache",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ValidateMergedAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "MergeAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortExternalNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CheckExcelRestriction",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "UpdateSmartArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EncryptDocumentProperties",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "JsonSaveOptions",
      "Description": [
        "Represents options of saving .json file."
      ],
      "Type": "Class",
      "ParentName": "SaveOptions",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ExportArea",
          "Description": [
            "Gets or sets the exporting range."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellArea"
          }
        },
        {
          "Name": "HasHeaderRow",
          "Description": [
            "Indicates whether the range contains header row."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportAsString",
          "Description": [
            "Exports the string value of the cells to json."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Indent",
          "Description": [
            "Indicates the indent."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SaveFormat",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CachedFileFolder",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ClearData",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CreateDirectory",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EnableHTTPCompression",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "RefreshChartCache",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ValidateMergedAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "MergeAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortExternalNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CheckExcelRestriction",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "UpdateSmartArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EncryptDocumentProperties",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "MarkdownSaveOptions",
      "Description": [
        "Represents options of saving .md file."
      ],
      "Type": "Class",
      "ParentName": "SaveOptions",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Encoding",
          "Description": [
            "Gets and sets the default encoding."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "FormatStrategy",
          "Description": [
            "The Data provider to provide cells data for saving workbook in light mode."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "LineSeparator",
          "Description": [
            "Gets and sets the line separator."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SaveFormat",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CachedFileFolder",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ClearData",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CreateDirectory",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EnableHTTPCompression",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "RefreshChartCache",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ValidateMergedAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "MergeAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortExternalNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CheckExcelRestriction",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "UpdateSmartArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EncryptDocumentProperties",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "MHtmlSaveOptions",
      "Description": [
        "Represents options of saving .mhtml file."
      ],
      "Type": "Class",
      "ParentName": "SaveOptions",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ExportPageHeaders",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportPageFooters",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportRowColumnHeadings",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowAllSheets",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ImageOptions",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ImageOrPrintOptions"
          }
        },
        {
          "Name": "SaveAsSingleFile",
          "Description": [
            "Indicates whether save the html as single file. The default value is false."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportHiddenWorksheet",
          "Description": [
            "Indicates whether save the html as single file. The default value is false."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportGridLines",
          "Description": [
            "Indicating whether exporting the gridlines.The default value is false."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "PresentationPreference",
          "Description": [
            "Indicating if html or mht file is presentation preference.The default value is",
            "             false.if you want to get more beautiful presentation,please set the value to",
            "                true."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CellCssPrefix",
          "Description": [
            "Gets and sets the prefix of the css name,the default value is \"\"."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TableCssId",
          "Description": [
            "Gets and sets the prefix of the type css name such as tr,col,td and so on, they",
            "                are contained in the table element which has the specific TableCssId attribute.",
            "                The default value is \"\"."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsFullPathLink",
          "Description": [
            "Indicating whether using full path link in sheet00x.htm,filelist.xml and tabstrip.htm.",
            "                The default value is false."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportWorksheetCSSSeparately",
          "Description": [
            "Indicating whether export the worksheet css separately.The default value is false."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportSimilarBorderStyle",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "MergeEmptyTdForcely",
          "Description": [
            "Indicates whether merging empty TD element forcely when exporting file to html.",
            "                The size of html file will be reduced significantly after setting value to true.",
            "                The default value is false. If you want to import the html file to excel or export",
            "                perfect grid lines when saving file to html, please keep the default value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportCellCoordinate",
          "Description": [
            "Indicates whether exporting excel coordinate of nonblank cells when saving file",
            "                to html. The default value is false. If you want to import the output html to",
            "                excel, please keep the default value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportExtraHeadings",
          "Description": [
            "Indicates whether exporting extra headings when the length of text is longer",
            "                than max display column. The default value is false. If you want to import the",
            "                html file to excel, please keep the default value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportHeadings",
          "Description": [
            "Indicates whether exporting headings when saving file to html.The default value",
            "                is false. If you want to import the html file to excel, please keep the default",
            "                value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportFormula",
          "Description": [
            "Indicates whether exporting formula when saving file to html. The default value",
            "                is true. If you want to import the output html to excel, please keep the default",
            "                value"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "AddTooltipText",
          "Description": [
            "Indicates whether adding tooltip text when the data can't be fully displayed."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportBogusRowData",
          "Description": [
            "Indicating whether exporting bogus bottom row data. The default value is true.If you want to import the html or mht file to excel, please keep the default value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExcludeUnusedStyles",
          "Description": [
            "Indicating whether excluding unused styles.The default value is false.If you  want to import the html or mht file to excel, please keep the default value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportDocumentProperties",
          "Description": [
            "Indicating whether exporting document properties.The default value is true.If  you want to import the html or mht file to excel, please keep the default value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportWorksheetProperties",
          "Description": [
            "Indicating whether exporting worksheet properties.The default value is true.If  you want to import the html or mht file to excel, please keep the default value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportWorkbookProperties",
          "Description": [
            "Indicating whether exporting workbook properties.The default value is true.If  you want to import the html or mht file to excel, please keep the default value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportFrameScriptsAndProperties",
          "Description": [
            "Indicating whether exporting frame scripts and document properties. The default  value is true.If you want to import the html or mht file to excel, please keep the default value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "AttachedFilesDirectory",
          "Description": [
            "The directory that the attached files will be saved to.  Only for saving to html stream."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AttachedFilesUrlPrefix",
          "Description": [
            "Specify the Url prefix of attached files such as image in the html file. Only for saving to html stream."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Encoding",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ExportActiveWorksheetOnly",
          "Description": [
            "Indicates if exporting the whole workbook to html file."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportChartImageFormat",
          "Description": [
            "Get or set the format of chart image before exporting"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ExportImagesAsBase64",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "HiddenColDisplayType",
          "Description": [
            "Hidden column(the width of this column is 0) in excel,before save this into",
            "               html format, if HtmlHiddenColDisplayType is \"Remove\",the hidden column would",
            "               ont been output, if the value is \"Hidden\", the column would been output,but was hidden,the default value is \"Hidden\""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "HiddenRowDisplayType",
          "Description": [
            "Hidden row(the height of this row is 0) in excel,before save this into html",
            "               format, if HtmlHiddenRowDisplayType is \"Remove\",the hidden row would ont",
            "               been output, if the value is \"Hidden\", the row would been output,but was",
            "               hidden,the default value is \"Hidden\""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "HtmlCrossStringType",
          "Description": [
            "Indicates if a cross-cell string will be displayed in the same way as MS",
            "               Excel when saving an Excel file in html format.  By default the value is",
            "               Default, so, for cross-cell strings, there is little difference between the",
            "               html files created by Aspose.Cells and MS Excel. But the performance for",
            "               creating large html files,setting the value to Cross would be several times",
            "               faster than setting it to Default or Fit2Cell."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsExpImageToTempDir",
          "Description": [
            "Indicates if export image files to temp directory.  Only for saving to html  stream."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "PageTitle",
          "Description": [
            "The title of the html page.  Only for saving to html stream."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ParseHtmlTagInCell",
          "Description": [
            "Parse html tag in cell,like ,as cell value,or as html tag,default is true"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CellNameAttribute",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SaveFormat",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CachedFileFolder",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ClearData",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CreateDirectory",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EnableHTTPCompression",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "RefreshChartCache",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ValidateMergedAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "MergeAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortExternalNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CheckExcelRestriction",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "UpdateSmartArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EncryptDocumentProperties",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "OdsSaveOptions",
      "Description": [
        "Represents options of saving .ods file."
      ],
      "Type": "Class",
      "ParentName": "SaveOptions",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "GeneratorType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "OdfStrictVersion",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IgnorePivotTables",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SaveFormat",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CachedFileFolder",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ClearData",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CreateDirectory",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EnableHTTPCompression",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "RefreshChartCache",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ValidateMergedAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "MergeAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortExternalNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CheckExcelRestriction",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "UpdateSmartArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EncryptDocumentProperties",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "OoxmlSaveOptions",
      "Description": [
        "Represents options of saving ooxml file."
      ],
      "Type": "Class",
      "ParentName": "SaveOptions",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ExportCellName",
          "Description": [
            "Indicates if export cell name to Excel2007 .xlsx (.xlsm, .xltx, .xltm) file.",
            "               If the output file may be accessed by SQL Server DTS, this value must be",
            "               true.  Setting the value to false will highly increase the performance and",
            "               reduce the file size when creating large file.  Default value is false."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "UpdateZoom",
          "Description": [
            "Indicates whether update scaling factor before saving the file if the PageSetup.FitToPagesWide and PageSetup.FitToPagesTall properties control how the worksheet is scaled."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EnableZip64",
          "Description": [
            "Always use ZIP64 extensions when writing zip archives, even when unnecessary."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EmbedOoxmlAsOleObject",
          "Description": [
            "Indicates whether embedding Ooxml files of OleObject as ole object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CompressionType",
          "Description": [
            "Gets and sets the compression type for ooxml file."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SaveFormat",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CachedFileFolder",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ClearData",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CreateDirectory",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EnableHTTPCompression",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "RefreshChartCache",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ValidateMergedAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "MergeAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortExternalNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CheckExcelRestriction",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "UpdateSmartArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EncryptDocumentProperties",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "PclSaveOptions",
      "Description": [
        "Represents the options of saving dbf file."
      ],
      "Type": "Class",
      "ParentName": "SaveOptions",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "fontFullName",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "fontPclName",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SaveFormat",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CachedFileFolder",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ClearData",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CreateDirectory",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EnableHTTPCompression",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "RefreshChartCache",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ValidateMergedAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "MergeAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortExternalNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CheckExcelRestriction",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "UpdateSmartArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EncryptDocumentProperties",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "PdfSaveOptions",
      "Description": [
        "Represents options of saving pdf file."
      ],
      "Type": "Class",
      "ParentName": "SaveOptions",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DisplayDocTitle",
          "Description": [
            "Indicates whether the window's title bar should display the document title."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportDocumentStructure",
          "Description": [
            "Indicates whether to export document structure."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EmfRenderSetting",
          "Description": [
            "Setting for rendering Emf metafile."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CustomPropertiesExport",
          "Description": [
            "Specifies the way CustomDocumentPropertyCollection are exported to PDF file."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "OptimizationType",
          "Description": [
            "Gets and sets pdf optimization type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Producer",
          "Description": [
            "Gets and sets producer of generated pdf document."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "PdfCompression",
          "Description": [
            "Indicate the compression algorithm."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "FontEncoding",
          "Description": [
            "Gets or sets embedded font encoding in pdf."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Watermark",
          "Description": [
            "Gets or sets watermark to output."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "RenderingWatermark"
          }
        },
        {
          "Name": "CalculateFormula",
          "Description": [
            "Indicates whether calculate formulas before saving pdf file.The default value is false."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CheckFontCompatibility",
          "Description": [
            "Indicates whether check font compatibility for every character in text.",
            "                The default value is true.  Disable this property may give better performance.",
            "                 But when the default or specified font of text/character cannot be used",
            "                to render it, unreadable characters(such as block) maybe occur in the generated",
            "                pdf.  For such situation user should keep this property as true so that alternative",
            "                font can be searched and used to render the text instead;"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Compliance",
          "Description": [
            "Workbook converts to pdf will according to PdfCompliance in this property."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DefaultFont",
          "Description": [
            "When characters in the Excel are unicode and not be set with correct font in cell style, ",
            "             They may appear as block in pdf,image.  Set the DefaultFont such as MingLiu or MS Gothic to show these characters.  ",
            "             If this property is not set, Aspose.Cells will use system default font to show these unicode characters."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "OnePagePerSheet",
          "Description": [
            "If OnePagePerSheet is true , all content of one sheet will output to only",
            "            one page in result. The paper size of pagesetup will be invalid, and the",
            "               other settings of pagesetup will still take effect."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "PrintingPageType",
          "Description": [
            "Indicates which pages will not be printed."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SecurityOptions",
          "Description": [
            "Set this options, when security is need in xls2pdf result."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "PdfSecurityOptions"
          }
        },
        {
          "Name": "desiredPPI",
          "Description": [
            "Set desired PPI(pixels per inch) of resample images and jpeg quality  All images will be converted to JPEG with the specified quality setting, and images that are greater than the specified PPI (pixels per inch) will be resampled.",
            "              Desired pixels per inch. 220 high quality. 150 screen quality. 96 email quality."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "jpegQuality",
          "Description": [
            "Set desired PPI(pixels per inch) of resample images and jpeg quality  All images will be converted to JPEG with the specified quality setting, and images that are greater than the specified PPI (pixels per inch) will be resampled.",
            "              0 - 100% JPEG quality."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "ImageType",
          "Description": [
            "Represents the image type when converting the chart and shape ."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SaveFormat",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CachedFileFolder",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ClearData",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CreateDirectory",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EnableHTTPCompression",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "RefreshChartCache",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ValidateMergedAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "MergeAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortExternalNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CheckExcelRestriction",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "UpdateSmartArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EncryptDocumentProperties",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "PptxSaveOptions",
      "Description": [
        "Represents the options of saving pptx file."
      ],
      "Type": "Class",
      "ParentName": "PaginatedSaveOptions",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "IgnoreHiddenRows",
          "Description": [
            "Ignore hidden rows"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "AdjustFontSizeForRowType",
          "Description": [
            "Adjust font size for row type"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ExportViewType",
          "Description": [
            "Gets and sets the display type when exporting to PowerPoint. The default exporting type is working as printing."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DefaultFont",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CheckWorkbookDefaultFont",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CheckFontCompatibility",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsFontSubstitutionCharGranularity",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "OnePagePerSheet",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "AllColumnsInOnePagePerSheet",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IgnoreError",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "OutputBlankPageWhenNothingToPrint",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "PageIndex",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "PageCount",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "PrintingPageType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "GridlineType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextCrossType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DefaultEditLanguage",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "EmfRenderSetting",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MergeAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortExternalNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "UpdateSmartArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SaveFormat",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CachedFileFolder",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ClearData",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CreateDirectory",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EnableHTTPCompression",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "RefreshChartCache",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ValidateMergedAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CheckExcelRestriction",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EncryptDocumentProperties",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "SaveOptions",
      "Description": [
        "Represents all save options"
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "SaveFormat",
          "Description": [
            "Save format name"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CachedFileFolder",
          "Description": [
            "The cached file folder is used to store some large data."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ClearData",
          "Description": [
            "Make the workbook empty after saving the file."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CreateDirectory",
          "Description": [
            "If true and the directory does not exist, the directory will be automatically created before saving the file.",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EnableHTTPCompression",
          "Description": [
            "whether http compression is to be used."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "RefreshChartCache",
          "Description": [
            "Indicates whether refreshing chart cache data"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortNames",
          "Description": [
            "Indicates whether sorting defined names before saving file."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ValidateMergedAreas",
          "Description": [
            "Indicates whether validate merged areas before saving the file.",
            "The default value is false.",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "MergeAreas",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortExternalNames",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CheckExcelRestriction",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "UpdateSmartArt",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EncryptDocumentProperties",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "SpreadsheetML2003SaveOptions",
      "Description": [
        "Represents the options of saving .xml file."
      ],
      "Type": "Class",
      "ParentName": "SaveOptions",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ExportColumnIndexOfCell",
          "Description": [
            "The default value is false, it means that column index will be ignored if the cell is contiguous to the previous cell."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsIndentedFormatting",
          "Description": [
            "Causes child elements to be indented.The default value is true.  If the value is false, it will reduce the size of the xml file"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "LimitAsXls",
          "Description": [
            "Limit as xls, the max row index is 65535 and the max column index is 255."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SaveFormat",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CachedFileFolder",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ClearData",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CreateDirectory",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EnableHTTPCompression",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "RefreshChartCache",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ValidateMergedAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "MergeAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortExternalNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CheckExcelRestriction",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "UpdateSmartArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EncryptDocumentProperties",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "SqlScriptSaveOptions",
      "Description": [
        "Represents the options of saving .sql file."
      ],
      "Type": "Class",
      "ParentName": "SaveOptions",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "CheckIfTableExists",
          "Description": [
            "Check if the table name exists before creating"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ColumnTypeMap",
          "Description": [
            "Gets and sets the map of column type for different database."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CheckAllDataForColumnType",
          "Description": [
            "Check all data to find columns' data type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "AddBlankLineBetweenRows",
          "Description": [
            "Insert blank line between each data."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Separator",
          "Description": [
            "Gets and sets character separator of sql script."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "OperatorType",
          "Description": [
            "Gets and sets the operator type of sql."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "PrimaryKey",
          "Description": [
            "Represents which column is primary key of the data table."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "CreateTable",
          "Description": [
            "Indicates whether exporting sql of creating table."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IdName",
          "Description": [
            "Gets and sets the name of id column."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "StartId",
          "Description": [
            "Gets and sets the start id."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "TableName",
          "Description": [
            "Gets and sets the table name."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ExportAsString",
          "Description": [
            "Indicates whether exporting all data as string value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ExportArea",
          "Description": [
            "Gets or sets the exporting range."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellArea"
          }
        },
        {
          "Name": "HasHeaderRow",
          "Description": [
            "Indicates whether the range contains header row."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SaveFormat",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CachedFileFolder",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ClearData",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CreateDirectory",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EnableHTTPCompression",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "RefreshChartCache",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ValidateMergedAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "MergeAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortExternalNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CheckExcelRestriction",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "UpdateSmartArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EncryptDocumentProperties",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "SvgSaveOptions",
      "Description": [
        "Represents the options of saving .svg file."
      ],
      "Type": "Class",
      "ParentName": "SaveOptions",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "SheetIndex",
          "Description": [
            "Gets and sets which worksheet should be exported.  If the value is -1, the",
            "                active worksheet will be exported."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "ChartImageType",
          "Description": [
            "Indicate the chart imagetype when converting."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "EmbededImageNameInSvg",
          "Description": [
            "Indicate the filename of embeded image in svg. This should be full path with directory like \"c:\\\\xpsEmbeded\""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "HorizontalResolution",
          "Description": [
            "Gets or sets the horizontal resolution for generated images, in dots per inch.  ",
            "               Applies generating image method except Emf format images.",
            "               The default value is 96."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "ImageFormat",
          "Description": [
            "Gets or sets the format of the generated images.  Don't apply the method that returns a Bitmap object.",
            "             The default value is ImageFormat.Bmp.  Don't apply the method that returns a Bitmap object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsCellAutoFit",
          "Description": [
            "Indicates whether the width and height of the cells is automatically fitted by cell value. The default value is false."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "OnePagePerSheet",
          "Description": [
            "If OnePagePerSheet is true , all content of one sheet will output to only",
            "                one page in result. The paper size of pagesetup will be invalid, and the",
            "                other settings of pagesetup will still take effect."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "OnlyArea",
          "Description": [
            "If this property is true , onle Area will be output, and no scale will take effect."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "PrintingPage",
          "Description": [
            "Indicates which pages will not be printed."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "PrintWithStatusDialog",
          "Description": [
            "If PrintWithStatusDialog = true , there will be a dialog that shows current print status.  else no such dialog will show."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Quality",
          "Description": [
            "Gets or sets a value determining the quality of the generated images to apply only when saving pages to the Jpeg format.",
            "            Has effect only when saving to JPEG.  The value must be between 0 and 100. The default value is 100."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "TiffCompression",
          "Description": [
            "Gets or sets the type of compression to apply only when saving pages to the Tiff format.",
            "            Has effect only when saving to TIFF.  The default value is Lzw."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "VerticalResolution",
          "Description": [
            "Gets or sets the vertical resolution for generated images, in dots per inch.",
            "            Applies generating image method except Emf format image.",
            "            The default value is 96."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "SaveFormat",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CachedFileFolder",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ClearData",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CreateDirectory",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EnableHTTPCompression",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "RefreshChartCache",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ValidateMergedAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "MergeAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortExternalNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CheckExcelRestriction",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "UpdateSmartArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EncryptDocumentProperties",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "TxtSaveOptions",
      "Description": [
        "Represents the options of saving .txt file."
      ],
      "Type": "Class",
      "ParentName": "SaveOptions",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "QuoteType",
          "Description": [
            "Gets or sets how to quote values in the exported text file."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Separator",
          "Description": [
            "Gets and sets char Delimiter of text file."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SeparatorString",
          "Description": [
            "Gets and sets the a string value as separator."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AlwaysQuoted",
          "Description": [
            "Indicates whether always adding '\"' for each field. If true then all values will be quoted; If false then values will only be quoted when needed(for example, when values contain special characters such as '\"' , '\\n' or separator character). Default is false."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SaveFormat",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CachedFileFolder",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ClearData",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CreateDirectory",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EnableHTTPCompression",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "RefreshChartCache",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ValidateMergedAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "MergeAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortExternalNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CheckExcelRestriction",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "UpdateSmartArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EncryptDocumentProperties",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "XlsbSaveOptions",
      "Description": [
        "Represents the options of saving .xlsb file."
      ],
      "Type": "Class",
      "ParentName": "SaveOptions",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ExportAllColumnIndexes",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CompressionType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SaveFormat",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CachedFileFolder",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ClearData",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CreateDirectory",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EnableHTTPCompression",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "RefreshChartCache",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ValidateMergedAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "MergeAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortExternalNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CheckExcelRestriction",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "UpdateSmartArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EncryptDocumentProperties",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "XlsSaveOptions",
      "Description": [
        "Represents the options of saving .xls file."
      ],
      "Type": "Class",
      "ParentName": "SaveOptions",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "MatchColor",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "WpsCompatibility",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SaveFormat",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CachedFileFolder",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ClearData",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CreateDirectory",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EnableHTTPCompression",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "RefreshChartCache",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ValidateMergedAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "MergeAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortExternalNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CheckExcelRestriction",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "UpdateSmartArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EncryptDocumentProperties",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "XmlSaveOptions",
      "Description": [
        "Represents the options of saving dbf file."
      ],
      "Type": "Class",
      "ParentName": "SaveOptions",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "SheetIndexes",
          "Description": [
            "Represents the indexes of exported sheets."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Array",
            "ElementDataType": {
              "Identifier": "Integer"
            }
          }
        },
        {
          "Name": "ExportArea",
          "Description": [
            "Gets or sets the exporting range."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellArea"
          }
        },
        {
          "Name": "HasHeaderRow",
          "Description": [
            "Indicates whether the range contains header row."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "XmlMapName",
          "Description": [
            "Indicates whether exporting xml map in the file."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SheetNameAsElementName",
          "Description": [
            "Indicates whether exporting sheet's name as the name of the element."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "DataAsAttribute",
          "Description": [
            "Indicates whether exporting data as attributes of element."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SaveFormat",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CachedFileFolder",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ClearData",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CreateDirectory",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EnableHTTPCompression",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "RefreshChartCache",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ValidateMergedAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "MergeAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortExternalNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CheckExcelRestriction",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "UpdateSmartArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EncryptDocumentProperties",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "XpsSaveOptions",
      "Description": [
        "Represents the options of saving .xps file."
      ],
      "Type": "Class",
      "ParentName": "PaginatedSaveOptions",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DefaultFont",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CheckWorkbookDefaultFont",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CheckFontCompatibility",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsFontSubstitutionCharGranularity",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "OnePagePerSheet",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "AllColumnsInOnePagePerSheet",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IgnoreError",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "OutputBlankPageWhenNothingToPrint",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "PageIndex",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "PageCount",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "PrintingPageType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "GridlineType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextCrossType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DefaultEditLanguage",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "EmfRenderSetting",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MergeAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortExternalNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "UpdateSmartArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SaveFormat",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CachedFileFolder",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ClearData",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CreateDirectory",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EnableHTTPCompression",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "RefreshChartCache",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SortNames",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ValidateMergedAreas",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CheckExcelRestriction",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EncryptDocumentProperties",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "ArcShapeResponse",
      "Description": [
        "Represents the ArcShape Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Shape",
          "Description": [
            "A public property Shape of type ArcShape that can be accessed and modified."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ArcShape"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "AutoFilterResponse",
      "Description": [
        "Represents the AutoFilter Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "AutoFilter",
          "Description": [
            "A property named \"AutoFilter\" with a type of \"AutoFilter\" that can be read from and written to."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "AutoFilter"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "AutoShapeResponse",
      "Description": [
        "Represents the AutoShape Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "AutoShape",
          "Description": [
            "A public property named \"AutoShape\" of type \"AutoShape\" with both getter and setter methods."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "AutoShape"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "AutoShapesResponse",
      "Description": [
        "Represents the AutoShapes Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "AutoShapes",
          "Description": [
            "The class has a property named \"AutoShapes\" decorated with the XmlElement attribute \"shapes\"."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "AutoShapes"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "AxisResponse",
      "Description": [
        "Represents the Axis Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Axis",
          "Description": [
            "A property named \"Axis\" of type \"Axis\" with both getter and setter methods is present in the class."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Axis"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "BorderResponse",
      "Description": [
        "Represents the Border Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Border",
          "Description": [
            "This class has a public property named Border of type Border that can be both read from and written to."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Border"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ButtonResponse",
      "Description": [
        "Represents the Button Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Shape",
          "Description": [
            "The class has a property named \"Shape\" of type Button that can be both read and written."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Button"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "CalculateFormulaResponse",
      "Description": [
        "Represents the CalculateFormula Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Result",
          "Description": [
            "A public property \"Result\" that can be accessed and modified with a string data type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "CellResponse",
      "Description": [
        "Represents the Cell Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Cell",
          "Description": [
            "A property named \"Cell\" of type \"Cell\" that has both a getter and a setter."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Cell"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "CellsCloudFileInfoResponse",
      "Description": [
        "Represents the CellsCloudFileInfo Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "FileInfo",
          "Description": [
            "A property named `FileInfo` of type `CellsCloudFileInfo` is defined for the class."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudFileInfo"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "CellsCloudPublicKeyResponse",
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "CellsCloudPublicKey",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsCloudPublicKey"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "CellsCloudResponse",
      "Description": [
        "           Represents the CellsCloud Response.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Code",
          "Description": [
            "The property \"Code\" allows for accessing and modifying the HTTP status code of the response."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "CellsDocumentPropertiesResponse",
      "Description": [
        "Represents the CellsDocumentProperties Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DocumentProperties",
          "Description": [
            "The class has a property that represents the document properties of cells."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsDocumentProperties"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "CellsDocumentPropertyResponse",
      "Description": [
        "Represents the CellsDocumentProperty Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DocumentProperty",
          "Description": [
            "A property named DocumentProperty of type CellsDocumentProperty is defined with get and set accessors."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsDocumentProperty"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "CellsDrawingResponse",
      "Description": [
        "Represents the CellsDrawing Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Shape",
          "Description": [
            "This class has a public property named Shape of type CellsDrawing."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsDrawing"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "CellsResponse",
      "Description": [
        "Represents the Cells Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Cells",
          "Description": [
            "Property Summary: The class has a property called \"Cells\" which is annotated with the [XmlElement(\"cells\")] attribute."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Cells"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ChartAreaResponse",
      "Description": [
        "Represents the ChartArea Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ChartArea",
          "Description": [
            "This class has a property named \"ChartArea\" of type ChartArea with a getter and setter."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ChartArea"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ChartDataTableResponse",
      "Description": [
        "Represents the ChartDataTable Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ChartDataTable",
          "Description": [
            "This property allows access to a ChartDataTable object for storing and manipulating data related to a chart."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ChartDataTable"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ChartPointResponse",
      "Description": [
        "Represents the ChartPoint Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ChartPoint",
          "Description": [
            "A public property \"ChartPoint\" that can store and retrieve instances of the \"ChartPoint\" data type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ChartPoint"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ChartPointsResponse",
      "Description": [
        "Represents the ChartPoints Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ChartPoints",
          "Description": [
            "This class has a property named `ChartPoints` of type `ChartPoints` that can be accessed and modified."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ChartPoints"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ChartResponse",
      "Description": [
        "Represents the Chart Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Chart",
          "Description": [
            "A property named \"Chart\" of type Chart is defined with a getter and setter in the class."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Chart"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ChartsResponse",
      "Description": [
        "Represents the Charts Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Charts",
          "Description": [
            "Property Summary: Includes an XML element named \"charts\" that contains a property of type Charts.Charts."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Charts"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "CheckBoxResponse",
      "Description": [
        "Represents the CheckBox Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Shape",
          "Description": [
            "A public property named Shape of type CheckBox is defined with both get and set accessors."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CheckBox"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "CheckedExternalReferenceResponse",
      "Description": [
        ""
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ReferenceOtherWorkbook",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ReferenceOtherWorksheet",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Formulas",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "String",
            "ElementDataType": {
              "Identifier": "String"
            }
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "CheckedFormulaErrorsResponse",
      "Description": [
        ""
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "IsFormulasErrors",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "FormulasErrors",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "String",
            "ElementDataType": {
              "Identifier": "String"
            }
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ColumnResponse",
      "Description": [
        "Represents the Column Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Column",
          "Description": [
            "This class has a public property called \"Column\" of type \"Column\" with both getter and setter methods."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Column"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ColumnsResponse",
      "Description": [
        "Represents the Columns Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Columns",
          "Description": [
            "This property allows access to the columns within the class."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Columns"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ComboBoxResponse",
      "Description": [
        "Represents the ComboBox Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Shape",
          "Description": [
            "A public property of type ComboBox named Shape with get and set accessors."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ComboBox"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "CommentResponse",
      "Description": [
        "Represents the Comment Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Comment",
          "Description": [
            "The class has a public property \"Comment\" of type \"Comment\" that can be accessed and modified."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Comment"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "CommentShapeResponse",
      "Description": [
        "Represents the CommentShape Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Comment",
          "Description": [
            "The class has a public property named Comment of type CommentShape that can be accessed and modified."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CommentShape"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "CommentsResponse",
      "Description": [
        "Represents the Comments Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Comments",
          "Description": [
            "Property Summary: \"The Comments property represents an XML element named 'comments' within the class.\""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Comments"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ConditionalFormattingResponse",
      "Description": [
        "Represents the ConditionalFormatting Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ConditionalFormatting",
          "Description": [
            "This class has a property named ConditionalFormatting of type ConditionalFormatting that can be accessed and modified."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ConditionalFormatting"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ConditionalFormattingsResponse",
      "Description": [
        "Represents the ConditionalFormattings Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ConditionalFormattings",
          "Description": [
            "A property named ConditionalFormattings of type ConditionalFormattings is defined with both getter and setter methods in the class."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ConditionalFormattings"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "DataLabelsResponse",
      "Description": [
        "Represents the DataLabels Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DataLabels",
          "Description": [
            "This class has a property named DataLabels of type DataLabels that can be accessed and modified."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataLabels"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "DisplayUnitLabelResponse",
      "Description": [
        "Represents the DisplayUnitLabel Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DisplayUnitLabel",
          "Description": [
            "This property allows access to the display unit label for the class."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DisplayUnitLabel"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "DropBarsResponse",
      "Description": [
        "Represents the DropBars Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DropBars",
          "Description": [
            "The class has a property named `DropBars` of type `DropBars` with both getter and setter methods."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DropBars"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ErrorBarResponse",
      "Description": [
        "Represents the ErrorBar Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ErrorBar",
          "Description": [
            "The class has a public property named ErrorBar of type ErrorBar with a getter and setter."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ErrorBar"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "FillFormatResponse",
      "Description": [
        "Represents the FillFormat Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "FillFormat",
          "Description": [
            "Property Summary: Allows access to the FillFormat property to get or set fill formatting properties for an object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FillFormat"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "FindResponse",
      "Description": [
        "Represents the Find Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Count",
          "Description": [
            "Property Summary: This property is annotated with the XML element name \"count\" and represents an integer value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "TextItems",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "TextItems"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "FloorResponse",
      "Description": [
        "Represents the Floor Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Floor",
          "Description": [
            "This class has a public property \"Floor\" of type \"Floor\" with both a getter and a setter."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Floor"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "FormResponse",
      "Description": [
        "Represents the Form Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Form",
          "Description": [
            "Property summary: A public property named \"Form\" with both get and set accessors, allowing access to a Form object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Form"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "FormsResponse",
      "Description": [
        "Represents the Forms Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Forms",
          "Description": [
            "This class has a property named Forms of type Forms that has both a getter and setter."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Forms"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "GroupBoxResponse",
      "Description": [
        "Represents the GroupBox Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Shape",
          "Description": [
            "The class has a property named \"Shape\" of type GroupBox that can be accessed and modified."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "GroupBox"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "HorizontalPageBreakResponse",
      "Description": [
        "Represents the HorizontalPageBreak Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "HorizontalPageBreak",
          "Description": [
            "HorizontalPageBreak is a property of the class that represents a horizontal page break."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "HorizontalPageBreak"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "HorizontalPageBreaksResponse",
      "Description": [
        "Represents the HorizontalPageBreaks Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "HorizontalPageBreaks",
          "Description": [
            "The property \"HorizontalPageBreaks\" allows getting and setting horizontal page breaks for the class."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "HorizontalPageBreaks"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "HyperlinkResponse",
      "Description": [
        "Represents the Hyperlink Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Hyperlink",
          "Description": [
            "A public property named \"Hyperlink\" of type Hyperlink with both getter and setter methods."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Hyperlink"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "HyperlinksResponse",
      "Description": [
        "Represents the Hyperlinks Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Hyperlinks",
          "Description": [
            "This class has a property named \"Hyperlinks\" of type Hyperlinks which can be accessed and modified."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Hyperlinks"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "LabelResponse",
      "Description": [
        "Represents the Label Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Shape",
          "Description": [
            "The property \"Shape\" is of type Label and has both a getter and a setter."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Label"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "LegendEntriesResponse",
      "Description": [
        "Represents the LegendEntries Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "LegendEntries",
          "Description": [
            "Property Summary: The class includes a property for managing legend entries."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LegendEntries"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "LegendEntryResponse",
      "Description": [
        "Represents the LegendEntry Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "LegendEntry",
          "Description": [
            "A public property called LegendEntry of type LegendEntry with both getter and setter methods."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LegendEntry"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "LegendResponse",
      "Description": [
        "Represents the Legend Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Legend",
          "Description": [
            "This class has a public property called \"Legend\" of type \"Legend\" which has both a getter and a setter."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Legend"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "LineResponse",
      "Description": [
        "Represents the Line Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Line",
          "Description": [
            "A public property named \"Line\" of type Line with both getter and setter methods."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Line"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "LineShapeResponse",
      "Description": [
        "Represents the LineShape Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Shape",
          "Description": [
            "The class has a public property called Shape of type LineShape that can be both accessed and modified."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LineShape"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ListBoxResponse",
      "Description": [
        "Represents the ListBox Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Shape",
          "Description": [
            "A property \"Shape\" of type ListBox with read and write access is available for the class."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ListBox"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ListObjectResponse",
      "Description": [
        "Represents the ListObject Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ListObject",
          "Description": [
            "A property that represents a list object within the Tables class."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ListObject"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ListObjectsResponse",
      "Description": [
        "Represents the ListObjects Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ListObjects",
          "Description": [
            "A property named \"ListObjects\" of type \"Tables.ListObjects\" that can be both accessed and modified."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ListObjects"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "MergedCellResponse",
      "Description": [
        "Represents the MergedCell Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "MergedCell",
          "Description": [
            "A property named \"MergedCell\" of type \"MergedCell\" which allows getting and setting its value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "MergedCell"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "MergedCellsResponse",
      "Description": [
        "Represents the MergedCells Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "MergedCells",
          "Description": [
            "Property Summary: Contains information about merged cells within a spreadsheet."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "MergedCells"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "NameResponse",
      "Description": [
        "Represents the Name Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Description": [
            "A public property that allows getting and setting a value of type \"Name\"."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Name"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "NamesResponse",
      "Description": [
        "Represents the Names Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Names",
          "Description": [
            "Property: This property represents an XML element named \"names\" and holds a Names object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Names"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "OleObjectResponse",
      "Description": [
        "Represents the OleObject Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "OleObject",
          "Description": [
            "This class has a property named OleObject of type OleObject with both read and write capabilities."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "OleObject"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "OleObjectsResponse",
      "Description": [
        "Represents the OleObjects Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "OleObjects",
          "Description": [
            "Property `OleObjects` of type `OleObjects` that can be accessed and modified publicly within the class."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "OleObjects"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "OvalResponse",
      "Description": [
        "Represents the Oval Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Shape",
          "Description": [
            "The class has a public property called \"Shape\" of type \"Oval\" with both get and set accessors."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Oval"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "PageSectionsResponse",
      "Description": [
        "Represents the PageSections Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "PageSections",
          "Description": [
            "A property named PageSections of type List PageSection  to store a collection of PageSection objects."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "PageSection",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "PageSection"
            }
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "PageSetupResponse",
      "Description": [
        "Represents the PageSetup Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "PageSetup",
          "Description": [
            "Property Summary: The class has a public property named PageSetup of type PageSetup that can be accessed and modified."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "PageSetup"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "PictureResponse",
      "Description": [
        "Represents the Picture Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Picture",
          "Description": [
            "Property Summary: This class has a public property named \"Picture\" of type \"Picture\" that has both getter and setter methods."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Picture"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "PicturesResponse",
      "Description": [
        "Represents the Pictures Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Pictures",
          "Description": [
            "This class has a property called \"Pictures\" with the feature of being serialized as \"pictures\" in XML elements."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Pictures"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "PivotFieldResponse",
      "Description": [
        "Represents the PivotField Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "PivotField",
          "Description": [
            "This class has a property named \"PivotField\" of type PivotField which can be accessed and modified."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "PivotField"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "PivotFilterResponse",
      "Description": [
        "Represents the PivotFilter Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "PivotFilter",
          "Description": [
            "Property Summary: Contains a pivot filter for data manipulation."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "PivotFilter"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "PivotFiltersResponse",
      "Description": [
        "Represents the PivotFilters Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "PivotFilters",
          "Description": [
            "Property summary: Contains a list of PivotFilter objects."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "PivotFilter",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "PivotFilter"
            }
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "PivotTableResponse",
      "Description": [
        "Represents the PivotTable Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "PivotTable",
          "Description": [
            "PivotTable property of type PivotTable that can be both read and written."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "PivotTable"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "PivotTablesResponse",
      "Description": [
        "Represents the PivotTables Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "PivotTables",
          "Description": [
            "This class has a property named PivotTables of type PivotTables that can be both accessed and modified."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "PivotTables"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "PlotAreaResponse",
      "Description": [
        "Represents the PlotArea Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "PlotArea",
          "Description": [
            "A property that allows getting and setting the PlotArea for the class."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "PlotArea"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "RadioButtonResponse",
      "Description": [
        "Represents the RadioButton Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Shape",
          "Description": [
            "This class has a public property named \"Shape\" of type RadioButton with both getter and setter."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "RadioButton"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "RangeResponse",
      "Description": [
        "Represents the Range Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Range",
          "Description": [
            "This class has a property named \"Range\" of type Range with both getter and setter methods."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Range"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "RangesResponse",
      "Description": [
        "Represents the Ranges Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Ranges",
          "Description": [
            "This class has a property named \"Ranges\" of type \"Ranges\" that can be accessed and modified."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Ranges"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "RangeValueResponse",
      "Description": [
        "Represents the RangeValue Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "CellsList",
          "Description": [
            "Property Summary: Contains a list of elements labeled as \"Cell\"."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "Cell",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "Cell"
            }
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "RectangleShapeResponse",
      "Description": [
        "Represents the RectangleShape Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Shape",
          "Description": [
            "A public property named \"Shape\" that is of type RectangleShape and can be both accessed and modified."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "RectangleShape"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "RowResponse",
      "Description": [
        "Represents the Row Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Row",
          "Description": [
            "This class has a public property named \"Row\" of type \"Row\" with both get and set accessors."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Row"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "RowsResponse",
      "Description": [
        "Represents the Rows Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Rows",
          "Description": [
            "A property named \"Rows\" of type \"Rows\" which has both getter and setter methods."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Rows"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "SaveFilesToCloudResultResponse",
      "Description": [
        "Represents the SaveFilesToCloudResult Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "SaveFilesToCloudResult",
          "Description": [
            "Property: SaveFilesToCloudResult that allows getting and setting an object of type SaveFilesToCloudResult."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "SaveFilesToCloudResult"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "SaveResponse",
      "Description": [
        "Represents the Save Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "SaveResult",
          "Description": [
            "This class property represents a \"SaveResult\" XML element."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "SaveResult"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ScrollBarResponse",
      "Description": [
        "Represents the ScrollBar Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Shape",
          "Description": [
            "The class has a public property named `Shape` of type `ScrollBar` that can be both read and written."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ScrollBar"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "SeriesesResponse",
      "Description": [
        "Represents the Serieses Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Serieses",
          "Description": [
            "A property named \"Serieses\" of type \"SeriesItems\" is defined in the class with both getter and setter access."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "SeriesItems"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "SeriesResponse",
      "Description": [
        "Represents the Series Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Series",
          "Description": [
            "A public property named \"Series\" of type Series with both getter and setter methods."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Series"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ShapeResponse",
      "Description": [
        "Represents the Shape Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Shape",
          "Description": [
            "A public property Shape of type ArcShape that can be accessed and modified."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Shape"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ShapesResponse",
      "Description": [
        "Represents the Shapes Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Shapes",
          "Description": [
            "The class has a property called \"Shapes\" with XML serialization attribute \"XmlElement\" for specifying the element name in the XML representation."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Shapes"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "SingleValueResponse",
      "Description": [
        "Represents the SingleValue Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Value",
          "Description": [
            "A property named \"Value\" of type \"SingleValue\" that can be accessed and modified is declared in the class."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "SingleValue"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "SparklineGroupResponse",
      "Description": [
        "Represents the SparklineGroup Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "SparklineGroup",
          "Description": [
            "A property that allows access to a Sparkline group containing multiple Sparkline objects."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "SparklineGroup"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "SparklineGroupsResponse",
      "Description": [
        "Represents the SparklineGroups Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "SparklineGroups",
          "Description": [
            "This class has a property named \"SparklineGroups\" of type \"SparklineGroups\" for managing sparkline groups."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "SparklineGroups"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "SpinnerResponse",
      "Description": [
        "Represents the Spinner Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Shape",
          "Description": [
            "A property named Shape of type Spinner, with both get and set accessors."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Spinner"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "SplitResultResponse",
      "Description": [
        "Represents the SplitResult Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Result",
          "Description": [
            "Gets or sets the splitting result."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "SplitResult"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "StyleResponse",
      "Description": [
        "Represents the Style Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Style",
          "Description": [
            "A property named \"Style\" of type \"Style\" is defined with both getter and setter methods."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Style"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "StylesResponse",
      "Description": [
        "Represents the Styles Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Styles",
          "Description": [
            "collection of styles."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Styles"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "TaskRunResultResponse",
      "Description": [
        "Represents the TaskRunResult Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "TaskRunResult",
          "Description": [
            "This class has a property named \"TaskRunResult\" of type \"TaskRunResult\" that can be both accessed and modified."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "TaskRunResult"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "TextBoxResponse",
      "Description": [
        "Represents the TextBox Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Shape",
          "Description": [
            "A public property named \"Shape\" of type TextBox is defined with both get and set accessors."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "TextBox"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "TextItemResponse",
      "Description": [
        "Represents the TextItem Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "TextItem",
          "Description": [
            "The class has a property that allows getting and setting a TextItem object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "TextItem"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "TextItemsResponse",
      "Description": [
        "Represents the TextItems Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "TextItems",
          "Description": [
            "This property allows access to a collection of TextItems."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "TextItems"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "TickLabelsResponse",
      "Description": [
        "Represents the TickLabels Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "TickLabels",
          "Description": [
            "Property that represents tick labels for a class."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "TickLabels"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "TitleResponse",
      "Description": [
        "Represents the Title Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Title",
          "Description": [
            "This class has a property called \"Title\" of type \"Title\" with both a getter and a setter."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Title"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "TrendlineResponse",
      "Description": [
        "Represents the Trendline Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Trendline",
          "Description": [
            "The class has a public property called \"Trendline\" of type \"Trendline\" that can be accessed and modified."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Trendline"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "TrendlinesResponse",
      "Description": [
        "Represents the Trendlines Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Trendlines",
          "Description": [
            "This property allows access to the Trendlines feature and set new values for it."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Trendlines"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ValidationResponse",
      "Description": [
        "Represents the Validation Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Validation",
          "Description": [
            "The class has a public property for Validation."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Validation"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ValidationsResponse",
      "Description": [
        "Represents the Validations Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Validations",
          "Description": [
            "This class has a public property named \"Validations\" of type \"Validations\" that includes both a getter and a setter."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Validations"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "VerticalPageBreakResponse",
      "Description": [
        "Represents the VerticalPageBreak Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "VerticalPageBreak",
          "Description": [
            "The class has a property that represents a vertical page break."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "VerticalPageBreak"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "VerticalPageBreaksResponse",
      "Description": [
        "Represents the VerticalPageBreaks Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "VerticalPageBreaks",
          "Description": [
            "This class has a property named VerticalPageBreaks of type VerticalPageBreaks that can be both read from and written to."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "VerticalPageBreaks"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "WallsResponse",
      "Description": [
        "Represents the Walls Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Walls",
          "Description": [
            "The class has a public property named `Walls` of type `Walls`."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Walls"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "WorkbookReplaceResponse",
      "Description": [
        "Represents the WorkbookReplace Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Matches",
          "Description": [
            "Property summary: An integer property named \"Matches\" with an XmlElement attribute."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Workbook",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "WorkbookResponse",
      "Description": [
        "Represents the Workbook Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Workbook",
          "Description": [
            "Workbook property of the class allows access to and modification of a Workbook object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Workbook"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "WorkbookSettingsResponse",
      "Description": [
        "Represents the WorkbookSettings Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "settings",
          "Description": [
            "The class has a public property called \"settings\" of type WorkbookSettings that can be accessed and modified."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "WorkbookSettings"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "WorkbooksResponse",
      "Description": [
        "Represents the Workbooks Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Workbooks",
          "Description": [
            "Property Summary: Contains a list of \"Workbook\" elements under the \"Workbooks\" array in XML format."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "LinkElement",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "LinkElement"
            }
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "WorksheetReplaceResponse",
      "Description": [
        "Represents the WorksheetReplace Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Matches",
          "Description": [
            "\"An integer property named Matches decorated with the XmlElement attribute.\""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Worksheet",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "WorksheetResponse",
      "Description": [
        "Represents the Worksheet Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Worksheet",
          "Description": [
            "The class has a property called \"Worksheet\" of type \"Worksheet\" that can be accessed and modified."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Worksheet"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "WorksheetsResponse",
      "Description": [
        "Represents the Worksheets Response."
      ],
      "Type": "Class",
      "ParentName": "CellsCloudResponse",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Worksheets",
          "Description": [
            "Property `Worksheets` of type `Worksheets` with the XML element name \"worksheets\" is defined in the class."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Worksheets"
          }
        },
        {
          "Name": "Code",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Status",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "AnalyzeExcelRequest",
      "Description": [
        "Can you please provide the features that you would like me to summarize for the class?"
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Files",
          "Description": [
            "The class has a property called \"Files\" that is a list of FileInfo objects with a default value of an empty list."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "FileInfo",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "FileInfo"
            }
          }
        },
        {
          "Name": "NeedThumbnail",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "BuildSuggestoinSheet",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "BatchConvertRequest",
      "Description": [
        "Indicates batch convert file request"
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "SourceFolder",
          "Description": [
            "The directory stores files that need to format conversion."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SourceStorage",
          "Description": [
            "Aspose Cloud storage name."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MatchCondition",
          "Description": [
            "Indicates the match condition that needs to be processed for the file name."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "MatchConditionRequest"
          }
        },
        {
          "Name": "Format",
          "Description": [
            "Conversion format."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "OutFolder",
          "Description": [
            "The directory that stores files whose format conversion was successful."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "OutStorage",
          "Description": [
            "Aspose Cloud storage name."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Region",
          "Description": [
            "The regional settings for workbook."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "PageWideFitOnPerSheet",
          "Description": [
            "A nullable Boolean property that determines whether the content should be fit to the entire page width on each sheet."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "PageTallFitOnPerSheet",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SaveOptions",
          "Description": [
            "Indicates save options."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "SaveOptions"
          }
        }
      ]
    },
    {
      "Name": "BatchLockRequest",
      "Description": [
        "Indicates batch lock file request"
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "SourceFolder",
          "Description": [
            "The directory stores files that need to format conversion.",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SourceStorage",
          "Description": [
            "Aspose Cloud storage name"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MatchCondition",
          "Description": [
            "Indicates the match condition that needs to be processed for the file name."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "MatchConditionRequest"
          }
        },
        {
          "Name": "Password",
          "Description": [
            "Lock file with password"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "OutFolder",
          "Description": [
            "The directory that stores files whose format conversion was successful.",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "OutStorage",
          "Description": [
            "Aspose Cloud storage name"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "BatchProtectRequest",
      "Description": [
        "Indicates batch protect file request"
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "SourceFolder",
          "Description": [
            "The directory stores files that need to format conversion.",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SourceStorage",
          "Description": [
            "Aspose Cloud storage name"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MatchCondition",
          "Description": [
            "Indicates the match condition that needs to be processed for the file name."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "MatchConditionRequest"
          }
        },
        {
          "Name": "ProtectionType",
          "Description": [
            "This property defines the protection type of an object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Password",
          "Description": [
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "OutFolder",
          "Description": [
            "The directory that stores files whose format conversion was successful."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "OutStorage",
          "Description": [
            "Aspose Cloud storage name."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "BatchSplitRequest",
      "Description": [
        "Class summary: Identifying key features of a statistical dataset and methods for data analysis."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "SourceFolder",
          "Description": [
            "The directory stores files that need to format conversion.",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SourceStorage",
          "Description": [
            "Aspose Cloud storage name"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MatchCondition",
          "Description": [
            "Indicates the match condition that needs to be processed for the file name."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "MatchConditionRequest"
          }
        },
        {
          "Name": "Format",
          "Description": [
            "Output file format"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "FromIndex",
          "Description": [
            "From worksheet index of workbook."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "ToIndex",
          "Description": [
            "To worksheet index of workbook."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "OutFolder",
          "Description": [
            "The directory that stores files whose format conversion was successful."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "OutStorage",
          "Description": [
            "Aspose Cloud storage name."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Region",
          "Description": [
            "The regional settings for workbook."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SaveOptions",
          "Description": [
            "Indicates save options."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "SaveOptions"
          }
        }
      ]
    },
    {
      "Name": "ColorFilterRequest",
      "Description": [
        "Indicates color filter request"
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Pattern",
          "Description": [
            "Gets or sets the fill pattern type"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ForegroundColor",
          "Description": [
            "Foreground color"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsColor"
          }
        },
        {
          "Name": "BackgroundColor",
          "Description": [
            "Background color"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsColor"
          }
        }
      ]
    },
    {
      "Name": "ConvertParameter",
      "Description": [
        "Indicates convert parameter"
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Description": [
            "A property \"Name\" of type string with a getter and setter is declared in the class."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Value",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "CreatePivotTableRequest",
      "Description": [
        "Indicates create pivot table request"
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Description": [
            "Pivot table name"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SourceData",
          "Description": [
            "The data for the new PivotTable cache."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DestCellName",
          "Description": [
            "The cell in the upper-left corner of the PivotTable report's destination range."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "UseSameSource",
          "Description": [
            "Indicates whether using same data source when another existing pivot table has used this data source.If the property is true, it will save memory."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "PivotFieldRows",
          "Description": [
            "Represents row fields in a PivotTable report."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Array",
            "ElementDataType": {
              "Identifier": "Integer"
            }
          }
        },
        {
          "Name": "PivotFieldColumns",
          "Description": [
            "Represents column fields in a PivotTable report."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Array",
            "ElementDataType": {
              "Identifier": "Integer"
            }
          }
        },
        {
          "Name": "PivotFieldData",
          "Description": [
            "Represents data fields in a PivotTable report."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Array",
            "ElementDataType": {
              "Identifier": "Integer"
            }
          }
        }
      ]
    },
    {
      "Name": "DataCleansingRequest",
      "Description": [
        "A data cleansing request for an Spreadsheet file."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "File",
          "Description": [
            "Spreadsheet files that require data cleaning. "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        },
        {
          "Name": "CheckExcelRestriction",
          "Description": [
            "Whether check restriction of Spreadsheet file when user modify cells related objects."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Region",
          "Description": [
            "The regional settings for workbook."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "OutFileFormat",
          "Description": [
            "finish to data cleansing, outfile`s file format."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DataCleansing",
          "Description": [
            "Data cleansing content"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataCleansing"
          }
        }
      ]
    },
    {
      "Name": "DataDeduplicationRequest",
      "Description": [
        ""
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "File",
          "Description": [
            "Spreadsheet files that require data fulling. "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        },
        {
          "Name": "DeduplicationRegion",
          "Description": [
            "This class has a property named \"DeduplicationRegion\" of type \"DeduplicationRegion\" with a default value of a new instance of the \"DeduplicationRegion\" class."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DeduplicationRegion"
          }
        },
        {
          "Name": "OutFileFormat",
          "Description": [
            "finish to data cleansing, outfile`s file format."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CheckExcelRestriction",
          "Description": [
            "Whether check restriction of Spreadsheet file when user modify cells related objects."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Region",
          "Description": [
            "The regional settings for workbook."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "DataFillRequest",
      "Description": [
        "I'm happy to help! Please provide the features you would like me to summarize."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "File",
          "Description": [
            "Spreadsheet files that require data fulling. "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        },
        {
          "Name": "OutFileFormat",
          "Description": [
            "finish to data cleansing, outfile`s file format."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CheckExcelRestriction",
          "Description": [
            "Whether check restriction of Spreadsheet file when user modify cells related objects."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Region",
          "Description": [
            "The regional settings for workbook."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DataFill",
          "Description": [
            "Fill data default value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataFill"
          }
        }
      ]
    },
    {
      "Name": "DataTransformationRequest",
      "Description": [
        "Data Transformation Request"
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "FileInfo",
          "Description": [
            "Indicates the source of the mount data."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        },
        {
          "Name": "DataSource",
          "Description": [
            "Indicates the source of the mount data."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "LoadData",
          "Description": [
            "Indicates load data."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LoadData"
          }
        },
        {
          "Name": "AppliedSteps",
          "Description": [
            "Indicates applied step list. "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "AppliedStep",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "AppliedStep"
            }
          }
        },
        {
          "Name": "Region",
          "Description": [
            "This class has a property named \"Region\" of type string with both a getter and a setter."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "OutFormat",
          "Description": [
            "Indicates output format "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "DeleteIncompleteRowsRequest",
      "Description": [
        "I'm here to help! Could you please provide the features you would like me to summarize?"
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "File",
          "Description": [
            "Spreadsheet files that require data fulling. "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        },
        {
          "Name": "OutFileFormat",
          "Description": [
            "finish to data cleansing, outfile`s file format."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CheckExcelRestriction",
          "Description": [
            "Whether check restriction of Spreadsheet file when user modify cells related objects."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Region",
          "Description": [
            "The regional settings for workbook."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Ranges",
          "Description": [
            "A property named \"Ranges\" of type IList of Range, with a default value of an empty List of Range."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "Range",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "Range"
            }
          }
        }
      ]
    },
    {
      "Name": "ImportJsonRequest",
      "Description": [
        "Indicates import xml data request"
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "JsonFileSource",
          "Description": [
            "Json file source"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "ImportPosition",
          "Description": [
            "Import position description."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ImportPosition"
          }
        },
        {
          "Name": "JsonContent",
          "Description": [
            "Base64String default is null"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ImportXMLRequest",
      "Description": [
        "Indicates import xml data request"
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "XMLFileSource",
          "Description": [
            "XML file source"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "ImportPosition",
          "Description": [
            "Import position description."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ImportPosition"
          }
        },
        {
          "Name": "XMLContent",
          "Description": [
            "Base64String default is null"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "MatchConditionRequest",
      "Description": [
        "Indicates the match condition that needs to be processed for the file name."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "RegexPattern",
          "Description": [
            "Regex Pattern."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "FullMatchConditions",
          "Description": [
            "Name list."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "String",
            "ElementDataType": {
              "Identifier": "String"
            }
          }
        }
      ]
    },
    {
      "Name": "PasswordRequest",
      "Description": [
        "Used for password data transfer."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Password",
          "Description": [
            "Password."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "PivotTableFieldRequest",
      "Description": [
        "Indicates pivot table field request"
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Data",
          "Description": [
            "Intdex array."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Array",
            "ElementDataType": {
              "Identifier": "Integer"
            }
          }
        }
      ]
    },
    {
      "Name": "ProtectWorkbookRequest",
      "Description": [
        "Indicates protect workbook request"
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "AwaysOpenReadOnly",
          "Description": [
            "Indicates aways open read-only."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EncryptWithPassword",
          "Description": [
            "Indicates encrypt with password."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ProtectCurrentSheet",
          "Description": [
            "Represents the various types of protection options available for a worksheet.",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Protection"
          }
        },
        {
          "Name": "ProtectAllSheets",
          "Description": [
            "Represents the various types of protection options available for all worksheets.",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Protection"
          }
        },
        {
          "Name": "ProtectWorkbookStructure",
          "Description": [
            "Indicates protect workbook structure. All, Contents, Objects, Scenarios, Structure, Windows, and None."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DigitalSignature",
          "Description": [
            "Indicates signature in file."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DigitalSignature"
          }
        },
        {
          "Name": "MarkAsFinal",
          "Description": [
            "Indicates mark as final."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "RangeConvertRequest",
      "Description": [
        "Indicates range copy request"
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Source",
          "Description": [
            "Source range. "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Range"
          }
        },
        {
          "Name": "ImageType",
          "Description": [
            "Target range."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ImageOrPrintOptions",
          "Description": [
            "Represents the paste special options.",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ImageOrPrintOptions"
          }
        },
        {
          "Name": "PageSetup",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "PageSetup"
          }
        }
      ]
    },
    {
      "Name": "RangeCopyRequest",
      "Description": [
        "Indicates range copy request"
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Operate",
          "Description": [
            "copydata, copystyle, copyto, copyvalue."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Source",
          "Description": [
            "Source range. "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Range"
          }
        },
        {
          "Name": "Target",
          "Description": [
            "Target range."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Range"
          }
        },
        {
          "Name": "TargetWorkbook",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "PasteOptions",
          "Description": [
            "Represents the paste special options.",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "PasteOptions"
          }
        }
      ]
    },
    {
      "Name": "RangeSetOutlineBorderRequest",
      "Description": [
        "Indicates range set outline border request."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Range",
          "Description": [
            "Encapsulates the object that represents a range of cells within a spreadsheet."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Range"
          }
        },
        {
          "Name": "borderEdge",
          "Description": [
            "LeftBorder, RightBorder, TopBorder, BottomBorder, DiagonalDown, DiagonalUp, Vertical and Horizontal."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "borderStyle",
          "Description": [
            "None, Thin, Medium, Dashed, Dotted, Thick, Double, Hair, MediumDashed, DashDot, MediumDashDot, DashDotDot, MediumDashDotDot and SlantedDashDot."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "borderColor",
          "Description": [
            "Border color."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Color"
          }
        }
      ]
    },
    {
      "Name": "RangeSetStyleRequest",
      "Description": [
        "Indicates range set style request."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Range",
          "Description": [
            "Encapsulates the object that represents a range of cells within a spreadsheet."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Range"
          }
        },
        {
          "Name": "Style",
          "Description": [
            "Represents display style of excel document,such as font,color,alignment,border,etc.",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Style"
          }
        }
      ]
    },
    {
      "Name": "RangeSortRequest",
      "Description": [
        "Indicates range sort request"
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DataSorter",
          "Description": [
            "Summary description for DataSorter."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSorter"
          }
        },
        {
          "Name": "CellArea",
          "Description": [
            "Encapsulates the object that represents a range of cells within a spreadsheet."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Range"
          }
        }
      ]
    },
    {
      "Name": "TableTotalRequest",
      "Description": [
        "Indicates table total request"
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ListColumnIndex",
          "Description": [
            "Indicates list column index."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "TotalsCalculation",
          "Description": [
            "Indicates totals calculation."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CustomFormula",
          "Description": [
            "Indicates custom formula."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "TextWaterMarkerRequest",
      "Description": [
        "Indicates text water marker request."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Text",
          "Description": [
            "A property named Text of type string that can be accessed and modified."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "FontName",
          "Description": [
            "Indicates font name."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "FontSize",
          "Description": [
            "Indicates font size."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Description": [
            "Indicates image height."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Width",
          "Description": [
            "Indicates image width."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "ImageAdaptOption",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "WorkbookEncryptionRequest",
      "Description": [
        "Used by workbook encryption/decryption requests."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "EncryptionType",
          "Description": [
            "Workbook encription type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "KeyLength",
          "Description": [
            "Encription key length."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Password",
          "Description": [
            "Encription password."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "WorkbookProtectionRequest",
      "Description": [
        "Used by workbook protection requests."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ProtectionType",
          "Description": [
            "Protection type. Can be ALL, CONTENTS, NONE, OBJECTS, SCENARIOS, STRUCTURE, WINDOWS"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Password",
          "Description": [
            "Encription password."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "WorksheetMovingRequest",
      "Description": [
        "Used by workbook moving requests."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DestinationWorksheet",
          "Description": [
            "Destination worksheet name.  "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Position",
          "Description": [
            "Position to move. Can be BEFORE or AFTER."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ImageOrPrintOptions",
      "Description": [
        "           Allows to specify options when rendering worksheet to images, printing worksheet or rendering chart to image.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "TextCrossType",
          "Description": [
            "TextCrossType"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "GridlineType",
          "Description": [
            "GridlineType"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "OutputBlankPageWhenNothingToPrint",
          "Description": [
            "Indicates whether to output a blank page when there is nothing to print."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CheckWorkbookDefaultFont",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "DefaultFont",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsOptimized",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "PageCount",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "PageIndex",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "IsFontSubstitutionCharGranularity",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Transparent",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "OnlyArea",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SVGFitToViewPort",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EmbededImageNameInSvg",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AllColumnsInOnePagePerSheet",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "PrintWithStatusDialog",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "HorizontalResolution",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "VerticalResolution",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "DefaultEditLanguage",
          "Description": [
            "DefaultEditLanguage"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TiffColorDepth",
          "Description": [
            "ColorDepth"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TiffCompression",
          "Description": [
            "TiffCompression"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "PrintingPage",
          "Description": [
            "PrintingPageType"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Quality",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "ImageType",
          "Description": [
            "ImageType"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "OnePagePerSheet",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "TiffBinarizationMethod",
          "Description": [
            "ImageBinarizationMethod"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "RenderingFont",
      "Description": [
        "Font for rendering."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Description": [
            "Gets name of the font."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Size",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "Bold",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Italic",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Color",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Color"
          }
        }
      ]
    },
    {
      "Name": "RenderingWatermark",
      "Description": [
        "Watermark for rendering."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Rotation",
          "Description": [
            "Gets or sets roation of the watermark in degrees."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "ScaleToPagePercent",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Opacity",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "IsBackground",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Text",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Font",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "RenderingFont"
          }
        },
        {
          "Name": "Image",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Array",
            "ElementDataType": {
              "Identifier": "Byte"
            }
          }
        },
        {
          "Name": "HAlignment",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "VAlignment",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "OffsetX",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "OffsetY",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        }
      ]
    },
    {
      "Name": "AppliedOperate",
      "Description": [
        "A data operation that is used to obtain a query of data."
      ],
      "Type": "Class",
      "IsAbstract": true,
      "Properties": [
        {
          "Name": "AppliedOperateType",
          "Description": [
            "Property summary: Utilizes a custom JSON converter to serialize and deserialize an enum property."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "AppliedOperateType",
      "Description": [
        "Operation type. "
      ],
      "Type": "Enum",
      "ParentName": "Enum",
      "IsAbstract": false,
      "Properties": []
    },
    {
      "Name": "AppliedStep",
      "Description": [
        "Each data manipulation step that is performed when you get the query data."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "StepName",
          "Description": [
            "Data manipulation step name."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AppliedOperate",
          "Description": [
            "Data manipulation name."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "AppliedOperate"
          }
        }
      ]
    },
    {
      "Name": "DataQuery",
      "Description": [
        "Data query."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Description": [
            "Define a name for data query. Unique identification."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DataSourceDataType",
          "Description": [
            "The specific data object type. When the value is File, DataItem is invalid."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DataSource",
          "Description": [
            "Indicates the source of the mount data."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "FileInfo",
          "Description": [
            "When data souce is request files, FileInfo store the contents of the file."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        },
        {
          "Name": "DataItem",
          "Description": [
            "The specific data object type and name."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataItem"
          }
        }
      ]
    },
    {
      "Name": "JoinType",
      "Description": [
        "Join Type."
      ],
      "Type": "Enum",
      "ParentName": "Enum",
      "IsAbstract": false,
      "Properties": []
    },
    {
      "Name": "LoadData",
      "Description": [
        "Loading data information."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "LoadTo",
          "Description": [
            "Indicates begin position for loading data. "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LoadTo"
          }
        },
        {
          "Name": "DataQuery",
          "Description": [
            "Indicates data query for data loading. "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataQuery"
          }
        }
      ]
    },
    {
      "Name": "LoadTo",
      "Description": [
        "A description of the location to which the data is mounted."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Worksheet",
          "Description": [
            "The worksheet name."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "beginRowIndex",
          "Description": [
            "The begin row index of worksheet."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "beginColumnIndex",
          "Description": [
            "The begin column index of worksheet."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        }
      ]
    },
    {
      "Name": "MergeQueries",
      "Description": [
        "Represents merge quesies."
      ],
      "Type": "Class",
      "ParentName": "AppliedOperate",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DataQueryNameA",
          "Description": [
            "Indicates the name of the data query , it is matched in the data query set."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DataAIndexField",
          "Description": [
            "Represents index field  of DataA."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DataQueryNameB",
          "Description": [
            "Indicates the name of the data query , it is matched in the data query set."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DataBIndexField",
          "Description": [
            "Represents index field  of DataB."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "JoinType",
          "Description": [
            "Represents ethods of data consolidation."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AppliedOperateType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "PivotColumn",
      "Description": [
        "Represents pivot column for data table."
      ],
      "Type": "Class",
      "ParentName": "AppliedOperate",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "PivotColumnName",
          "Description": [
            "Represents pivot column name."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ValueColumnNames",
          "Description": [
            "Represents column name that sets the column's value to the value of the pivot column."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "String",
            "ElementDataType": {
              "Identifier": "String"
            }
          }
        },
        {
          "Name": "AppliedOperateType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "QueryDataSourceType",
      "Description": [
        "Represents query data source type"
      ],
      "Type": "Enum",
      "ParentName": "Enum",
      "IsAbstract": false,
      "Properties": []
    },
    {
      "Name": "UnpivotColumn",
      "Description": [
        "Unpivot column."
      ],
      "Type": "Class",
      "ParentName": "AppliedOperate",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "UnpivotColumnNames",
          "Description": [
            "Indicates unpivot column names."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "String",
            "ElementDataType": {
              "Identifier": "String"
            }
          }
        },
        {
          "Name": "ColumnMapName",
          "Description": [
            "Indicates the column is used to store the name of unpivot columns."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ValueMapName",
          "Description": [
            "Indicates the column is used to store the value of unpivot columns."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AppliedOperateType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "PivotField",
      "Description": [
        "           Represents a field in a PivotTable report.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "AutoShowCount",
          "Description": [
            "Represent the number of top or bottom items            that are automatically shown in the specified PivotTable field."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "AutoShowField",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "AutoSortField",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "BaseField",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "BaseIndex",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "BaseItem",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "BaseItemPosition",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CurrentPageItem",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "DataDisplayFormat",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DisplayName",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DragToColumn",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "DragToData",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "DragToHide",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "DragToPage",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "DragToRow",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Function",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "InsertBlankRow",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsAscendShow",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsAscendSort",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsAutoShow",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsAutoSort",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsAutoSubtotals",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsCalculatedField",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsIncludeNewItemsInFilter",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsInsertPageBreaksBetweenItems",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsMultipleItemSelectionAllowed",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsRepeatItemLabels",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ItemCount",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Items",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Array",
            "ElementDataType": {
              "Identifier": "String"
            }
          }
        },
        {
          "Name": "Name",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Number",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "NumberFormat",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "OriginalItems",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Array",
            "ElementDataType": {
              "Identifier": "String"
            }
          }
        },
        {
          "Name": "PivotItems",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "PivotItem",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "PivotItem"
            }
          }
        },
        {
          "Name": "Position",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "ShowAllItems",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowCompact",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowInOutlineForm",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowSubtotalAtTop",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "PivotFilter",
      "Description": [
        "Represents a PivotFilter in PivotFilter Collection."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "AutoFilter",
          "Description": [
            "Gets the autofilter of the pivot filter."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "AutoFilter"
          }
        },
        {
          "Name": "EvaluationOrder",
          "Description": [
            "Gets the Evaluation Order of the pivot filter."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "FieldIndex",
          "Description": [
            "Gets the field index of the pivot filter."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "FilterType",
          "Description": [
            "Gets the autofilter type of the pivot filter."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ValueFieldIndex",
          "Description": [
            "Gets the measure field index of the pivot filter.",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "MemberPropertyFieldIndex",
          "Description": [
            "Gets the member property field index of the pivot filter.",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Name",
          "Description": [
            "Gets the name of the pivot filter."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Value1",
          "Description": [
            "Gets the string value1 of the label pivot filter.",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Value2",
          "Description": [
            "Gets the string value2 of the label pivot filter.",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Top10Filter",
          "Description": [
            "A property that allows for setting and getting a Top10Filter object for filtering data."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Top10Filter"
          }
        }
      ]
    },
    {
      "Name": "PivotItem",
      "Description": [
        "           Represents a item in a PivotField report.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Index",
          "Description": [
            "Gets the index of the pivot item in cache field."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "IsHidden",
          "Description": [
            "Represents whether the specified item visible."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Name",
          "Description": [
            "Gets the name"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Value",
          "Description": [
            "Gets the value of the specified item."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "PivotTable",
      "Description": [
        "Summary description for PivotTable."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "AltTextDescription",
          "Description": [
            "Gets the description of the alt text"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AltTextTitle",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AutoFormatType",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "BaseFields",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "PivotField",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "PivotField"
            }
          }
        },
        {
          "Name": "ColumnFields",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "PivotField",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "PivotField"
            }
          }
        },
        {
          "Name": "ColumnGrand",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ColumnHeaderCaption",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ColumnRange",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellArea"
          }
        },
        {
          "Name": "CustomListSort",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "DataBodyRange",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellArea"
          }
        },
        {
          "Name": "DataField",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "PivotField"
          }
        },
        {
          "Name": "DataFields",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "PivotField",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "PivotField"
            }
          }
        },
        {
          "Name": "DataSource",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Array",
            "ElementDataType": {
              "Identifier": "String"
            }
          }
        },
        {
          "Name": "DisplayErrorString",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "DisplayImmediateItems",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "DisplayNullString",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EnableDataValueEditing",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EnableDrilldown",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EnableFieldDialog",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EnableFieldList",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "EnableWizard",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ErrorString",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "FieldListSortAscending",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "GrandTotalName",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "HasBlankRows",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Indent",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "IsAutoFormat",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsGridDropZones",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsMultipleFieldFilters",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsSelected",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ItemPrintTitles",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ManualUpdate",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "MergeLabels",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "MissingItemsLimit",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Name",
          "Description": [
            "Represents pivot table name."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "NullString",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "PageFieldOrder",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "PageFields",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "PivotField",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "PivotField"
            }
          }
        },
        {
          "Name": "PageFieldWrapCount",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "PivotFilters",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "PivotFilter",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "PivotFilter"
            }
          }
        },
        {
          "Name": "PivotTableStyleName",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "PivotTableStyleType",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "PreserveFormatting",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "PrintDrill",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "PrintTitles",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "RefreshDataFlag",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "RefreshDataOnOpeningFile",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "RowFields",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "PivotField",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "PivotField"
            }
          }
        },
        {
          "Name": "RowGrand",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "RowHeaderCaption",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "RowRange",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellArea"
          }
        },
        {
          "Name": "SaveData",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowDataTips",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowDrill",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowEmptyCol",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowEmptyRow",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowMemberPropertyTips",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowPivotStyleColumnHeader",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowPivotStyleColumnStripes",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowPivotStyleLastColumn",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowPivotStyleRowHeader",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowPivotStyleRowStripes",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowRowHeaderCaption",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowValuesRow",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SubtotalHiddenPageItems",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "TableRange1",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellArea"
          }
        },
        {
          "Name": "TableRange2",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellArea"
          }
        },
        {
          "Name": "Tag",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "PivotTables",
      "Description": [
        "Represents the collection of all the PivotTable objects on the specified worksheet."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "PivotTableList",
          "Description": [
            "Xml property \"PivotTableList\" of the class contains a list of \"LinkElement\" objects with the element name \"PivotTable\"."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "LinkElement",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "LinkElement"
            }
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "AddTextOptions",
      "Description": [
        "Class summary: The features of this class include hands-on learning activities, group projects, interactive discussions, guest speakers, and field trips to real-world applications."
      ],
      "Type": "Class",
      "ParentName": "BaseOperateOptions",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Description": [
            "The class has a public property named \"Name\" with a getter and setter method."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DataSource",
          "Description": [
            "Represents data source.  There are three types of data, they are CloudFileSystem, RequestFiles, HttpUri."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "FileInfo",
          "Description": [
            "Represents file information. Include of filename, filesize, and file content(base64String)."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        },
        {
          "Name": "ScopeOptions",
          "Description": [
            "Specifies the range of cells within the worksheet where the spreadsheet operations will be performed. This parameter allows users to define the exact area to be processed, ensuring that operations are applied only to the designated cells."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ScopeOptions"
          }
        },
        {
          "Name": "Text",
          "Description": [
            "Add text content."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SelectPoistion",
          "Description": [
            "Represents where text should be inserted or selected in the spreadsheet."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SelectText",
          "Description": [
            "Selected text of cell where text should be inserted or selected in the spreadsheet."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SkipEmptyCells",
          "Description": [
            "Indicates whether empty cells should be skipped during processing."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "BaseOperateOptions",
      "Description": [
        ""
      ],
      "Type": "Class",
      "IsAbstract": true,
      "Properties": [
        {
          "Name": "Name",
          "Description": [
            "The property \"Name\" is a virtual string type with a public access modifier and a default value of an empty string."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "CharacterCountOptions",
      "Description": [
        "Character Count Options."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DataSource",
          "Description": [
            "Represents data source.  There are three types of data, they are CloudFileSystem, RequestFiles, HttpUri."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "FileInfo",
          "Description": [
            "Represents file information. Include of filename, filesize, and file content(base64String)."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        }
      ]
    },
    {
      "Name": "CharacterSetsType",
      "Type": "Enum",
      "ParentName": "Enum",
      "IsAbstract": false,
      "Properties": []
    },
    {
      "Name": "CheckExternalReferenceOptions",
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DataSource",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "FileInfo",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        },
        {
          "Name": "Worksheet",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Ranged_Table",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ChartIndex",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        }
      ]
    },
    {
      "Name": "CheckFormulaErrorOptions",
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DataSource",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "FileInfo",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        },
        {
          "Name": "SheetName",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ChartIndex",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Names",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "String",
            "ElementDataType": {
              "Identifier": "String"
            }
          }
        }
      ]
    },
    {
      "Name": "CombinationSourceData",
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Tag",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DataSource",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "FileInfo",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        },
        {
          "Name": "Worksheet",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TableName",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CellArea",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "HasHeader",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "ConvertTextOptions",
      "Description": [
        "Class summary: The features of the new smartphone include a high-resolution display, multiple camera lenses for versatile photography, a fast processor for seamless performance, and a larger battery for extended usage time."
      ],
      "Type": "Class",
      "ParentName": "BaseOperateOptions",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Description": [
            "The class has a public property called \"Name\" of type string that can be accessed and modified."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DataSource",
          "Description": [
            "Represents data source.  There are three types of data, they are CloudFileSystem, RequestFiles, HttpUri."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "FileInfo",
          "Description": [
            "Represents file information. Include of filename, filesize, and file content(base64String)."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        },
        {
          "Name": "ScopeOptions",
          "Description": [
            "Specifies the range of cells within the worksheet where the spreadsheet operations will be performed. This parameter allows users to define the exact area to be processed, ensuring that operations are applied only to the designated cells."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ScopeOptions"
          }
        },
        {
          "Name": "ConvertTextType",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SourceCharacters",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TargetCharacters",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ConvertTextType",
      "Type": "Enum",
      "ParentName": "Enum",
      "IsAbstract": false,
      "Properties": []
    },
    {
      "Name": "ConvertWorkbookOptions",
      "Type": "Class",
      "ParentName": "BaseOperateOptions",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Description": [
            "The class has a public property named \"Name\" with a getter and setter method."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DataSource",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "FileInfo",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        },
        {
          "Name": "PageSetup",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "PageSetup"
          }
        },
        {
          "Name": "SaveOptions",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "SaveOptions"
          }
        },
        {
          "Name": "ConvertFormat",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CheckExcelRestriction",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        }
      ]
    },
    {
      "Name": "ConvertWorksheetOptions",
      "Type": "Class",
      "ParentName": "BaseOperateOptions",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Description": [
            "The class has a public property named \"Name\" with a getter and setter method."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DataSource",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "FileInfo",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        },
        {
          "Name": "WorksheetName",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "PageSetup",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "PageSetup"
          }
        },
        {
          "Name": "ImageOrPrintOptions",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ImageOrPrintOptions"
          }
        },
        {
          "Name": "ConvertFormat",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CheckExcelRestriction",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Region",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "DataMergeType",
      "Type": "Enum",
      "ParentName": "Enum",
      "IsAbstract": false,
      "Properties": []
    },
    {
      "Name": "DataOutputLocation",
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DataSource",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "FileInfo",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        },
        {
          "Name": "Worksheet",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "BeginRowIndex",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "BeginColumnIndex",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        }
      ]
    },
    {
      "Name": "ExtractTextOptions",
      "Description": [
        "I'm happy to help! Could you please provide me with the features you would like me to summarize for you?"
      ],
      "Type": "Class",
      "ParentName": "BaseOperateOptions",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Description": [
            "This class has a public property for storing and retrieving a name value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DataSource",
          "Description": [
            "Represents data source.  There are three types of data, they are CloudFileSystem, RequestFiles, HttpUri."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "FileInfo",
          "Description": [
            "Represents file information. Include of filename, filesize, and file content(base64String)."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        },
        {
          "Name": "Worksheet",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Range",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ExtractTextType",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "BeforeText",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AfterText",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "BeforePosition",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "AfterPosition",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "OutPositionRange",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ExtractTextType",
      "Description": [
        ""
      ],
      "Type": "Enum",
      "ParentName": "Enum",
      "IsAbstract": false,
      "Properties": []
    },
    {
      "Name": "MergeTableOptions",
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "MainTable",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CombinationSourceData"
          }
        },
        {
          "Name": "SecondaryTable",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CombinationSourceData"
          }
        },
        {
          "Name": "DataMergeType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "OverwriteMainTable",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SyncDataToTargetWorkbook",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "MergedDataToPosition",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataOutputLocation"
          }
        }
      ]
    },
    {
      "Name": "RemoveCharactersByCharacter",
      "Description": [
        "Class summary: The features include fast and reliable performance, high-quality camera with portrait mode, long-lasting battery life, and a durable water-resistant design.",
        "            "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "RemoveTextMethod",
          "Description": [
            "Property: \"RemoveTextMethod\" is serialized using a string representation of the enum value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "RemoveCharacters",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "String",
            "ElementDataType": {
              "Identifier": "String"
            }
          }
        },
        {
          "Name": "RemoveCharacterSetsType",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "RemoveCharactersByPosition",
      "Description": [
        "Class summary: Important features to consider when designing a new website include user-friendly navigation, responsive design for different devices, visually appealing layouts, and fast loading speed.",
        "            "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "TheFirstNCharacters",
          "Description": [
            "This property allows access to a public integer named \"TheFirstNCharacters\" for getting and setting its value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "TheLastNCharacters",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "AllCharactersBeforeText",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AllCharactersAfterText",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "RemoveCharactersOptions",
      "Description": [
        "Class summary: The class features discussing effective communication strategies, developing problem-solving skills, and increasing self-awareness for personal growth."
      ],
      "Type": "Class",
      "ParentName": "BaseOperateOptions",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Description": [
            "Name property with a getter and setter override that returns a string."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DataSource",
          "Description": [
            "Represents data source.  There are three types of data, they are CloudFileSystem, RequestFiles, HttpUri."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "FileInfo",
          "Description": [
            "Represents file information. Include of filename, filesize, and file content(base64String)."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        },
        {
          "Name": "ScopeOptions",
          "Description": [
            "Specifies the range of cells within the worksheet where the spreadsheet operations will be performed. This parameter allows users to define the exact area to be processed, ensuring that operations are applied only to the designated cells."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ScopeOptions"
          }
        },
        {
          "Name": "RemoveCharactersByCharacter",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "RemoveCharactersByCharacter"
          }
        },
        {
          "Name": "RemoveCharactersByPosition",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "RemoveCharactersByPosition"
          }
        }
      ]
    },
    {
      "Name": "RemoveDuplicatesAreaType",
      "Type": "Enum",
      "ParentName": "Enum",
      "IsAbstract": false,
      "Properties": []
    },
    {
      "Name": "RemoveDuplicatesOptions",
      "Description": [
        "I'm here to help! Just let me know the features you would like me to summarize for you."
      ],
      "Type": "Class",
      "ParentName": "BaseOperateOptions",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Description": [
            "The class has a public property \"Name\" of type string that can be both read and written."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DataSource",
          "Description": [
            "Represents data source.  There are three types of data, they are CloudFileSystem, RequestFiles, HttpUri."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "FileInfo",
          "Description": [
            "Represents file information. Include of filename, filesize, and file content(base64String)."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        },
        {
          "Name": "ScopeOptions",
          "Description": [
            "Specifies the range of cells within the worksheet where the spreadsheet operations will be performed. This parameter allows users to define the exact area to be processed, ensuring that operations are applied only to the designated cells."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ScopeOptions"
          }
        }
      ]
    },
    {
      "Name": "RemoveTextMethodType",
      "Type": "Enum",
      "ParentName": "Enum",
      "IsAbstract": false,
      "Properties": []
    },
    {
      "Name": "ScopeItem",
      "Description": [
        "Define the specific range in your Excel worksheet where you want the spreadsheet operations to be performed. This ensures that only the cells within the selected range are processed, and any operations are confined to this area."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Worksheet",
          "Description": [
            "The specific worksheet of spreadsheet."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Ranges",
          "Description": [
            "The specific ranges of worksheet."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Array",
            "ElementDataType": {
              "Identifier": "String"
            }
          }
        }
      ]
    },
    {
      "Name": "ScopeOptions",
      "Description": [
        "Specifies the range of cells within the worksheet where the spreadsheet operations will be performed. This parameter allows users to define the exact area to be processed, ensuring that operations are applied only to the designated cells."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Scope",
          "Description": [
            "ScopeOptionsType is a type that represents options or settings that are specific to a particular scope."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ScopeItems",
          "Description": [
            "Specifies the designated work area within the worksheet where operations are to be performed. "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Array",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "ScopeItem"
            }
          }
        }
      ]
    },
    {
      "Name": "ScopeOptionsType",
      "Description": [
        ""
      ],
      "Type": "Enum",
      "ParentName": "Enum",
      "IsAbstract": false,
      "Properties": []
    },
    {
      "Name": "SelectPositionOptionsType",
      "Description": [
        "Represents where text should be inserted or selected in the spreadsheet.",
        "            "
      ],
      "Type": "Enum",
      "ParentName": "Enum",
      "IsAbstract": false,
      "Properties": []
    },
    {
      "Name": "SpecifyCellsObject",
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "WorksheetName",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "PageIndex",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Region",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "SpecifyWordsCountOptions",
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DataSource",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "FileInfo",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        },
        {
          "Name": "SearchWord",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "SplitDelimitersType",
      "Type": "Enum",
      "ParentName": "Enum",
      "IsAbstract": false,
      "Properties": []
    },
    {
      "Name": "SplitTextOptions",
      "Description": [
        "Appliance features: 1. Automatic defrost system 2. Energy-efficient LED lighting 3. Adjustable glass shelves 4. Ice and water dispenser with filtration system"
      ],
      "Type": "Class",
      "ParentName": "BaseOperateOptions",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Description": [
            "The property \"Name\" is a publicly accessible and overridable property of type string in the class."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DataSource",
          "Description": [
            "Represents data source.  There are three types of data, they are CloudFileSystem, RequestFiles, HttpUri."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "FileInfo",
          "Description": [
            "Represents file information. Include of filename, filesize, and file content(base64String)."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        },
        {
          "Name": "Worksheet",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Range",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SplitDelimitersType",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CustomDelimiter",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "KeepDelimitersInResultingCells",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "KeepDelimitersPosition",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "HowToSplit",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "SplitType",
      "Description": [
        ""
      ],
      "Type": "Enum",
      "ParentName": "Enum",
      "IsAbstract": false,
      "Properties": []
    },
    {
      "Name": "TablePositionInfo",
      "Type": "Class",
      "IsAbstract": false,
      "Properties": []
    },
    {
      "Name": "TrimContentOptions",
      "Description": [
        ""
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DataSource",
          "Description": [
            "Represents data source.  There are three types of data, they are CloudFileSystem, RequestFiles, HttpUri."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "FileInfo",
          "Description": [
            "Represents file information. Include of filename, filesize, and file content(base64String)."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        },
        {
          "Name": "TrimContent",
          "Description": [
            "Trim Content"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TrimLeading",
          "Description": [
            "If the trim leading value is true, the trim content before and after cell values will be deleted."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "TrimTrailing",
          "Description": [
            "If the trim trailing value is true, the trim content before and after cell values will be deleted."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "TrimSpaceBetweenWordTo1",
          "Description": [
            "When the trim space between word to 1 parameter is true, it enables the removal of extra spaces between words within a cell, ensuring that only a single space is maintained between words."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "TrimNonBreakingSpaces",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "RemoveExtraLineBreaks",
          "Description": [
            "When this parameter is enabled (set to True), it deletes extra line breaks within the selected range, ensuring that only necessary line breaks are retained."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "RemoveAllLineBreaks",
          "Description": [
            "When this parameter is enabled (set to True), it removes all line breaks within the selected range, resulting in a continuous block of text without any line breaks."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ScopeOptions",
          "Description": [
            "Specifies the range of cells within the worksheet where the spreadsheet operations will be performed. This parameter allows users to define the exact area to be processed, ensuring that operations are applied only to the designated cells."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ScopeOptions"
          }
        }
      ]
    },
    {
      "Name": "WordCaseOptions",
      "Description": [
        "I'm here to assist you. Please provide the features you would like me to summarize for the class.",
        "            "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DataSource",
          "Description": [
            "Represents data source.  There are three types of data, they are CloudFileSystem, RequestFiles, HttpUri."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "FileInfo",
          "Description": [
            "Represents file information. Include of filename, filesize, and file content(base64String)."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        },
        {
          "Name": "WordCaseType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ScopeOptions",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ScopeOptions"
          }
        }
      ]
    },
    {
      "Name": "WordCaseType",
      "Description": [
        "Defines the types of word case transformations.",
        "            "
      ],
      "Type": "Enum",
      "ParentName": "Enum",
      "IsAbstract": false,
      "Properties": []
    },
    {
      "Name": "WordsCountOptions",
      "Description": [
        "Words Count Options"
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DataSource",
          "Description": [
            "Represents data source.  There are three types of data, they are CloudFileSystem, RequestFiles, HttpUri."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "FileInfo",
          "Description": [
            "Represents file information. Include of filename, filesize, and file content(base64String)."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileInfo"
          }
        }
      ]
    },
    {
      "Name": "CellValue",
      "Description": [
        "Represents the cell value and corresponding type."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "rowIndex",
          "Description": [
            "A public integer property called \"rowIndex\" with both getter and setter."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "columnIndex",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "type",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "value",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "formula",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "style",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Style"
          }
        }
      ]
    },
    {
      "Name": "CustomParserConfig",
      "Description": [
        "I'm happy to help! Please provide me with the features you would like me to summarize for the class."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ColumnIndex",
          "Description": [
            "Point Column"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "ParseMethod",
          "Description": [
            "data parser method. ",
            "            ToDateTime",
            "            ToString"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CustomStyle",
          "Description": [
            "A property that allows storing and retrieving custom styling information for an object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "Import2DimensionDoubleArrayOption",
      "Description": [
        "I can help summarize features, please provide the details you'd like me to summarize."
      ],
      "Type": "Class",
      "ParentName": "ImportOption",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "FirstRow",
          "Description": [
            "The class has a property named \"FirstRow\" of type integer with get and set accessors."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "FirstColumn",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Data",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Array",
            "ElementDataType": {
              "Identifier": "Floating"
            }
          }
        },
        {
          "Name": "DestinationWorksheet",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsInsert",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ImportDataType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DataSource",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "Source",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileSource"
          }
        }
      ]
    },
    {
      "Name": "Import2DimensionIntArrayOption",
      "Description": [
        "I'm here to help! Please provide the features you'd like me to summarize."
      ],
      "Type": "Class",
      "ParentName": "ImportOption",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "FirstRow",
          "Description": [
            "This property allows getting and setting the value of the first row in a class."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "FirstColumn",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Data",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Array",
            "ElementDataType": {
              "Identifier": "Integer"
            }
          }
        },
        {
          "Name": "DestinationWorksheet",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsInsert",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ImportDataType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DataSource",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "Source",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileSource"
          }
        }
      ]
    },
    {
      "Name": "Import2DimensionStringArrayOption",
      "Description": [
        "I'm eager to assist you! Please provide me with the features you would like me to summarize into one sentence for your class summary."
      ],
      "Type": "Class",
      "ParentName": "ImportOption",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "FirstRow",
          "Description": [
            "This class has a property called FirstRow of type integer with a public getter and setter."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "FirstColumn",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Data",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Array",
            "ElementDataType": {
              "Identifier": "String"
            }
          }
        },
        {
          "Name": "DestinationWorksheet",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsInsert",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ImportDataType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DataSource",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "Source",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileSource"
          }
        }
      ]
    },
    {
      "Name": "ImportBatchDataOption",
      "Description": [
        "I'm sorry, but it seems like you haven't provided any features for me to summarize. Could you please share the features you'd like me to summarize into a single sentence for your class?"
      ],
      "Type": "Class",
      "ParentName": "ImportOption",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "BatchData",
          "Description": [
            "The class has a property named BatchData which is a list of CellValue objects and can be both read and written."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "CellValue",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "CellValue"
            }
          }
        },
        {
          "Name": "DestinationWorksheet",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsInsert",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ImportDataType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DataSource",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "Source",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileSource"
          }
        }
      ]
    },
    {
      "Name": "ImportCSVDataOption",
      "Description": [
        "I'm happy to help! Could you please provide me with the features you would like me to summarize into a class summary?"
      ],
      "Type": "Class",
      "ParentName": "ImportOption",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "SeparatorString",
          "Description": [
            "A property named SeparatorString of type string that can be accessed and modified publicly."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ConvertNumericData",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "FirstRow",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "FirstColumn",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "SourceFile",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CustomParsers",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "CustomParserConfig",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "CustomParserConfig"
            }
          }
        },
        {
          "Name": "DestinationWorksheet",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsInsert",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ImportDataType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DataSource",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "Source",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileSource"
          }
        }
      ]
    },
    {
      "Name": "ImportDataType",
      "Description": [
        ""
      ],
      "Type": "Enum",
      "ParentName": "Enum",
      "IsAbstract": false,
      "Properties": []
    },
    {
      "Name": "ImportDoubleArrayOption",
      "Description": [
        "Class summary: The features include grammar and spell check, word count, readability analysis, and style suggestions for improving writing."
      ],
      "Type": "Class",
      "ParentName": "ImportOption",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "FirstRow",
          "Description": [
            "This class has a public property named FirstRow of type integer with both get and set accessors."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "FirstColumn",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "IsVertical",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Data",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Array",
            "ElementDataType": {
              "Identifier": "Floating"
            }
          }
        },
        {
          "Name": "DestinationWorksheet",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsInsert",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ImportDataType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DataSource",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "Source",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileSource"
          }
        }
      ]
    },
    {
      "Name": "ImportIntArrayOption",
      "Description": [
        "I'm here to help! Just provide me with the features you'd like to summarize."
      ],
      "Type": "Class",
      "ParentName": "ImportOption",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "FirstRow",
          "Description": [
            "This class has a public property named \"FirstRow\" of type integer with both get and set accessors."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "FirstColumn",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "IsVertical",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Data",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Array",
            "ElementDataType": {
              "Identifier": "Integer"
            }
          }
        },
        {
          "Name": "DestinationWorksheet",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsInsert",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ImportDataType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DataSource",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "Source",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileSource"
          }
        }
      ]
    },
    {
      "Name": "ImportOption",
      "Description": [
        "Class Summary: This class covers the features of artificial intelligence, machine learning, deep learning, and natural language processing."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DestinationWorksheet",
          "Description": [
            "Destination worksheet name.  "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsInsert",
          "Description": [
            "A boolean property `IsInsert` that can be both read and written."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ImportDataType",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DataSource",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "Source",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileSource"
          }
        }
      ]
    },
    {
      "Name": "ImportPictureOption",
      "Description": [
        "Class summary: The features of the topic were explored, discussing its components, patterns, and significance."
      ],
      "Type": "Class",
      "ParentName": "ImportOption",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "UpperLeftRow",
          "Description": [
            "A property \"UpperLeftRow\" of type integer with a public getter and setter is defined."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "UpperLeftColumn",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightRow",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightColumn",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Filename",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Data",
          "Description": [
            "base64"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DestinationWorksheet",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsInsert",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ImportDataType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DataSource",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "Source",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileSource"
          }
        }
      ]
    },
    {
      "Name": "ImportPosition",
      "Description": [
        "I can help with that. Just provide me with the features you'd like me to summarize."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "SheetName",
          "Description": [
            "\"Property SheetName of type string with a public get and set accessor.\""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "RowIndex",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "ColumnIndex",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        }
      ]
    },
    {
      "Name": "ImportStringArrayOption",
      "Description": [
        "I'm happy to help! Could you please provide me with the features you would like me to summarize for the class?"
      ],
      "Type": "Class",
      "ParentName": "ImportOption",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "FirstRow",
          "Description": [
            "A property named \"FirstRow\" of type integer with both a getter and a setter is defined in the class."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "FirstColumn",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "IsVertical",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Data",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Array",
            "ElementDataType": {
              "Identifier": "String"
            }
          }
        },
        {
          "Name": "DestinationWorksheet",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsInsert",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ImportDataType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DataSource",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataSource"
          }
        },
        {
          "Name": "Source",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FileSource"
          }
        }
      ]
    },
    {
      "Name": "ArcShape",
      "Description": [
        "Represents the arc shape."
      ],
      "Type": "Class",
      "ParentName": "Shape",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "BeginArrowheadLength",
          "Description": [
            "Gets and sets the begin arrow head length of the line."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "BeginArrowheadStyle",
          "Description": [
            "Gets and sets the begin arrow head style of the line."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "BeginArrowheadWidth",
          "Description": [
            "Gets and sets the begin arrow head width of the line."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "EndArrowheadLength",
          "Description": [
            "Gets and sets the end arrow head length of the line."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "EndArrowheadStyle",
          "Description": [
            "Gets and sets the end arrow head style of the line."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "EndArrowheadWidth",
          "Description": [
            "Gets and sets the end arrow head width of the line."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Name",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MsoDrawingType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AutoShapeType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Placement",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "UpperLeftRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Top",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "UpperLeftColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Left",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Bottom",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Right",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Width",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "X",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Y",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "RotationAngle",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "HtmlText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Text",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AlternativeText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextOrientationType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsGroup",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsHidden",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLockAspectRatio",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLocked",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsPrintable",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsTextWrapped",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsWordArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "LinkedCell",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ZOrderPosition",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Font",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "Hyperlink",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "Area",
      "Description": [
        "           Encapsulates the object that represents an area format.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "BackgroundColor",
          "Description": [
            "Gets or sets the background  of the .",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Color"
          }
        },
        {
          "Name": "FillFormat",
          "Description": [
            "Represents a  object that contains fill formatting properties for the specified chart or shape.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FillFormat"
          }
        },
        {
          "Name": "ForegroundColor",
          "Description": [
            "Gets or sets the foreground .",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Color"
          }
        },
        {
          "Name": "Format",
          "Description": [
            "This class has a property named \"Format\" of type string with both getter and setter methods."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "InvertIfNegative",
          "Description": [
            "If the property is true and the value of chart point is a negative number,",
            "            the foreground color and background color will be exchanged.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Transparency",
          "Description": [
            "Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        }
      ]
    },
    {
      "Name": "AutoShape",
      "Description": [
        "Represents an AutoShape."
      ],
      "Type": "Class",
      "ParentName": "Shape",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MsoDrawingType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AutoShapeType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Placement",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "UpperLeftRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Top",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "UpperLeftColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Left",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Bottom",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Right",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Width",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "X",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Y",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "RotationAngle",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "HtmlText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Text",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AlternativeText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextOrientationType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsGroup",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsHidden",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLockAspectRatio",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLocked",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsPrintable",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsTextWrapped",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsWordArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "LinkedCell",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ZOrderPosition",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Font",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "Hyperlink",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "AutoShapes",
      "Description": [
        "Sure! Just provide me with the features you would like me to summarize into one sentence."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "AutoShapeList",
          "Description": [
            "Property Summary: Contains a list of LinkElement objects identified by the XML element \"autoshape\"."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "LinkElement",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "LinkElement"
            }
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "Button",
      "Description": [
        "Represents the Forms control: Button"
      ],
      "Type": "Class",
      "ParentName": "Shape",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MsoDrawingType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AutoShapeType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Placement",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "UpperLeftRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Top",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "UpperLeftColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Left",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Bottom",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Right",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Width",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "X",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Y",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "RotationAngle",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "HtmlText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Text",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AlternativeText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextOrientationType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsGroup",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsHidden",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLockAspectRatio",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLocked",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsPrintable",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsTextWrapped",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsWordArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "LinkedCell",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ZOrderPosition",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Font",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "Hyperlink",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "CellsDrawing",
      "Description": [
        "Represents the auto shape and drawing object."
      ],
      "Type": "Class",
      "ParentName": "Shape",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MsoDrawingType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AutoShapeType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Placement",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "UpperLeftRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Top",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "UpperLeftColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Left",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Bottom",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Right",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Width",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "X",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Y",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "RotationAngle",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "HtmlText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Text",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AlternativeText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextOrientationType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsGroup",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsHidden",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLockAspectRatio",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLocked",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsPrintable",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsTextWrapped",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsWordArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "LinkedCell",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ZOrderPosition",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Font",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "Hyperlink",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "CheckBox",
      "Description": [
        "Represents a check box object in a worksheet."
      ],
      "Type": "Class",
      "ParentName": "Shape",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "CheckedValue",
          "Description": [
            "Gets or set checkbox' value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Shadow",
          "Description": [
            "Indicates whether the combobox has 3-D shading."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Value",
          "Description": [
            "Indicates if the checkbox is checked or not."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Name",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MsoDrawingType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AutoShapeType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Placement",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "UpperLeftRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Top",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "UpperLeftColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Left",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Bottom",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Right",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Width",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "X",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Y",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "RotationAngle",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "HtmlText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Text",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AlternativeText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextOrientationType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsGroup",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsHidden",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLockAspectRatio",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLocked",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsPrintable",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsTextWrapped",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsWordArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "LinkedCell",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ZOrderPosition",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Font",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "Hyperlink",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "ComboBox",
      "Description": [
        "Represents the control form ComboBox."
      ],
      "Type": "Class",
      "ParentName": "Shape",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DropDownLines",
          "Description": [
            "Gets or sets the number of list lines displayed in the drop-down portion of a combo box."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "InputRange",
          "Description": [
            "Property Summary: Contains a public string property named \"InputRange\" with both get and set accessors."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SelectedCell",
          "Description": [
            "Gets the selected cell in the input range of the combo box."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "SelectedIndex",
          "Description": [
            "Gets or sets the index number of the currently selected item in a list box or combo box.",
            "                        Zero-based."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "SelectedValue",
          "Description": [
            "Gets the selected value of the combox box."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Shadow",
          "Description": [
            "Indicates whether the combobox has 3-D shading."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Name",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MsoDrawingType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AutoShapeType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Placement",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "UpperLeftRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Top",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "UpperLeftColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Left",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Bottom",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Right",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Width",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "X",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Y",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "RotationAngle",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "HtmlText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Text",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AlternativeText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextOrientationType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsGroup",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsHidden",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLockAspectRatio",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLocked",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsPrintable",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsTextWrapped",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsWordArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "LinkedCell",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ZOrderPosition",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Font",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "Hyperlink",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "CommentShape",
      "Description": [
        "Represents the shape of the comment."
      ],
      "Type": "Class",
      "ParentName": "Shape",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Comment",
          "Description": [
            "Gets the comment object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "Name",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MsoDrawingType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AutoShapeType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Placement",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "UpperLeftRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Top",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "UpperLeftColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Left",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Bottom",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Right",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Width",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "X",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Y",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "RotationAngle",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "HtmlText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Text",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AlternativeText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextOrientationType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsGroup",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsHidden",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLockAspectRatio",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLocked",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsPrintable",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsTextWrapped",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsWordArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "LinkedCell",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ZOrderPosition",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Font",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "Hyperlink",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "FillFormat",
      "Description": [
        "           Encapsulates the object that represents fill formatting for a shape.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Type",
          "Description": [
            "Gets and sets the fill type.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SolidFill",
          "Description": [
            "Gets  object.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "SolidFill"
          }
        },
        {
          "Name": "PatternFill",
          "Description": [
            "Gets  object.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "PatternFill"
          }
        },
        {
          "Name": "TextureFill",
          "Description": [
            "Gets  object.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "TextureFill"
          }
        },
        {
          "Name": "GradientFill",
          "Description": [
            "Gets  object.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "GradientFill"
          }
        },
        {
          "Name": "ImageData",
          "Description": [
            "Gets and sets the picture image data.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "Form",
      "Description": [
        "I'm happy to help! Please provide the features you would like me to summarize into one sentence for the class."
      ],
      "Type": "Class",
      "ParentName": "Shape",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "FormType",
          "Description": [
            "A property named \"FormType\" of type string which can be both accessed and modified."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CheckedValue",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Shadow",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "InputRange",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SelectedIndex",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "SelectedValue",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SelectedCell",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "DropDownLines",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "ItemCount",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "SelectedCells",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "LinkElement",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "LinkElement"
            }
          }
        },
        {
          "Name": "SelectionType",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsChecked",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "CurrentValue",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Min",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Max",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "IncrementalChange",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "PageChange",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "IsHorizontal",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Name",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MsoDrawingType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AutoShapeType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Placement",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "UpperLeftRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Top",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "UpperLeftColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Left",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Bottom",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Right",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Width",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "X",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Y",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "RotationAngle",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "HtmlText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Text",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AlternativeText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextOrientationType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsGroup",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsHidden",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLockAspectRatio",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLocked",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsPrintable",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsTextWrapped",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsWordArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "LinkedCell",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ZOrderPosition",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Font",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "Hyperlink",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "Forms",
      "Description": [
        "\"Summary: The class covers a range of features including advanced machine learning techniques, statistical analysis tools, and computer vision algorithms.\""
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "FormList",
          "Description": [
            "Property: FormList is a list of LinkElements that are serialized as \"form\" XML elements."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "LinkElement",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "LinkElement"
            }
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "GradientFill",
      "Description": [
        "           Represents the gradient fill.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "FillType",
          "Description": [
            "Gets the gradient fill type.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DirectionType",
          "Description": [
            "Gets the gradient direction type.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Angle",
          "Description": [
            "The angle of linear fill.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "GradientStops",
          "Description": [
            "Represents the gradient stop collection.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "GradientFillStop",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "GradientFillStop"
            }
          }
        }
      ]
    },
    {
      "Name": "GradientFillStop",
      "Description": [
        "Class summary: Understanding the various features and tools available in Adobe Illustrator to create dynamic and professional vector graphics, including shapes, text, brushes, gradients, and layers."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Color",
          "Description": [
            "Color property of type DTO.Color that has a getter and a setter."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Color"
          }
        },
        {
          "Name": "Position",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "Transparency",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        }
      ]
    },
    {
      "Name": "GroupBox",
      "Description": [
        "Encapsulates the object that represents a groupbox in a spreadsheet."
      ],
      "Type": "Class",
      "ParentName": "Shape",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Shadow",
          "Description": [
            "Indicates whether the groupbox has shadow."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Name",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MsoDrawingType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AutoShapeType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Placement",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "UpperLeftRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Top",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "UpperLeftColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Left",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Bottom",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Right",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Width",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "X",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Y",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "RotationAngle",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "HtmlText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Text",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AlternativeText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextOrientationType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsGroup",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsHidden",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLockAspectRatio",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLocked",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsPrintable",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsTextWrapped",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsWordArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "LinkedCell",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ZOrderPosition",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Font",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "Hyperlink",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "GroupShape",
      "Description": [
        "Represents the group shape which contains the individual shapes."
      ],
      "Type": "Class",
      "ParentName": "Shape",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MsoDrawingType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AutoShapeType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Placement",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "UpperLeftRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Top",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "UpperLeftColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Left",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Bottom",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Right",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Width",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "X",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Y",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "RotationAngle",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "HtmlText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Text",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AlternativeText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextOrientationType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsGroup",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsHidden",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLockAspectRatio",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLocked",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsPrintable",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsTextWrapped",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsWordArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "LinkedCell",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ZOrderPosition",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Font",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "Hyperlink",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "Label",
      "Description": [
        "Encapsulates the object that represents a label in a spreadsheet."
      ],
      "Type": "Class",
      "ParentName": "Shape",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MsoDrawingType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AutoShapeType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Placement",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "UpperLeftRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Top",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "UpperLeftColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Left",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Bottom",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Right",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Width",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "X",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Y",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "RotationAngle",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "HtmlText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Text",
          "Description": [
            "Gets or sets the text of display unit label."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AlternativeText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalAlignment",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextOrientationType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalAlignment",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsGroup",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsHidden",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLockAspectRatio",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLocked",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsPrintable",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsTextWrapped",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsWordArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "LinkedCell",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ZOrderPosition",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Font",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "Hyperlink",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "Line",
      "Description": [
        "Encapsulates the object that represents the line format."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "BeginArrowLength",
          "Description": [
            "Specifies the length of the arrowhead for the begin of a line.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "BeginArrowWidth",
          "Description": [
            "Specifies the width of the arrowhead for the begin of a line.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "BeginType",
          "Description": [
            "Specifies an arrowhead for the begin of a line.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CapType",
          "Description": [
            "Specifies the ending caps.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Color",
          "Description": [
            "Represents the  of the line.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Color"
          }
        },
        {
          "Name": "CompoundType",
          "Description": [
            "Specifies the compound line type",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DashType",
          "Description": [
            "Specifies the dash line type",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "EndArrowLength",
          "Description": [
            "Specifies the length of the arrowhead for the end of a line.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "EndArrowWidth",
          "Description": [
            "Specifies the width of the arrowhead for the end of a line.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "EndType",
          "Description": [
            "Specifies an arrowhead for the end of a line.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "GradientFill",
          "Description": [
            "Represents gradient fill.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "GradientFill"
          }
        },
        {
          "Name": "IsAuto",
          "Description": [
            "Indicates whether this line style is auto assigned.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsAutomaticColor",
          "Description": [
            "Indicates whether the color of line is automatic assigned.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsVisible",
          "Description": [
            "Represents whether the line is visible.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "JoinType",
          "Description": [
            "Specifies the joining caps.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Style",
          "Description": [
            "Represents the style of the line.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Transparency",
          "Description": [
            "Returns or sets the degree of transparency of the line as a value from 0.0 (opaque) through 1.0 (clear).",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "Weight",
          "Description": [
            "Gets or sets the  of the line.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "WeightPt",
          "Description": [
            "Gets or sets the weight of the line in unit of points.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        }
      ]
    },
    {
      "Name": "LineFormat",
      "Description": [
        "Represents all setting of the line."
      ],
      "Type": "Class",
      "ParentName": "FillFormat",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "BeginArrowheadLength",
          "Description": [
            "Gets and sets the begin arrow length type of the line."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "BeginArrowheadStyle",
          "Description": [
            "Gets and sets the begin arrow type of the line."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "BeginArrowheadWidth",
          "Description": [
            "Gets and sets the begin arrow width type of the line."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CapType",
          "Description": [
            "Specifies the ending caps."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CompoundType",
          "Description": [
            "Specifies the line compound type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DashStyle",
          "Description": [
            "Specifies the line dash type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "EndArrowheadLength",
          "Description": [
            "Gets and sets the end arrow length type of the line."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "EndArrowheadStyle",
          "Description": [
            "Gets and sets the end arrow type of the line."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "EndArrowheadWidth",
          "Description": [
            "Gets and sets the end arrow width type of the line."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "JoinType",
          "Description": [
            "Specifies the line join type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Weight",
          "Description": [
            "Gets or sets the weight of the line in unit of points."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "Type",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SolidFill",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "SolidFill"
          }
        },
        {
          "Name": "PatternFill",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "PatternFill"
          }
        },
        {
          "Name": "TextureFill",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "TextureFill"
          }
        },
        {
          "Name": "GradientFill",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "GradientFill"
          }
        },
        {
          "Name": "ImageData",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "LineShape",
      "Description": [
        "Represents the line shape."
      ],
      "Type": "Class",
      "ParentName": "Shape",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "BeginArrowheadLength",
          "Description": [
            "Gets and sets the begin arrow head length of the line."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "BeginArrowheadStyle",
          "Description": [
            "Gets and sets the begin arrow head style of the line."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "BeginArrowheadWidth",
          "Description": [
            "Gets and sets the begin arrow head width of the line."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "EndArrowheadLength",
          "Description": [
            "Gets and sets the end arrow head length of the line."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "EndArrowheadStyle",
          "Description": [
            "Gets and sets the end arrow head style of the line."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "EndArrowheadWidth",
          "Description": [
            "Gets and sets the end arrow head width of the line."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Name",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MsoDrawingType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AutoShapeType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Placement",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "UpperLeftRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Top",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "UpperLeftColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Left",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Bottom",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Right",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Width",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "X",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Y",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "RotationAngle",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "HtmlText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Text",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AlternativeText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextOrientationType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsGroup",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsHidden",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLockAspectRatio",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLocked",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsPrintable",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsTextWrapped",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsWordArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "LinkedCell",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ZOrderPosition",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Font",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "Hyperlink",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "ListBox",
      "Description": [
        "Represents a list box object."
      ],
      "Type": "Class",
      "ParentName": "Shape",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "InputRange",
          "Description": [
            "This property stores the input range for the class."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ItemCount",
          "Description": [
            "Gets the number of items in the list box."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "PageChange",
          "Description": [
            "Specifies the amount by which the control's value is changed ",
            "                        when the user clicks on the scrollbar's page up or page down region."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "SelectedCells",
          "Description": [
            "Gets the selected cells.",
            "                        Returns null if the input range is not set or no item is selected"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "LinkElement",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "LinkElement"
            }
          }
        },
        {
          "Name": "SelectedIndex",
          "Description": [
            "Gets or sets the index number of the currently selected item in a list box or combo box.",
            "                        Zero-based."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "SelectionType",
          "Description": [
            "Gets or sets the selection mode of the specified list box."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Shadow",
          "Description": [
            "Indicates whether the combobox has 3-D shading."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Name",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MsoDrawingType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AutoShapeType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Placement",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "UpperLeftRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Top",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "UpperLeftColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Left",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Bottom",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Right",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Width",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "X",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Y",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "RotationAngle",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "HtmlText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Text",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AlternativeText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextOrientationType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsGroup",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsHidden",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLockAspectRatio",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLocked",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsPrintable",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsTextWrapped",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsWordArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "LinkedCell",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ZOrderPosition",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Font",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "Hyperlink",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "OleObject",
      "Description": [
        "Represents an OleObject in a worksheet."
      ],
      "Type": "Class",
      "ParentName": "Shape",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DisplayAsIcon",
          "Description": [
            "True if the specified object is displayed as an icon ",
            "                        and the image will not be auto changed."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "FileFormatType",
          "Description": [
            "Gets and sets the file type of the embedded ole object data"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ImageSourceFullName",
          "Description": [
            "Gets or sets the path and name of the source file for the linked image."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsAutoSize",
          "Description": [
            "True indicates that the size of the ole object will be auto changed as the size of snapshot of the embedded content",
            "                        when the ole object is activated."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLink",
          "Description": [
            "Returns true if the OleObject links to the file."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ProgID",
          "Description": [
            "Gets or sets the ProgID of the OLE object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SourceFullName",
          "Description": [
            "Returns the source full name of the source file for the linked OLE object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Name",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MsoDrawingType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AutoShapeType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Placement",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "UpperLeftRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Top",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "UpperLeftColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Left",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Bottom",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Right",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Width",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "X",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Y",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "RotationAngle",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "HtmlText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Text",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AlternativeText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextOrientationType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsGroup",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsHidden",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLockAspectRatio",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLocked",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsPrintable",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsTextWrapped",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsWordArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "LinkedCell",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ZOrderPosition",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Font",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "Hyperlink",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "OleObjects",
      "Description": [
        "Represents embedded OLE objects."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "OleObjectList",
          "Description": [
            "Property Summary: Contains a list of elements identified as \"oleobject\" within XML data."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "LinkElement",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "LinkElement"
            }
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "Oval",
      "Description": [
        "Represents the oval shape."
      ],
      "Type": "Class",
      "ParentName": "Shape",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MsoDrawingType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AutoShapeType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Placement",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "UpperLeftRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Top",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "UpperLeftColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Left",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Bottom",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Right",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Width",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "X",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Y",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "RotationAngle",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "HtmlText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Text",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AlternativeText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextOrientationType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsGroup",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsHidden",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLockAspectRatio",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLocked",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsPrintable",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsTextWrapped",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsWordArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "LinkedCell",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ZOrderPosition",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Font",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "Hyperlink",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "PatternFill",
      "Description": [
        "           Encapsulates the object that represents pattern fill format",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Pattern",
          "Description": [
            "Gets or sets the fill pattern type",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "BackgroundCellsColor",
          "Description": [
            "Gets and sets the foreground  object.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsColor"
          }
        },
        {
          "Name": "ForegroundCellsColor",
          "Description": [
            "Gets and sets the foreground  object.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsColor"
          }
        },
        {
          "Name": "ForegroundColor",
          "Description": [
            "Gets or sets the foreground .",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Color"
          }
        },
        {
          "Name": "BackgroundColor",
          "Description": [
            "Gets or sets the background  of the .",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Color"
          }
        },
        {
          "Name": "BackTransparency",
          "Description": [
            "Gets or sets the transparency of background color.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "ForeTransparency",
          "Description": [
            "Gets or sets the transparency of foreground color.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        }
      ]
    },
    {
      "Name": "PicFormatOption",
      "Description": [
        "           Represents picture format option",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Type",
          "Description": [
            "Gets or sets the picture fill type.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Scale",
          "Description": [
            "Gets or sets how many the picture stack and scale with.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "Left",
          "Description": [
            "Gets or sets the left offset for stretching picture.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "Right",
          "Description": [
            "Gets or sets the right offset for stretching picture.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "Top",
          "Description": [
            "Gets or sets the top offset for stretching picture.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "Bottom",
          "Description": [
            "Gets or sets the bottom offset for stretching picture.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        }
      ]
    },
    {
      "Name": "Picture",
      "Description": [
        "Encapsulates the object that represents a single picture in a spreadsheet."
      ],
      "Type": "Class",
      "ParentName": "Shape",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "BorderLineColor",
          "Description": [
            "Represents the  of the border line of a picture."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Color"
          }
        },
        {
          "Name": "BorderWeight",
          "Description": [
            "Gets or sets the weight of the border line of a picture in units of pt."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "OriginalHeight",
          "Description": [
            "Gets the original height of the picture."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "OriginalWidth",
          "Description": [
            "Gets the original width of the picture."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "ImageFormat",
          "Description": [
            "This class has a property called \"ImageFormat\" that allows getting and setting a string value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SourceFullName",
          "Description": [
            "Gets or sets the path and name of the source file for the linked image."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Name",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MsoDrawingType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AutoShapeType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Placement",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "UpperLeftRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Top",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "UpperLeftColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Left",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Bottom",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Right",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Width",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "X",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Y",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "RotationAngle",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "HtmlText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Text",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AlternativeText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextOrientationType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsGroup",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsHidden",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLockAspectRatio",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLocked",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsPrintable",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsTextWrapped",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsWordArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "LinkedCell",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ZOrderPosition",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Font",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "Hyperlink",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "Pictures",
      "Description": [
        "Encapsulates a collection of  objects."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "PictureList",
          "Description": [
            "Property Summary: Contains a list of elements with the XML element name \"picture.\""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "LinkElement",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "LinkElement"
            }
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "RadioButton",
      "Description": [
        "Represents a radio button."
      ],
      "Type": "Class",
      "ParentName": "Shape",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "GroupBox",
          "Description": [
            "Gets the GroupBox that contains this RadioButton."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "GroupBox"
          }
        },
        {
          "Name": "IsChecked",
          "Description": [
            "Indicates if the radiobutton is checked or not."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Shadow",
          "Description": [
            "Indicates whether the combobox has 3-D shading."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Name",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MsoDrawingType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AutoShapeType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Placement",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "UpperLeftRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Top",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "UpperLeftColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Left",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Bottom",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Right",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Width",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "X",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Y",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "RotationAngle",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "HtmlText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Text",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AlternativeText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextOrientationType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsGroup",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsHidden",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLockAspectRatio",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLocked",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsPrintable",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsTextWrapped",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsWordArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "LinkedCell",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ZOrderPosition",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Font",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "Hyperlink",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "RectangleShape",
      "Description": [
        "Represents the rectangle shape."
      ],
      "Type": "Class",
      "ParentName": "Shape",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MsoDrawingType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AutoShapeType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Placement",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "UpperLeftRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Top",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "UpperLeftColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Left",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Bottom",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Right",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Width",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "X",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Y",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "RotationAngle",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "HtmlText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Text",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AlternativeText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextOrientationType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsGroup",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsHidden",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLockAspectRatio",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLocked",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsPrintable",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsTextWrapped",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsWordArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "LinkedCell",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ZOrderPosition",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Font",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "Hyperlink",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "ScrollBar",
      "Description": [
        "Represents a scroll bar object."
      ],
      "Type": "Class",
      "ParentName": "Shape",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "CurrentValue",
          "Description": [
            "Gets or sets the current value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "IncrementalChange",
          "Description": [
            "Gets or sets the amount that the scroll bar or spinner is incremented a line scroll."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "IsHorizontal",
          "Description": [
            "Indicates whether this is a horizontal scroll bar."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Max",
          "Description": [
            "Gets or sets the maximum value of a scroll bar or spinner range."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Min",
          "Description": [
            "Gets or sets the minimum value of a scroll bar or spinner range."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "PageChange",
          "Description": [
            "Gets or sets page change"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Shadow",
          "Description": [
            "Indicates whether the shape has 3-D shading."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Name",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MsoDrawingType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AutoShapeType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Placement",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "UpperLeftRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Top",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "UpperLeftColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Left",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Bottom",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Right",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Width",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "X",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Y",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "RotationAngle",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "HtmlText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Text",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AlternativeText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextOrientationType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsGroup",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsHidden",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLockAspectRatio",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLocked",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsPrintable",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsTextWrapped",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsWordArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "LinkedCell",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ZOrderPosition",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Font",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "Hyperlink",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "ShadowEffect",
      "Description": [
        "           This class specifies the shadow effect of the chart element or shape.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Angle",
          "Description": [
            "Gets and sets the lighting angle. Range from 0 to 359.9 degrees.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "Blur",
          "Description": [
            "Gets and sets the blur of the shadow. Range from 0 to 100 points.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "Color",
          "Description": [
            "Gets and sets the color of the shadow.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsColor"
          }
        },
        {
          "Name": "Distance",
          "Description": [
            "Gets and sets the distance of the shadow. Range from 0 to 200 points.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "PresetType",
          "Description": [
            "Gets and sets the preset shadow type of the shadow.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Size",
          "Description": [
            "Gets and sets the size of the shadow. Range from 0 to 2.0. ",
            "            Meaningless in inner shadow.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "Transparency",
          "Description": [
            "Gets and sets the degree of transparency of the shadow. Range from 0.0 (opaque) to 1.0 (clear).",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        }
      ]
    },
    {
      "Name": "Shape",
      "Description": [
        "Represents the msodrawing object."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Description": [
            "Gets and sets the name of the shape."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MsoDrawingType",
          "Description": [
            "Gets mso drawing type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AutoShapeType",
          "Description": [
            "Gets and sets the auto shape type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Placement",
          "Description": [
            "Represents the way the drawing object is attached to the cells below it.",
            "                        The property controls the placement of an object on a worksheet."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "UpperLeftRow",
          "Description": [
            "Represents upper left corner row index."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Top",
          "Description": [
            "Represents the vertical offset of shape from its top row, in unit of pixels."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "UpperLeftColumn",
          "Description": [
            "Represents upper left corner column index."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Left",
          "Description": [
            "Represents the horizontal offset of shape from its left column, in unit of pixels."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightRow",
          "Description": [
            "Represents lower right corner row index."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Bottom",
          "Description": [
            "Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightColumn",
          "Description": [
            "Represents lower right corner column index."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Right",
          "Description": [
            "Represents the width of the shape's horizontal  offset from its lower right corner column, in unit of pixels."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Width",
          "Description": [
            "Represents the width of shape, in unit of pixels."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Description": [
            "Represents the height of shape, in unit of pixel."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "X",
          "Description": [
            "Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Y",
          "Description": [
            "Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "RotationAngle",
          "Description": [
            "Gets and sets the rotation of the shape."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "HtmlText",
          "Description": [
            "Gets and sets the html string which contains data and some formats in this textbox."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Text",
          "Description": [
            "Represents the string in this TextBox object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AlternativeText",
          "Description": [
            "Returns or sets the descriptive (alternative) text string of the  object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalAlignment",
          "Description": [
            "Gets and sets the text horizontal alignment type of the shape."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalOverflow",
          "Description": [
            "Gets and sets the text horizontal overflow type of the shape which contains text."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextOrientationType",
          "Description": [
            "Gets and sets the text orientation type of the shape."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalAlignment",
          "Description": [
            "Gets and sets the text vertical alignment type of the shape."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalOverflow",
          "Description": [
            "Gets and sets the text vertical overflow type of the shape which contains text."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsGroup",
          "Description": [
            "Indicates whether the shape is a group."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsHidden",
          "Description": [
            "Indicates whether the object is visible."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLockAspectRatio",
          "Description": [
            "True means that don't allow changes in aspect ratio."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLocked",
          "Description": [
            "True if the object is locked, False if the object can be modified when the sheet is protected."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsPrintable",
          "Description": [
            "True if the object is printable"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsTextWrapped",
          "Description": [
            "Gets and sets the text wrapped type of the shape which contains text."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsWordArt",
          "Description": [
            "Indicates whether this shape is a word art."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "LinkedCell",
          "Description": [
            "Gets or sets the worksheet range linked to the control's value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ZOrderPosition",
          "Description": [
            "Returns the position of a shape in the z-order."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Font",
          "Description": [
            "Represents the font of shape."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "Hyperlink",
          "Description": [
            "Gets the hyperlink of the shape."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "Shapes",
      "Description": [
        "Represents all the shape in a worksheet/chart."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ShapeList",
          "Description": [
            "A public property named \"ShapeList\" of type List LinkElement for storing a collection of link elements."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "LinkElement",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "LinkElement"
            }
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "SolidFill",
      "Description": [
        "           Encapsulates the object that represents solid fill format",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Color",
          "Description": [
            "Gets or sets the .",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Color"
          }
        },
        {
          "Name": "CellsColor",
          "Description": [
            "Gets and sets the  object.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsColor"
          }
        },
        {
          "Name": "Transparency",
          "Description": [
            "Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        }
      ]
    },
    {
      "Name": "Spinner",
      "Description": [
        "Represents the Forms control: Spinner."
      ],
      "Type": "Class",
      "ParentName": "Shape",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "CurrentValue",
          "Description": [
            "Gets or sets the current value."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "IncrementalChange",
          "Description": [
            "Gets or sets the amount that the scroll bar or spinner is incremented a line scroll."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Max",
          "Description": [
            "Gets or sets the maximum value of a scroll bar or spinner range."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Min",
          "Description": [
            "Gets or sets the minimum value of a scroll bar or spinner range."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Shadow",
          "Description": [
            "Indicates whether the shape has 3-D shading."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Name",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MsoDrawingType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AutoShapeType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Placement",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "UpperLeftRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Top",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "UpperLeftColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Left",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Bottom",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Right",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Width",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "X",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Y",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "RotationAngle",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "HtmlText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Text",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AlternativeText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextOrientationType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsGroup",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsHidden",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLockAspectRatio",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLocked",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsPrintable",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsTextWrapped",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsWordArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "LinkedCell",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ZOrderPosition",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Font",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "Hyperlink",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "TextBox",
      "Description": [
        "Encapsulates the object that represents a textbox in a spreadsheet."
      ],
      "Type": "Class",
      "ParentName": "Shape",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MsoDrawingType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AutoShapeType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Placement",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "UpperLeftRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Top",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "UpperLeftColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Left",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Bottom",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Right",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Width",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "X",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Y",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "RotationAngle",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "HtmlText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Text",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AlternativeText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextOrientationType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsGroup",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsHidden",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLockAspectRatio",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLocked",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsPrintable",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsTextWrapped",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsWordArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "LinkedCell",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ZOrderPosition",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Font",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "Hyperlink",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "TextureFill",
      "Description": [
        "           Encapsulates the object that represents texture fill format",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Type",
          "Description": [
            "Gets and sets the texture type",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Transparency",
          "Description": [
            "Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "Scale",
          "Description": [
            "Gets and sets the picture format scale.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "TilePicOption",
          "Description": [
            "Gets or sets tile picture option.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "TilePicOption"
          }
        },
        {
          "Name": "PicFormatOption",
          "Description": [
            "Gets or sets picture format option.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "PicFormatOption"
          }
        },
        {
          "Name": "Image",
          "Description": [
            "The class has a public property named \"Image\" of type LinkElement that can be accessed and set."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        }
      ]
    },
    {
      "Name": "TilePicOption",
      "Description": [
        "           Represents tile picture as texture.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "OffsetX",
          "Description": [
            "Gets or sets the X offset for tiling picture.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "OffsetY",
          "Description": [
            "Gets or sets the Y offset for tiling picture.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "ScaleX",
          "Description": [
            "Gets or sets the X scale for tiling picture.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "ScaleY",
          "Description": [
            "Gets or sets the Y scale for tiling picture.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "AlignmentType",
          "Description": [
            "Gets or sets the alignment for tiling.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MirrorType",
          "Description": [
            "Gets or sets the mirror type for tiling.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "DigitalSignature",
      "Description": [
        "Signature in file.",
        "            "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Comments",
          "Description": [
            "The purpose to signature."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SignTime",
          "Description": [
            "The time when the document was signed."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Id",
          "Description": [
            "Specifies a GUID which can be cross-referenced with the GUID of the signature line stored in the document content. Default value is Empty (all zeroes) Guid."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Password",
          "Description": [
            "Specifies the text of actual signature in the digital signature. Default value is Empty.",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Image",
          "Description": [
            "Specifies an image for the digital signature. Default value is null."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Array",
            "ElementDataType": {
              "Identifier": "Byte"
            }
          }
        },
        {
          "Name": "ProviderId",
          "Description": [
            "Specifies the class ID of the signature provider. Default value is Empty (all zeroes) Guid.",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsValid",
          "Description": [
            "If this digital signature is valid and the document has not been tampered with, this value will be true."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "XAdESType",
          "Description": [
            "XAdES type. Default value is None(XAdES is off)."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "Axis",
      "Description": [
        "Encapsulates the object that represents an axis of chart."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Area",
          "Description": [
            "Gets the ."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Area"
          }
        },
        {
          "Name": "AxisBetweenCategories",
          "Description": [
            "Represents if the value axis crosses the category axis between categories."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "AxisLine",
          "Description": [
            "Gets the appearance of an Axis."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Line"
          }
        },
        {
          "Name": "BaseUnitScale",
          "Description": [
            "Represents the base unit scale for the category axis."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CategoryType",
          "Description": [
            "Represents the category axis type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CrossAt",
          "Description": [
            "Represents the point on the value axis where the category axis crosses it."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "CrossType",
          "Description": [
            "Represents the  on the specified axis where the other axis crosses."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DisplayUnit",
          "Description": [
            "Represents the unit label for the specified axis."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DisplayUnitLabel",
          "Description": [
            "Represents a unit label on an axis in the specified chart. ",
            "                        Unit labels are useful for charting large values— for example, in the millions or billions."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DisplayUnitLabel"
          }
        },
        {
          "Name": "HasMultiLevelLabels",
          "Description": [
            "Indicates whether the labels shall be shown as multi level."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsAutomaticMajorUnit",
          "Description": [
            "Indicates whether the major unit of the axis is automatically assigned."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsAutomaticMaxValue",
          "Description": [
            "Indicates whether the max value is automatically assigned."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsAutomaticMinorUnit",
          "Description": [
            "Indicates whether the minor unit of the axis is automatically assigned."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsAutomaticMinValue",
          "Description": [
            "Indicates whether the min value is automatically assigned."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsDisplayUnitLabelShown",
          "Description": [
            "Represents if the display unit label is shown on the specified axis."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLogarithmic",
          "Description": [
            "Represents if the value axis scale type is logarithmic or not."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsPlotOrderReversed",
          "Description": [
            "Represents if Microsoft Excel plots data points from last to first."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsVisible",
          "Description": [
            "Represents if the axis is visible."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "LogBase",
          "Description": [
            "Represents the logarithmic base. Default value is 10.Only applies for Excel2007."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "MajorGridLines",
          "Description": [
            "Represents major gridlines on a chart axis."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Line"
          }
        },
        {
          "Name": "MajorTickMark",
          "Description": [
            "Represents the type of major tick mark for the specified axis."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MajorUnit",
          "Description": [
            "Represents the major units for the axis."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "MajorUnitScale",
          "Description": [
            "Represents the major unit scale for the category axis."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MaxValue",
          "Description": [
            "Represents the maximum value on the value axis."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "MinorGridLines",
          "Description": [
            "Represents minor gridlines on a chart axis."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Line"
          }
        },
        {
          "Name": "MinorTickMark",
          "Description": [
            "Represents the type of minor tick mark for the specified axis."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MinorUnit",
          "Description": [
            "Represents the minor units for the axis."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "MinorUnitScale",
          "Description": [
            "Represents the major unit scale for the category axis."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MinValue",
          "Description": [
            "Represents the minimum value on the value axis."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "TickLabelPosition",
          "Description": [
            "Represents the position of tick-mark labels on the specified axis."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TickLabels",
          "Description": [
            "Returns a  object that represents the tick-mark labels for the specified axis."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "TickLabels"
          }
        },
        {
          "Name": "TickLabelSpacing",
          "Description": [
            "Represents the number of categories or series between tick-mark labels. Applies only to category and series axes."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "TickMarkSpacing",
          "Description": [
            "Returns or sets the number of categories or series between tick marks. Applies only to category and series axes."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Title",
          "Description": [
            "Gets the axis' title."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Title"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "Chart",
      "Description": [
        "Encapsulates the object that represents a single Excel chart."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "AutoScaling",
          "Description": [
            "True if Microsoft Excel scales a 3-D chart so that it's closer in size to the equivalent 2-D chart. ",
            "                        The RightAngleAxes property must be True."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "BackWall",
          "Description": [
            "Returns a  object that represents the back wall of a 3-D chart."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Walls"
          }
        },
        {
          "Name": "CategoryAxis",
          "Description": [
            "Gets the chart's X axis."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Axis"
          }
        },
        {
          "Name": "ChartArea",
          "Description": [
            "Gets the chart area in the worksheet."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ChartArea"
          }
        },
        {
          "Name": "ChartDataTable",
          "Description": [
            "Represents the chart data table."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ChartDataTable"
          }
        },
        {
          "Name": "ChartObject",
          "Description": [
            "Represents the chartShape;"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "DepthPercent",
          "Description": [
            "Represents the depth of a 3-D chart as a percentage of the chart width (between 20 and 2000 percent)."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Elevation",
          "Description": [
            "Represents the elevation of the 3-D chart view, in degrees."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "FirstSliceAngle",
          "Description": [
            "Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). ",
            "                        Applies only to pie, 3-D pie, and doughnut charts, 0 to 360."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Floor",
          "Description": [
            "Returns a  object that represents the walls of a 3-D chart."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Floor"
          }
        },
        {
          "Name": "GapDepth",
          "Description": [
            "Gets or sets the distance between the data series in a 3-D chart, as a percentage of the marker width.",
            "                        The value of this property must be between 0 and 500."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "GapWidth",
          "Description": [
            "Returns or sets the space between bar or column clusters, as a percentage of the bar or column width.",
            "                        The value of this property must be between 0 and 500."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "HeightPercent",
          "Description": [
            "Returns or sets the height of a 3-D chart as a percentage of the chart width (between 5 and 500 percent)."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "HidePivotFieldButtons",
          "Description": [
            "Indicates whether hide the pivot chart field buttons only when the chart is PivotChart."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Is3D",
          "Description": [
            "Indicates whether the chart is a 3d chart."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsRectangularCornered",
          "Description": [
            "Gets or sets a value indicating whether the chart area is rectangular cornered.",
            "                        Default is true."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Legend",
          "Description": [
            "Gets the chart legend."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Legend"
          }
        },
        {
          "Name": "Name",
          "Description": [
            "Represents chart name."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "NSeries",
          "Description": [
            "Gets a  collection representing the data series in the chart."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "SeriesItems"
          }
        },
        {
          "Name": "PageSetup",
          "Description": [
            "Represents the page setup description in this chart."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "Perspective",
          "Description": [
            "Returns or sets the perspective for the 3-D chart view. Must be between 0 and 100.",
            "                        This property is ignored if the RightAngleAxes property is True."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "PivotSource",
          "Description": [
            "The source is the data of the pivotTable.",
            "                        If PivotSource is not empty ,the chart is PivotChart."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Placement",
          "Description": [
            "Represents the way the chart is attached to the cells below it."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "PlotArea",
          "Description": [
            "Gets the chart's plot area which includes axis tick labels."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "PlotArea"
          }
        },
        {
          "Name": "PlotEmptyCellsType",
          "Description": [
            "Gets and sets  how to plot the empty cells."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "PlotVisibleCells",
          "Description": [
            "Indicates whether only plot visible cells."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "PrintSize",
          "Description": [
            "Gets and sets the printed chart size."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "RightAngleAxes",
          "Description": [
            "True if the chart axes are at right angles. Applies only for 3-D charts(except Column3D and 3-D Pie Charts)."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "RotationAngle",
          "Description": [
            "Represents the rotation of the 3-D chart view (the rotation of the plot area around the z-axis, in degrees)."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "SecondCategoryAxis",
          "Description": [
            "Gets the chart's second X axis."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "SecondValueAxis",
          "Description": [
            "Gets the chart's second Y axis."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "SeriesAxis",
          "Description": [
            "Gets the chart's series axis."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "Shapes",
          "Description": [
            "Returns all drawing shapes in this chart."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "ShowDataTable",
          "Description": [
            "Gets or sets a value indicating whether the chart displays a data table."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowLegend",
          "Description": [
            "Gets or sets a value indicating whether the chart legend will be displayed. Default is true."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SideWall",
          "Description": [
            "Returns a  object that represents the side wall of a 3-D chart."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "SizeWithWindow",
          "Description": [
            "True if Microsoft Excel resizes the chart to match the size of the chart sheet window."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Style",
          "Description": [
            "Gets and sets the builtin style."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Title",
          "Description": [
            "Represents chart title."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "Type",
          "Description": [
            "Represents chart type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ValueAxis",
          "Description": [
            "Gets the chart's Y axis."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Axis"
          }
        },
        {
          "Name": "Walls",
          "Description": [
            "Returns a  object that represents the walls of a 3-D chart."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "WallsAndGridlines2D",
          "Description": [
            "True if gridlines are drawn two-dimensionally on a 3-D chart."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "ChartArea",
      "Description": [
        "Encapsulates the object that represents the chart area in the worksheet."
      ],
      "Type": "Class",
      "ParentName": "ChartFrame",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Area",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Area"
          }
        },
        {
          "Name": "AutoScaleFont",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "BackgroundMode",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Border",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Line"
          }
        },
        {
          "Name": "Font",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "IsAutomaticSize",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsInnerMode",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Shadow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Width",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "X",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Y",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        }
      ]
    },
    {
      "Name": "ChartDataTable",
      "Description": [
        "Represents a chart data table."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "AutoScaleFont",
          "Description": [
            "True if the text in the object changes font size when the object size changes. ",
            "                        The default value is True."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "BackgroundMode",
          "Description": [
            "Gets and sets the display mode of the background"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Border",
          "Description": [
            "Returns a Border object that represents the border of the object"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Line"
          }
        },
        {
          "Name": "Font",
          "Description": [
            "Gets a  object which represents the font setting of the specified chart data table."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "HasBorderHorizontal",
          "Description": [
            "True if the chart data table has horizontal cell borders"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "HasBorderOutline",
          "Description": [
            "True if the chart data table has outline borders"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "HasBorderVertical",
          "Description": [
            "True if the chart data table has vertical cell borders"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowLegendKey",
          "Description": [
            "True if the data label legend key is visible."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "ChartFrame",
      "Description": [
        "           Encapsulates the object that represents the frame object in a chart.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Area",
          "Description": [
            "Gets the area.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Area"
          }
        },
        {
          "Name": "AutoScaleFont",
          "Description": [
            "True if the text in the object changes font size when the object size changes. The default value is True.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "BackgroundMode",
          "Description": [
            "Gets and sets the display mode of the background",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Border",
          "Description": [
            "Gets the border.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Line"
          }
        },
        {
          "Name": "Font",
          "Description": [
            "Gets a  object of the specified ChartFrame object.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "IsAutomaticSize",
          "Description": [
            "Indicates whether the chart frame is automatic sized.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsInnerMode",
          "Description": [
            "Indicates whether the size of the plot area size includes the tick marks, and the axis labels.",
            "            False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Shadow",
          "Description": [
            "True if the frame has a shadow.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Width",
          "Description": [
            "Gets or sets the width of frame in units of 1/4000 of the chart area.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Description": [
            "Gets or sets the height of frame in units of 1/4000 of the chart area.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "X",
          "Description": [
            "Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Y",
          "Description": [
            "Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        }
      ]
    },
    {
      "Name": "ChartGlobalizationSettings",
      "Description": [
        "Represents the globalization settings for chart.",
        " "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": []
    },
    {
      "Name": "ChartPoint",
      "Description": [
        "Represents a single point in a series in a chart."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Area",
          "Description": [
            "Gets the area."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Area"
          }
        },
        {
          "Name": "Border",
          "Description": [
            "Gets the border."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Line"
          }
        },
        {
          "Name": "DataLabels",
          "Description": [
            "Returns a DataLabels object that represents the data label associated with the point."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataLabels"
          }
        },
        {
          "Name": "Explosion",
          "Description": [
            "The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Marker",
          "Description": [
            "Gets the marker."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Marker"
          }
        },
        {
          "Name": "Shadow",
          "Description": [
            "True if the chartpoint has a shadow."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "XValue",
          "Description": [
            "Gets or sets the X value of the chart point."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Object"
          }
        },
        {
          "Name": "YValue",
          "Description": [
            "Gets or sets the Y value of the chart point."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Object"
          }
        },
        {
          "Name": "IsInSecondaryPlot",
          "Description": [
            "Gets or sets a value indicates whether this data points is in the second pie or bar on a pie of pie or bar of pie chart."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "ChartPoints",
      "Description": [
        "Represents a collection that contains all the points in one series."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ChartPointList",
          "Description": [
            "This class has a property named ChartPointList of type List ChartPoint  with an XmlElement attribute \"ChartPoint\"."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "ChartPoint",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "ChartPoint"
            }
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "Charts",
      "Description": [
        "Encapsulates a collection of  objects."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "ChartList",
          "Description": [
            "A property named ChartList of type List LinkElement  that is publicly accessible with both read and write capabilities."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "LinkElement",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "LinkElement"
            }
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "ChartShape",
      "Description": [
        "Chart shape object"
      ],
      "Type": "Class",
      "ParentName": "Shape",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MsoDrawingType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AutoShapeType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Placement",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "UpperLeftRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Top",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "UpperLeftColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Left",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightRow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Bottom",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "LowerRightColumn",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Right",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Width",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "X",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Y",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "RotationAngle",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "HtmlText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Text",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "AlternativeText",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextOrientationType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalAlignment",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalOverflow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsGroup",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsHidden",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLockAspectRatio",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsLocked",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsPrintable",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsTextWrapped",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsWordArt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "LinkedCell",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ZOrderPosition",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Font",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "Hyperlink",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "DataLabels",
      "Description": [
        "Encapsulates a collection of all the DataLabel objects for the specified Series."
      ],
      "Type": "Class",
      "ParentName": "ChartFrame",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "IsAutoText",
          "Description": [
            "Indicates the text is auto generated."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsDeleted",
          "Description": [
            "A nullable boolean property \"IsDeleted\" indicating whether an object has been deleted."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "LinkedSource",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Number",
          "Description": [
            "Gets and sets the built-in number format."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "NumberFormat",
          "Description": [
            "Represents the format string for the DataLabels object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "NumberFormatLinked",
          "Description": [
            "True if the number format is linked to the cells ",
            "                        (so that the number format changes in the labels when it changes in the cells)."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Position",
          "Description": [
            "Represents the position of the data label."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "RotationAngle",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Separator",
          "Description": [
            "Gets or sets the separator type used for the data labels on a chart."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ShowBubbleSize",
          "Description": [
            "Represents a specified chart's data label percentage value display behavior. True displays the percentage value. False to hide."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowCategoryName",
          "Description": [
            "Represents a specified chart's data label category name display behavior.True to display the category name for the data labels on a chart. False to hide."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowLegendKey",
          "Description": [
            "Represents a specified chart's data label legend key display behavior.",
            "                        True if the data label legend key is visible."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowPercentage",
          "Description": [
            "Represents a specified chart's data label percentage value display behavior. True displays the percentage value. False to hide."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowSeriesName",
          "Description": [
            "Returns or sets a Boolean to indicate the series name display behavior for the data labels on a chart.",
            "                        True to show the series name. False to hide."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowValue",
          "Description": [
            "Represents a specified chart's data label values display behavior. True displays the values. False to hide."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Text",
          "Description": [
            "Gets or sets the text of data label."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextDirection",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalAlignment",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalAlignment",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Area",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Area"
          }
        },
        {
          "Name": "AutoScaleFont",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "BackgroundMode",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Border",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Line"
          }
        },
        {
          "Name": "Font",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "IsAutomaticSize",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsInnerMode",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Shadow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Width",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "X",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Y",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        }
      ]
    },
    {
      "Name": "DisplayUnitLabel",
      "Description": [
        "Represents the display unit label."
      ],
      "Type": "Class",
      "ParentName": "ChartFrame",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "LinkedSource",
          "Description": [
            "A public property named \"LinkedSource\" with a string data type can be set and accessed."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "RotationAngle",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Text",
          "Description": [
            "Gets or sets the text of display unit label."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalAlignment",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalAlignment",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Area",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Area"
          }
        },
        {
          "Name": "AutoScaleFont",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "BackgroundMode",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Border",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Line"
          }
        },
        {
          "Name": "Font",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "IsAutomaticSize",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsInnerMode",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Shadow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Width",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "X",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Y",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        }
      ]
    },
    {
      "Name": "DropBars",
      "Description": [
        "Represents the up/down bars in a chart."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Area",
          "Description": [
            "Gets the ."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Area"
          }
        },
        {
          "Name": "Border",
          "Description": [
            "Gets the border ."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Line"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "ErrorBar",
      "Description": [
        "Represents error bar of data series."
      ],
      "Type": "Class",
      "ParentName": "Line",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Link",
          "Description": [
            "A property named \"Link\" of type \"Link\" that can be accessed and modified."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        },
        {
          "Name": "Amount",
          "Description": [
            "Represents amount of error bar.",
            "                         The amount must be greater than or equal to zero."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "DisplayType",
          "Description": [
            "Represents error bar display type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "MinusValue",
          "Description": [
            "Represents negative error amount when error bar type is Custom."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "PlusValue",
          "Description": [
            "Represents positive error amount when error bar type is Custom."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ShowMarkerTTop",
          "Description": [
            "Indicates if formatting error bars with a T-top."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Type",
          "Description": [
            "Represents error bar amount type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "BeginArrowLength",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "BeginArrowWidth",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "BeginType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CapType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Color",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Color"
          }
        },
        {
          "Name": "CompoundType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DashType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "EndArrowLength",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "EndArrowWidth",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "EndType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "GradientFill",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "GradientFill"
          }
        },
        {
          "Name": "IsAuto",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsAutomaticColor",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsVisible",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "JoinType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Style",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Transparency",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "Weight",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "WeightPt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Floating"
          }
        }
      ]
    },
    {
      "Name": "Floor",
      "Description": [
        "Encapsulates the object that represents the floor of a 3-D chart."
      ],
      "Type": "Class",
      "ParentName": "Area",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Border",
          "Description": [
            "Gets or sets the border ."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Line"
          }
        },
        {
          "Name": "BackgroundColor",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Color"
          }
        },
        {
          "Name": "FillFormat",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FillFormat"
          }
        },
        {
          "Name": "ForegroundColor",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Color"
          }
        },
        {
          "Name": "Format",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "InvertIfNegative",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Transparency",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Floating"
          }
        }
      ]
    },
    {
      "Name": "Legend",
      "Description": [
        "Encapsulates the object that represents the chart legend."
      ],
      "Type": "Class",
      "ParentName": "ChartFrame",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Position",
          "Description": [
            "Gets or sets the legend position type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "LegendEntries",
          "Description": [
            "Gets a collection of all the LegendEntry objects in the specified chart legend.",
            "                        Setting the legend entries of the surface chart is not supported.",
            "                        So it will return null if the chart type is surface chart type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "Area",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Area"
          }
        },
        {
          "Name": "AutoScaleFont",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "BackgroundMode",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Border",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Line"
          }
        },
        {
          "Name": "Font",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "IsAutomaticSize",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsInnerMode",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Shadow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Width",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "X",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Y",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        }
      ]
    },
    {
      "Name": "LegendEntries",
      "Description": [
        "Sure, please provide me with the features you would like me to summarize in one sentence for the class summary."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "legendEntryList",
          "Description": [
            "Property: Utilizes XML element \"LengendEntry\" to represent a list of LinkElement items in the class."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "LinkElement",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "LinkElement"
            }
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "LegendEntry",
      "Description": [
        "Represents a legend entry in a chart legend."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "AutoScaleFont",
          "Description": [
            "True if the text in the object changes font size when the object size changes. ",
            "                        The default value is True."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "BackgroundMode",
          "Description": [
            "Gets and sets the display mode of the background"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Font",
          "Description": [
            "Gets a  object of the specified ChartFrame object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "IsDeleted",
          "Description": [
            "Gets and sets whether the legend entry is deleted."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "Marker",
      "Description": [
        "           Represents the marker in a line chart, scatter chart, or radar chart.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Border",
          "Description": [
            "Gets the border.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Line"
          }
        },
        {
          "Name": "Area",
          "Description": [
            "Gets the area.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Area"
          }
        },
        {
          "Name": "MarkerSize",
          "Description": [
            "Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "MarkerStyle",
          "Description": [
            "Represents the marker style. Applies to line chart, scatter chart, or radar chart.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "PlotArea",
      "Description": [
        "Encapsulates the object that represents the plot area in a chart."
      ],
      "Type": "Class",
      "ParentName": "ChartFrame",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "InnerHeight",
          "Description": [
            "Gets or sets the height of plot area in units of 1/4000 of the chart area."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "InnerWidth",
          "Description": [
            "Gets or sets the width  of plot area in units of 1/4000 of the chart area."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "InnerX",
          "Description": [
            "Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "InnerY",
          "Description": [
            "Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Area",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Area"
          }
        },
        {
          "Name": "AutoScaleFont",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "BackgroundMode",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Border",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Line"
          }
        },
        {
          "Name": "Font",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "IsAutomaticSize",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsInnerMode",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Shadow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Width",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "X",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Y",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        }
      ]
    },
    {
      "Name": "Series",
      "Description": [
        "Encapsulates the object that represents a single data series in a chart."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Area",
          "Description": [
            "Represents the background area of Series object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Area"
          }
        },
        {
          "Name": "Bar3DShapeType",
          "Description": [
            "Gets or sets the 3D shape type used with the 3-D bar or column chart."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Border",
          "Description": [
            "Represents border of Series object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Line"
          }
        },
        {
          "Name": "BubbleScale",
          "Description": [
            "Gets or sets the scale factor for bubbles in the specified chart group. ",
            "                        It can be an integer value from 0 (zero) to 300, ",
            "                        corresponding to a percentage of the default size.",
            "                        Applies only to bubble charts."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "BubbleSizes",
          "Description": [
            "Gets or sets the bubble sizes values of the chart series."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CountOfDataValues",
          "Description": [
            "Gets the number of the data values."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "DataLabels",
          "Description": [
            "Represents the DataLabels object for the specified ASeries."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataLabels"
          }
        },
        {
          "Name": "DisplayName",
          "Description": [
            "Gets the series's name that displays on the chart graph."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DoughnutHoleSize",
          "Description": [
            "Returns or sets the size of the hole in a doughnut chart group. ",
            "                        The hole size is expressed as a percentage of the chart size, between 10 and 90 percent."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "DownBars",
          "Description": [
            "Returns a  object that represents the down bars on a line chart.",
            "                        Applies only to line charts."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DropBars"
          }
        },
        {
          "Name": "DropLines",
          "Description": [
            "Returns a  object that represents the drop lines for a series on the line chart or area chart.",
            "                        Applies only to line chart or area charts."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Line"
          }
        },
        {
          "Name": "Explosion",
          "Description": [
            "The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "FirstSliceAngle",
          "Description": [
            "Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). ",
            "                        Applies only to pie, 3-D pie, and doughnut charts, 0 to 360."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "GapWidth",
          "Description": [
            "Returns or sets the space between bar or column clusters, as a percentage of the bar or column width.",
            "                        The value of this property must be between 0 and 500."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Has3DEffect",
          "Description": [
            "True if the series has a three-dimensional appearance. ",
            "                        Applies only to bubble charts."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "HasDropLines",
          "Description": [
            "True if the chart has drop lines.",
            "                        Applies only to line chart or area charts."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "HasHiLoLines",
          "Description": [
            "True if the line chart has high-low lines. ",
            "                         Applies only to line charts."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "HasLeaderLines",
          "Description": [
            "True if the series has leader lines."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "HasRadarAxisLabels",
          "Description": [
            "True if a radar chart has category axis labels. Applies only to radar charts."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "HasSeriesLines",
          "Description": [
            "True if a stacked column chart or bar chart has series lines or",
            "                        if a Pie of Pie chart or Bar of Pie chart has connector lines between the two sections. ",
            "                        Applies only to stacked column charts, bar charts, Pie of Pie charts, or Bar of Pie charts."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "HasUpDownBars",
          "Description": [
            "True if a line chart has up and down bars.",
            "                        Applies only to line charts."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "HiLoLines",
          "Description": [
            "Returns a HiLoLines object that represents the high-low lines for a series on a line chart. ",
            "                        Applies only to line charts."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Line"
          }
        },
        {
          "Name": "IsAutoSplit",
          "Description": [
            "Indicates whether the threshold value is automatic."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsColorVaried",
          "Description": [
            "Represents if the color of points is varied. ",
            "                        The chart must contain only one series."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "LeaderLines",
          "Description": [
            "Represents leader lines on a chart. Leader lines connect data labels to data points. ",
            "                        This object isn’t a collection; there’s no object that represents a single leader line."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Line"
          }
        },
        {
          "Name": "LegendEntry",
          "Description": [
            "Gets the legend entry according to this series."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LegendEntry"
          }
        },
        {
          "Name": "Marker",
          "Description": [
            "Gets the marker."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Marker"
          }
        },
        {
          "Name": "Name",
          "Description": [
            "Gets or sets the name of the data series."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Overlap",
          "Description": [
            "Specifies how bars and columns are positioned.",
            "                        Can be a value between – 100 and 100. ",
            "                        Applies only to 2-D bar and 2-D column charts."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "PlotOnSecondAxis",
          "Description": [
            "Indicates if this series is plotted on second value axis."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Points",
          "Description": [
            "Gets the collection of points in a series in a chart."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LinkElement"
          }
        },
        {
          "Name": "SecondPlotSize",
          "Description": [
            "Returns or sets the size of the secondary section of either a pie of pie chart or a bar of pie chart, ",
            "                        as a percentage of the size of the primary pie.",
            "                        Can be a value from 5 to 200."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "SeriesLines",
          "Description": [
            "Returns a SeriesLines object that represents the series lines for a stacked bar chart or a stacked column chart.",
            "                        Applies only to stacked bar and stacked column charts."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Line"
          }
        },
        {
          "Name": "Shadow",
          "Description": [
            "True if the series has a shadow."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowNegativeBubbles",
          "Description": [
            "True if negative bubbles are shown for the chart group. Valid only for bubble charts."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SizeRepresents",
          "Description": [
            "Gets or sets what the bubble size represents on a bubble chart."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Smooth",
          "Description": [
            "Represents curve smoothing. ",
            "                        True if curve smoothing is turned on for the line chart or scatter chart.",
            "                        Applies only to line and scatter connected by lines charts."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SplitType",
          "Description": [
            "Returns or sets a value that how to determine which data points are in the second pie or bar on a pie of pie or bar of",
            "                        pie chart."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SplitValue",
          "Description": [
            "Returns or sets a value that shall be used to determine which data points are in the second pie or bar on",
            "                        a pie of pie or bar of pie chart."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "TrendLines",
          "Description": [
            "Returns an object that represents a collection of all the trendlines for the series."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Trendlines"
          }
        },
        {
          "Name": "Type",
          "Description": [
            "Gets or sets a data series' type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "UpBars",
          "Description": [
            "Returns an DropBars object that represents the up bars on a line chart.",
            "                        Applies only to line charts."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DropBars"
          }
        },
        {
          "Name": "Values",
          "Description": [
            "Represents the data of the chart series."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "XErrorBar",
          "Description": [
            "Represents X direction error bar of the series."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ErrorBar"
          }
        },
        {
          "Name": "XValues",
          "Description": [
            "Represents the x values of the chart series."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "YErrorBar",
          "Description": [
            "Represents Y direction error bar of the series."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ErrorBar"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "SeriesItems",
      "Description": [
        "Class Summary: ",
        "            - Features: Active class participation, group projects, quizzes, and final exam."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "CategoryData",
          "Description": [
            "This property allows setting and getting data for the category."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "IsColorVaried",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SecondCatergoryData",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SeriesList",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "Series",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "Series"
            }
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "Sparkline",
      "Description": [
        "A sparkline represents a tiny chart or graphic in a worksheet cell that provides a visual representation of data.",
        "            "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Column",
          "Description": [
            "Gets the column index of the sparkline.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "DataRange",
          "Description": [
            "Represents the data range of the sparkline.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Row",
          "Description": [
            "Gets the row index of the sparkline.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        }
      ]
    },
    {
      "Name": "SparklineGroup",
      "Description": [
        "           is organized into sparkline group. A SparklineGroup contains a variable number of sparkline items.             A sparkline group specifies the type, display settings and axis settings for the sparklines.",
        "           "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "DisplayHidden",
          "Description": [
            "Indicates whether to show data in hidden rows and columns.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "FirstPointColor",
          "Description": [
            "Gets and sets the color of the first point of data in the sparkline group.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsColor"
          }
        },
        {
          "Name": "HighPointColor",
          "Description": [
            "Gets and sets the color of the highest points of data in the sparkline group.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsColor"
          }
        },
        {
          "Name": "HorizontalAxisColor",
          "Description": [
            "Gets and sets the color of the horizontal axis in the sparkline group.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsColor"
          }
        },
        {
          "Name": "HorizontalAxisDateRange",
          "Description": [
            "Represents the range that contains the date values for the sparkline data.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "LastPointColor",
          "Description": [
            "Gets and sets the color of the last point of data in the sparkline group.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsColor"
          }
        },
        {
          "Name": "LineWeight",
          "Description": [
            "Gets and sets the line weight in each line sparkline in the sparkline group, in the unit of points.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "LowPointColor",
          "Description": [
            "Gets and sets the color of the lowest points of data in the sparkline group.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsColor"
          }
        },
        {
          "Name": "MarkersColor",
          "Description": [
            "Gets and sets the color of points in each line sparkline in the sparkline group.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsColor"
          }
        },
        {
          "Name": "NegativePointsColor",
          "Description": [
            "Gets and sets the color of the negative values on the sparkline group.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsColor"
          }
        },
        {
          "Name": "PlotEmptyCellsType",
          "Description": [
            "Indicates how to plot empty cells.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "PlotRightToLeft",
          "Description": [
            "Indicates whether the plot data is right to left.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "PresetStyle",
          "Description": [
            "Gets and sets the preset style type of the sparkline group.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SeriesColor",
          "Description": [
            "Gets and sets the color of the sparklines in the sparkline group.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "CellsColor"
          }
        },
        {
          "Name": "ShowFirstPoint",
          "Description": [
            "Indicates whether to highlight the first point of data in the sparkline group.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowHighPoint",
          "Description": [
            "Indicates whether to highlight the highest points of data in the sparkline group.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowHorizontalAxis",
          "Description": [
            "Indicates whether to show the sparkline horizontal axis.",
            "            The horizontal axis appears if the sparkline has data that crosses the zero axis.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowLastPoint",
          "Description": [
            "Indicates whether to highlight the last point of data in the sparkline group.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowLowPoint",
          "Description": [
            "Indicates whether to highlight the lowest points of data in the sparkline group.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowMarkers",
          "Description": [
            "Indicates whether to highlight each point in each line sparkline in the sparkline group.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "ShowNegativePoints",
          "Description": [
            "Indicates whether to highlight the negative values on the sparkline group with a different color or marker.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "SparklineCollection",
          "Description": [
            "Gets the collection of  object.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "Sparkline",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "Sparkline"
            }
          }
        },
        {
          "Name": "Type",
          "Description": [
            "Indicates the sparkline type of the sparkline group.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "VerticalAxisMaxValue",
          "Description": [
            "Gets and sets the custom maximum value for the vertical axis.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "VerticalAxisMaxValueType",
          "Description": [
            "Represents the vertical axis maximum value type.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "VerticalAxisMinValue",
          "Description": [
            "Gets and sets the custom minimum value for the vertical axis.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "VerticalAxisMinValueType",
          "Description": [
            "Represents the vertical axis minimum value type.",
            " "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "SparklineGroups",
      "Description": [
        "Encapsulates a collection of Aspose.Cells.Charts.SparklineGroup objects.",
        "            "
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "SparklineGroupList",
          "Description": [
            "Encapsulates a collection of Aspose.Cells.Charts.SparklineGroup objects.",
            "            "
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "SparklineGroup",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "SparklineGroup"
            }
          }
        }
      ]
    },
    {
      "Name": "TickLabels",
      "Description": [
        "Represents the tick-mark labels associated with tick marks on a chart axis."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "AutoScaleFont",
          "Description": [
            "True if the text in the object changes font size when the object size changes. The default value is True."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "BackgroundMode",
          "Description": [
            "Gets and sets the display mode of the background"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Font",
          "Description": [
            "Returns a  object that represents the font of the specified TickLabels object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "Number",
          "Description": [
            "Represents the format number for the TickLabels object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "NumberFormat",
          "Description": [
            "Represents the format string for the TickLabels object."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "NumberFormatLinked",
          "Description": [
            "True if the number format is linked to the cells ",
            "                        (so that the number format changes in the labels when it changes in the cells)."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Offset",
          "Description": [
            "Gets and sets the distance of labels from the axis."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "RotationAngle",
          "Description": [
            "Represents text rotation angle in clockwise."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "TextDirection",
          "Description": [
            "Represents text reading order."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ReadingOrder",
          "Description": [
            "Represents text reading order."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DirectionType",
          "Description": [
            "Gets and sets the direction of text."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "Title",
      "Description": [
        "Encapsulates the object that represents the title of chart or axis."
      ],
      "Type": "Class",
      "ParentName": "ChartFrame",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "IsVisible",
          "Description": [
            "Represents whether the title is visible."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "LinkedSource",
          "Description": [
            "A property named LinkedSource with both set and get accessors is defined."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "RotationAngle",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Text",
          "Description": [
            "Gets or sets the text of display unit label."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextDirection",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextHorizontalAlignment",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextVerticalAlignment",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Area",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Area"
          }
        },
        {
          "Name": "AutoScaleFont",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "BackgroundMode",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Border",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Line"
          }
        },
        {
          "Name": "Font",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Font"
          }
        },
        {
          "Name": "IsAutomaticSize",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsInnerMode",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Shadow",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Width",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "X",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Y",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Integer"
          }
        }
      ]
    },
    {
      "Name": "Trendline",
      "Description": [
        "Represents a trendline in a chart."
      ],
      "Type": "Class",
      "ParentName": "Line",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "link",
          "Description": [
            "The class has a property named \"link\" of type \"Link\" that can be accessed and modified."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        },
        {
          "Name": "Backward",
          "Description": [
            "Returns or sets the number of periods (or units on a scatter chart) that the trendline extends backward. ",
            "                        The number of periods must be greater than or equal to zero.",
            "                        If the chart type is column ,the number of periods must be between 0 and 0.5"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "DataLabels",
          "Description": [
            "Represents the DataLabels object for the specified series."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "DataLabels"
          }
        },
        {
          "Name": "DisplayEquation",
          "Description": [
            "Represents if the equation for the trendline is displayed on the chart (in the same data label as the R-squared value). Setting this property to True automatically turns on data labels."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "DisplayRSquared",
          "Description": [
            "Represents if the R-squared value of the trendline is displayed on the chart (in the same data label as the equation). Setting this property to True automatically turns on data labels."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Forward",
          "Description": [
            "Returns or sets the number of periods (or units on a scatter chart) that the trendline extends forward.",
            "                        The number of periods must be greater than or equal to zero."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "Intercept",
          "Description": [
            "Returns or sets the point where the trendline crosses the value axis."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "IsNameAuto",
          "Description": [
            "Returns if Microsoft Excel automatically determines the name of the trendline."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "LegendEntry",
          "Description": [
            "Gets the legend entry according to this trendline"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "LegendEntry"
          }
        },
        {
          "Name": "Name",
          "Description": [
            "Returns the name of the trendline."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Order",
          "Description": [
            "Returns or sets the trendline order (an integer greater than 1) when the trendline type is Polynomial. ",
            "                        The order must be between 2 and 6."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Period",
          "Description": [
            "Returns or sets the period for the moving-average trendline."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Type",
          "Description": [
            "Returns the trendline type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "BeginArrowLength",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "BeginArrowWidth",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "BeginType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "CapType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Color",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Color"
          }
        },
        {
          "Name": "CompoundType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DashType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "EndArrowLength",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "EndArrowWidth",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "EndType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "GradientFill",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "GradientFill"
          }
        },
        {
          "Name": "IsAuto",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsAutomaticColor",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "IsVisible",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "JoinType",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Style",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Transparency",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "Weight",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "WeightPt",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Floating"
          }
        }
      ]
    },
    {
      "Name": "Trendlines",
      "Description": [
        "Represents a collection of all the  objects for the specified data series."
      ],
      "Type": "Class",
      "ParentName": "LinkElement",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "TrendlineList",
          "Description": [
            "This property allows for a list of Trendline objects to be stored under the XmlElement \"TrendLine\"."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "Trendline",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "Trendline"
            }
          }
        },
        {
          "Name": "link",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Link"
          }
        }
      ]
    },
    {
      "Name": "Walls",
      "Description": [
        "Encapsulates the object that represents the walls of a 3-D chart."
      ],
      "Type": "Class",
      "ParentName": "Floor",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "CenterX",
          "Description": [
            "Gets the x coordinate of the left-bottom corner of Wall center in units of 1/4000 of chart's width after calls Chart.Calculate() method."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "CenterY",
          "Description": [
            "Gets the y coordinate of the left-bottom corner of Wall center in units of 1/4000 of chart's height after calls Chart.Calculate() method."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Depth",
          "Description": [
            "Gets the depth front to back in units of 1/4000 of chart's width after calls Chart.Calculate() method."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Height",
          "Description": [
            "Gets the height of top to bottom in units of 1/4000 of chart's height after calls Chart.Calculate() method."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Width",
          "Description": [
            "Gets the width of left to right in units of 1/4000 of chart's width after calls Chart.Calculate() method."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Border",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": true,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Line"
          }
        },
        {
          "Name": "BackgroundColor",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Color"
          }
        },
        {
          "Name": "FillFormat",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "FillFormat"
          }
        },
        {
          "Name": "ForegroundColor",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "Color"
          }
        },
        {
          "Name": "Format",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "InvertIfNegative",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "Transparency",
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        }
      ]
    },
    {
      "Name": "ColumnDataExceptionDescription",
      "Description": [
        ""
      ],
      "Type": "Enum",
      "ParentName": "Enum",
      "IsAbstract": false,
      "Properties": []
    },
    {
      "Name": "TextCategoryType",
      "Description": [
        ""
      ],
      "Type": "Enum",
      "ParentName": "Enum",
      "IsAbstract": false,
      "Properties": []
    },
    {
      "Name": "AnalyzedColumnDescription",
      "Description": [
        "Represents description of analyzed column."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Index",
          "Description": [
            "Column index."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "ColumnIndex",
          "Description": [
            "The true position index value of the column."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Title",
          "Description": [
            "This class has a public property \"Title\" of type string with a default value of an empty string."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "RepetitionRate",
          "Description": [
            "When the repetition rate is high, can it be viewed as a group display?"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Floating"
          }
        },
        {
          "Name": "ColumnDataDataType",
          "Description": [
            "The column type is identified, and the attributes of the column are determined after data analysis."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "NumberCategoryType",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "TextCategoryType",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "StyleNumber",
          "Description": [
            ""
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "columnDataExceptionDescription",
          "Description": [
            "Column data exception description."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "AnalyzedResult",
      "Description": [
        "Represents results of analyzed data."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Filename",
          "Description": [
            "Represents the file name of data file."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Description",
          "Description": [
            "Represents summary about results of analyzed data."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "BasicStatistics",
          "Description": [
            "Represents Excel data statistics."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Class",
            "Reference": "ExcelDataStatistics"
          }
        },
        {
          "Name": "Results",
          "Description": [
            "Represents analyzed table description."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "AnalyzedTableDescription",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "AnalyzedTableDescription"
            }
          }
        },
        {
          "Name": "SuggestedFile",
          "Description": [
            "base64String Excel file"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "AnalyzedTableDescription",
      "Description": [
        "Represents analyzed table description."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Description": [
            "Represents table name."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SheetName",
          "Description": [
            "Represents worksheet name which is where the table is located."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Columns",
          "Description": [
            "Represents analyzed description about table columns."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "AnalyzedColumnDescription",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "AnalyzedColumnDescription"
            }
          }
        },
        {
          "Name": "DateColumns",
          "Description": [
            "Represents date columns list."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "Int32",
            "ElementDataType": {
              "Identifier": "Integer"
            }
          }
        },
        {
          "Name": "NumberColumns",
          "Description": [
            "Represents number columns list."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "Int32",
            "ElementDataType": {
              "Identifier": "Integer"
            }
          }
        },
        {
          "Name": "TextColumns",
          "Description": [
            "Represents string columns list."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "Int32",
            "ElementDataType": {
              "Identifier": "Integer"
            }
          }
        },
        {
          "Name": "ExceptionColumns",
          "Description": [
            "Represents exception columns list."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "Int32",
            "ElementDataType": {
              "Identifier": "Integer"
            }
          }
        },
        {
          "Name": "HasTableHeaderRow",
          "Description": [
            "Represents there is a table header in the table."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "HasTableTotalRow",
          "Description": [
            "Represents there is a total row in the table."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Boolean"
          }
        },
        {
          "Name": "StartDataColumnIndex",
          "Description": [
            "Represents the column index as the start data column."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "EndDataColumnIndex",
          "Description": [
            "Represents the column index as the end data column."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "StartDataRowIndex",
          "Description": [
            "Represents the row index as the start data row."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "EndDataRowIndex",
          "Description": [
            "Represents the row index as the end data row."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "Thumbnail",
          "Description": [
            "Represents table thumbnail. Base64String"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DiscoverCharts",
          "Description": [
            "Represents a collection of charts, which is a collection of charts created based on data analysis of a table."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "DiscoverChart",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "DiscoverChart"
            }
          }
        },
        {
          "Name": "DiscoverPivotTables",
          "Description": [
            "Represents a collection of pivot tables, which is a collection of pivot tables created based on data analysis of a table."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "DiscoverPivotTable",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "DiscoverPivotTable"
            }
          }
        }
      ]
    },
    {
      "Name": "DiscoverChart",
      "Description": [
        "Represents a chart, which is a chart created based on data analysis of a table."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Description": [
            "Represents chart name."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "SheetName",
          "Description": [
            "Represents worksheet name which is where the chart is located."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Title",
          "Description": [
            "Represents chart title."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Type",
          "Description": [
            "Represents chart type."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DataRange",
          "Description": [
            "Represents chart data range."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Thumbnail",
          "Description": [
            "Represents chart thumbnail. Base64String"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "DiscoverPivotTable",
      "Description": [
        "Represents a pivot table, which is a pivot table created based on data analysis of a table."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Description": [
            "Represents pivot table name."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "Title",
          "Description": [
            "Represents pivot table title."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "DataRange",
          "Description": [
            "Represents pivot table data range."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "PivotFieldRows",
          "Description": [
            "Represents row fields in a PivotTable report."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Array",
            "ElementDataType": {
              "Identifier": "Integer"
            }
          }
        },
        {
          "Name": "PivotFieldColumns",
          "Description": [
            "Represents column fields in a PivotTable report."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Array",
            "ElementDataType": {
              "Identifier": "Integer"
            }
          }
        },
        {
          "Name": "PivotFieldData",
          "Description": [
            "Represents data fields in a PivotTable report."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Array",
            "ElementDataType": {
              "Identifier": "Integer"
            }
          }
        },
        {
          "Name": "Thumbnail",
          "Description": [
            "Represents pivot table thumbnail. Base64String"
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        }
      ]
    },
    {
      "Name": "ExcelDataStatistics",
      "Description": [
        "Represents Excel data statistics."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "WorksheetDataStatistics",
          "Description": [
            "Represents worksheet data statistics list."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Container",
            "Reference": "WorksheetDataStatistics",
            "ElementDataType": {
              "Identifier": "Class",
              "Reference": "WorksheetDataStatistics"
            }
          }
        }
      ]
    },
    {
      "Name": "WorksheetDataStatistics",
      "Description": [
        "Represents worksheet data statistics."
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": [
        {
          "Name": "Name",
          "Description": [
            "Represents worksheet name."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "String"
          }
        },
        {
          "Name": "ChartsCount",
          "Description": [
            "Represents chart number."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "TablesCount",
          "Description": [
            "Represents list object number."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "PivotTablesCount",
          "Description": [
            "Represents pivot table number."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "ShapesCount",
          "Description": [
            "Represents shape number."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "HyperlinksCount",
          "Description": [
            "Represents shape number."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "QueryTablesCount",
          "Description": [
            "Represents hyperlink number."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "CellsCount",
          "Description": [
            "Represents query table number."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "CellsCountInTable",
          "Description": [
            "Represents cell number."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        },
        {
          "Name": "CellsCountIsFormula",
          "Description": [
            "Represents formula number."
          ],
          "Nullable": true,
          "ReadOnly": false,
          "IsInherit": false,
          "DataType": {
            "Identifier": "Integer"
          }
        }
      ]
    },
    {
      "Name": "Error",
      "Description": [
        "Error"
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": []
    },
    {
      "Name": "ErrorDetails",
      "Description": [
        "The error details"
      ],
      "Type": "Class",
      "IsAbstract": false,
      "Properties": []
    }
  ]
}