'Declaration Public Overloads Shared Sub ConvertXlsxToTsv( _
ByVal environmentPropertiesThe document environment properties.As Vintasoft.Imaging.Codecs.Decoders.DocumentEnvironmentProperties, _
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(
Vintasoft.Imaging.Codecs.Decoders.DocumentEnvironmentProperties environmentProperties,
System.IO.Stream inputStream,
System.Int32 worksheetIndex,
System.IO.Stream outputStream
)
public: static void ConvertXlsxToTsv(
Vintasoft.Imaging.Codecs.Decoders.DocumentEnvironmentProperties* environmentProperties,
System.IO.Stream* inputStream,
System.Int32 worksheetIndex,
System.IO.Stream* outputStream
)
public:
static void ConvertXlsxToTsv(
Vintasoft.Imaging.Codecs.Decoders.DocumentEnvironmentProperties^ environmentProperties,
System.IO.Stream^ inputStream,
System.Int32 worksheetIndex,
System.IO.Stream^ outputStream
)
Parameters
- environmentProperties
- The document environment properties.
- inputStream
- The input stream that contains XLSX file.
- worksheetIndex
- The index of worksheet that should be converted.
- outputStream
- The output stream.