CloudmersiveConvertClient.ConvertDocumentXlsToXlsxAsync 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 XLS (97-03) Spreadsheet to XLSX
public virtual System.Threading.Tasks.Task<byte[]> ConvertDocumentXlsToXlsxAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member ConvertDocumentXlsToXlsxAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
override this.ConvertDocumentXlsToXlsxAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
Public Overridable Function ConvertDocumentXlsToXlsxAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Byte())
Parameters
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Convert Excel XLS (97-03) Spreadsheet to XLSX response.
Remarks
Convert/upgrade Office Excel (97-2003) Workbooks (xls) to modern XLSX format.