'Declaration Public Overloads Shared Sub ConvertTsvToXlsx( _
ByVal environmentPropertiesThe document environment properties.As Vintasoft.Imaging.Codecs.Decoders.DocumentEnvironmentProperties, _
ByVal tsvFilenameThe filename of input TSV file.As System.String, _
ByVal xlsxFilenameThe filename of output XLSX document.As System.String, _
ByVal converterSettingsThe settings for XLSX converter.As Vintasoft.Imaging.Codecs.Decoders.XlsxConverterSettings _
)
public static void ConvertTsvToXlsx(
Vintasoft.Imaging.Codecs.Decoders.DocumentEnvironmentProperties environmentProperties,
System.String tsvFilename,
System.String xlsxFilename,
Vintasoft.Imaging.Codecs.Decoders.XlsxConverterSettings converterSettings
)
public: static void ConvertTsvToXlsx(
Vintasoft.Imaging.Codecs.Decoders.DocumentEnvironmentProperties* environmentProperties,
System.String tsvFilename,
System.String xlsxFilename,
Vintasoft.Imaging.Codecs.Decoders.XlsxConverterSettings* converterSettings
)
public:
static void ConvertTsvToXlsx(
Vintasoft.Imaging.Codecs.Decoders.DocumentEnvironmentProperties^ environmentProperties,
System.String tsvFilename,
System.String xlsxFilename,
Vintasoft.Imaging.Codecs.Decoders.XlsxConverterSettings^ converterSettings
)
Parameters
- environmentProperties
- The document environment properties.
- tsvFilename
- The filename of input TSV file.
- xlsxFilename
- The filename of output XLSX document.
- converterSettings
- The settings for XLSX converter.