VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml Namespace / OpenXmlDocumentConverter Class / ConvertXlsxToCsv Methods / ConvertXlsxToCsv(DocumentEnvironmentProperties,String,Int32,String,Encoding) Method
Syntax Requirements SeeAlso
In This Topic
    ConvertXlsxToCsv(DocumentEnvironmentProperties,String,Int32,String,Encoding) Method (OpenXmlDocumentConverter)
    In This Topic
    Converts an XLSX document to a CSV (Comma Separated Values) file.
    Syntax
    'Declaration
    
    Public Overloads Shared Sub ConvertXlsxToCsv( _
    ByVal environmentProperties
    The document environment properties.
    As Vintasoft.Imaging.Codecs.Decoders.DocumentEnvironmentProperties, _
    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 csvFilename
    The filename of output CSV file.
    As System.String, _
    ByVal csvFileEncoding
    The text encoding of output CSV file.
    As System.Text.Encoding _
    )

    Parameters

    environmentProperties
    The document environment properties.
    xlsxFilename
    The filename of input XLSX document.
    worksheetIndex
    The index of worksheet that should be converted.
    csvFilename
    The filename of output CSV file.
    csvFileEncoding
    The text encoding of output CSV file.
    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