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

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

Parameters

environmentProperties
The document environment properties.
csvFilename
The filename of input CSV 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