[]
Saves data from the current sheet into a comma-separated values (.csv) formatted file.
public void SaveCsv(string fileName)
Public Sub SaveCsv(fileName As String)
| Type | Name | Description |
|---|---|---|
| string | fileName | The target (.csv) file name. |
Saves data from the current sheet into a comma-separated values (.csv) formatted stream.
public void SaveCsv(Stream stream)
Public Sub SaveCsv(stream As Stream)
| Type | Name | Description |
|---|---|---|
| Stream | stream | The target stream. |