VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml Namespace / OpenXmlDocumentConverter Class / ConvertCsvToXlsx Methods / ConvertCsvToXlsx(String,String) Method
Syntax Requirements SeeAlso
In This Topic
    ConvertCsvToXlsx(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 csvFilename
    The filename of input CSV file.
    As System.String, _
    ByVal xlsxFilename
    The filename of output XLSX document.
    As System.String _
    )
    public static void ConvertCsvToXlsx(
    System.String csvFilename,
    System.String xlsxFilename
    )
    public: static void ConvertCsvToXlsx(
    System.String csvFilename,
    System.String xlsxFilename
    )
    public:
    static void ConvertCsvToXlsx(
    System.String csvFilename,
    System.String xlsxFilename
    )

    Parameters

    csvFilename
    The filename of input CSV file.
    xlsxFilename
    The filename of output XLSX document.
    Requirements

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

    See Also