Saves data from the current sheet into a comma-separated values (.csv) formatted stream.
Namespace:
C1.Silverlight.ExcelAssembly: C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)
Syntax
C# |
---|
public void SaveCsv( Stream stream ) |
Visual Basic |
---|
Public Sub SaveCsv ( _ stream As Stream _ ) |
Parameters
- stream
- Type: System.IO..::..Stream
The target stream.