VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml Namespace / OpenXmlDocumentConverter Class / ConvertXlsxToTsv Methods / ConvertXlsxToTsv(String,Int32,String) Method
Syntax Requirements SeeAlso
In This Topic
ConvertXlsxToTsv(String,Int32,String) Method (OpenXmlDocumentConverter)
In This Topic
Converts an XLSX document to a TSV (Tab Separated Values) file.
Syntax
'Declaration

Public Overloads Shared Sub ConvertXlsxToTsv( _
ByVal xlsxFilename
The filename of input XLSX document.
As System.String, _
ByVal worksheetIndex
The index of worksheet that should be converted.
As System.Int32, _
ByVal tsvFilename
The filename of output TSV file.
As System.String _
)
public static void ConvertXlsxToTsv(
System.String xlsxFilename,
System.Int32 worksheetIndex,
System.String tsvFilename
)

Parameters

xlsxFilename
The filename of input XLSX document.
worksheetIndex
The index of worksheet that should be converted.
tsvFilename
The filename of output TSV file.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also