'Declaration Public Overloads Shared Sub ConvertCsvToXlsx( _
ByVal environmentPropertiesThe document environment properties.As Vintasoft.Imaging.Codecs.Decoders.DocumentEnvironmentProperties, _
ByVal inputStreamThe input stream that contains CSV file.As System.IO.Stream, _
ByVal outputStreamThe output stream.As System.IO.Stream, _
ByVal converterSettingsThe settings for XLSX converter.As Vintasoft.Imaging.Codecs.Decoders.XlsxConverterSettings _
)
public static void ConvertCsvToXlsx(
Vintasoft.Imaging.Codecs.Decoders.DocumentEnvironmentProperties environmentProperties,
System.IO.Stream inputStream,
System.IO.Stream outputStream,
Vintasoft.Imaging.Codecs.Decoders.XlsxConverterSettings converterSettings
)
Parameters
- environmentProperties
- The document environment properties.
- inputStream
- The input stream that contains CSV file.
- outputStream
- The output stream.
- converterSettings
- The settings for XLSX converter.