CloudmersiveConvertClient.MergeDocumentXlsxAsync(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.
Merge Two Excel XLSX Together
public virtual System.Threading.Tasks.Task<byte[]> MergeDocumentXlsxAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member MergeDocumentXlsxAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
override this.MergeDocumentXlsxAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
Public Overridable Function MergeDocumentXlsxAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Byte())
Parameters
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Merge Two Excel XLSX Together response.
Remarks
Combine two Office Excel spreadsheets (xlsx) into a single Office Excel spreadsheet