[]
Saves data from the current sheet into a comma-separated values (.csv) formatted file.
public void SaveCsv(string fileName)
| 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)
| Type | Name | Description |
|---|---|---|
| Stream | stream | The target stream. |