CloudmersiveConvertClient.EditDocumentXlsxGetRowsAndCellsAsync Method

Definition

Get rows and cells from a Excel XLSX spreadsheet, worksheet

public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.GetXlsxRowsAndCellsResponse> EditDocumentXlsxGetRowsAndCellsAsync(Azure.Connectors.Sdk.CloudmersiveConvert.Models.GetXlsxRowsAndCellsRequest input, System.Threading.CancellationToken cancellationToken = default);
abstract member EditDocumentXlsxGetRowsAndCellsAsync : Azure.Connectors.Sdk.CloudmersiveConvert.Models.GetXlsxRowsAndCellsRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.GetXlsxRowsAndCellsResponse>
override this.EditDocumentXlsxGetRowsAndCellsAsync : Azure.Connectors.Sdk.CloudmersiveConvert.Models.GetXlsxRowsAndCellsRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.GetXlsxRowsAndCellsResponse>
Public Overridable Function EditDocumentXlsxGetRowsAndCellsAsync (input As GetXlsxRowsAndCellsRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GetXlsxRowsAndCellsResponse)

Parameters

input
GetXlsxRowsAndCellsRequest

The request body.

cancellationToken
CancellationToken

Cancellation token.

Returns

The Get rows and cells from a Excel XLSX spreadsheet, worksheet response.

Remarks

Returns the rows and cells defined in the Excel Spreadsheet worksheet

Applies to