'Declaration Public Overloads Shared Sub ConvertXlsxToTsv( _
ByVal inputStreamThe input stream that contains XLSX file.As System.IO.Stream, _
ByVal worksheetIndexThe index of worksheet that should be converted.As System.Int32, _
ByVal outputStreamThe output stream.As System.IO.Stream _
)
public static void ConvertXlsxToTsv(
System.IO.Stream inputStream,
System.Int32 worksheetIndex,
System.IO.Stream outputStream
)
public: static void ConvertXlsxToTsv(
System.IO.Stream* inputStream,
System.Int32 worksheetIndex,
System.IO.Stream* outputStream
)
public:
static void ConvertXlsxToTsv(
System.IO.Stream^ inputStream,
System.Int32 worksheetIndex,
System.IO.Stream^ outputStream
)
Parameters
- inputStream
- The input stream that contains XLSX file.
- worksheetIndex
- The index of worksheet that should be converted.
- outputStream
- The output stream.