Search Spreadsheet Content

Search for text within local spreadsheet files using our API.

Search Spreadsheet Content API

PUT http://api.aspose.cloud/v4.0/cells/search/content

Request Parameters:

Parameter Name Type Path/Query String/HTTPBody Description
Spreadsheet File FormData Upload the spreadsheet file to search.
searchText String Query The text to search for within the spreadsheet.
ignoringCase Boolean Query Specify whether to ignore case in the search.
worksheet String Query Specify the worksheet to search within.
cellArea String Query Specify the area of cells to search.
region String Query The region setting for the spreadsheet.
password String Query The password required to open the spreadsheet file.

Response

{
  "Name": "BrokenLinksResponse",
  "Type": "Class",
  "ParentName": "CellsCloudResponse",
  "Properties": [
    {
      "Name": "BrokenLinks",
      "DataType": {
        "Identifier": "Container",
        "Reference": "BrokenLink",
        "ElementDataType": {
          "Identifier": "Class",
          "Reference": "BrokenLink",
        },
      }
    },
    {
      "Name": "Code",
      "DataType": {
        "Identifier": "Integer",
      }
    },
    {
      "Name": "Status",
      "DataType": {
        "Identifier": "String",
      }
    }
  ]
}

Error Codes

  • 400 Bad Request: Invalid Apose.Cells Cloud API URI.
  • 401 Unauthorized: Invalid access token. Or invalid client id and secret.
  • 404 Not Found: The spreadsheet file not accessible.
  • 500 Server Error: The spreadsheet has encountered an anomaly in obtaining calculation data.

Where should we use the Search content within the Spreadsheet API?

When you need to Search content within the Spreadsheet, you can use this API.

Why should you use the Search content within the Spreadsheet API?

  • Effortlessly search content within a spreadsheet with this API.
  • Development can be quickly completed through the existing SDK.

OpenAPI Specification

The OpenAPI Specification defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.

Use Aspose.Cells Cloud SDKs

Using the SDK is the best way to accelerate development. The SDK handles the underlying details, allowing you to simply implement search content within spreadsheets for cells with minimal code. Please check out the GitHub repository for a complete list of Aspose.Cells Cloud SDKs.

The following code examples demonstrate how to make calls to Aspose.Cells web services using various SDKs: