CloudmersiveConvertClient.ConvertDataXlsToJsonAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Convert Excel (97-2003) XLS to JSON conversion
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<System.Text.Json.JsonElement?>> ConvertDataXlsToJsonAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member ConvertDataXlsToJsonAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>>>
override this.ConvertDataXlsToJsonAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>>>
Public Overridable Function ConvertDataXlsToJsonAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of List(Of Nullable(Of JsonElement)))
Parameters
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Convert Excel (97-2003) XLS to JSON conversion response.
Remarks
Convert an Excel (97-2003) XLS file to a JSON object array