CloudmersiveConvertClient.ConvertDocumentXlsxToCsvAsync 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 XLSX Spreadsheet to CSV
public virtual System.Threading.Tasks.Task<byte[]> ConvertDocumentXlsxToCsvAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member ConvertDocumentXlsxToCsvAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
override this.ConvertDocumentXlsxToCsvAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
Public Overridable Function ConvertDocumentXlsxToCsvAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Byte())
Parameters
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Convert Excel XLSX Spreadsheet to CSV response.
Remarks
Convert Office Excel Workbooks (XLSX) to standard Comma-Separated Values (CSV) format. Supports both XLSX and XLSB file Excel formats.