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