[]
        
(Showing Draft Content)

C1.Excel.XLSheet.SaveCsvAsync

SaveCsvAsync Method

SaveCsvAsync(string)

Saves async data from the current sheet into a comma-separated values (.csv) formatted file storage.

Declaration
public Task SaveCsvAsync(string fileName)
Parameters
Type Name Description
string fileName

The target (.csv) file name.

Returns
Type Description
Task

The task of represents an asynchronous operation.

SaveCsvAsync(Stream)

Saves async data from the current sheet into a comma-separated values (.csv) formatted stream.

Declaration
public Task SaveCsvAsync(Stream stream)
Parameters
Type Name Description
Stream stream

The target stream.

Returns
Type Description
Task

The task of represents an asynchronous operation.