'Declaration Public Overloads Shared Sub ConvertXlsxToTsv( _
ByVal environmentPropertiesThe document environment properties.As Vintasoft.Imaging.Codecs.Decoders.DocumentEnvironmentProperties, _
ByVal xlsxFilenameThe filename of input XLSX document.As System.String, _
ByVal worksheetIndexThe index of worksheet that should be converted.As System.Int32, _
ByVal tsvFilenameThe filename of output TSV file.As System.String _
)
public static void ConvertXlsxToTsv(
Vintasoft.Imaging.Codecs.Decoders.DocumentEnvironmentProperties environmentProperties,
System.String xlsxFilename,
System.Int32 worksheetIndex,
System.String tsvFilename
)
public: static void ConvertXlsxToTsv(
Vintasoft.Imaging.Codecs.Decoders.DocumentEnvironmentProperties* environmentProperties,
System.String xlsxFilename,
System.Int32 worksheetIndex,
System.String tsvFilename
)
public:
static void ConvertXlsxToTsv(
Vintasoft.Imaging.Codecs.Decoders.DocumentEnvironmentProperties^ environmentProperties,
System.String xlsxFilename,
System.Int32 worksheetIndex,
System.String tsvFilename
)
Parameters
- environmentProperties
- The document environment properties.
- xlsxFilename
- The filename of input XLSX document.
- worksheetIndex
- The index of worksheet that should be converted.
- tsvFilename
- The filename of output TSV file.