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

Public Overloads Shared Sub ConvertTsvToXlsx( _
ByVal environmentProperties
The document environment properties.
As Vintasoft.Imaging.Codecs.Decoders.DocumentEnvironmentProperties, _
ByVal tsvFilename
The filename of input TSV file.
As System.String, _
ByVal xlsxFilename
The filename of output XLSX document.
As System.String _
)

Parameters

environmentProperties
The document environment properties.
tsvFilename
The filename of input TSV file.
xlsxFilename
The filename of output XLSX document.
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