VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml Namespace / OpenXmlDocumentConverter Class / XlsxToDelimiterSeparatedValues(DocumentEnvironmentProperties,Stream,Int32,Stream,Encoding,Char) Method
Syntax Requirements SeeAlso
    XlsxToDelimiterSeparatedValues(DocumentEnvironmentProperties,Stream,Int32,Stream,Encoding,Char) Method (OpenXmlDocumentConverter)
    Converts an XLSX document to a DSV (Delimiter Separated Values) file.
    Syntax
    'Declaration
    
    Public Shared Sub XlsxToDelimiterSeparatedValues( _
    ByVal environmentProperties
    The document environment properties.
    As Vintasoft.Imaging.Codecs.Decoders.DocumentEnvironmentProperties, _
    ByVal inputStream
    The input stream that contains XLSX file.
    As System.IO.Stream, _
    ByVal worksheetIndex
    The index of worksheet that should be converted.
    As System.Int32, _
    ByVal outputStream
    The output stream.
    As System.IO.Stream, _
    ByVal outputStreamEncoding
    The text encoding of output stream.
    As System.Text.Encoding, _
    ByVal delimiter
    The values delimiter.
    As Char _
    )
     

    Parameters

    environmentProperties
    The document environment properties.
    inputStream
    The input stream that contains XLSX file.
    worksheetIndex
    The index of worksheet that should be converted.
    outputStream
    The output stream.
    outputStreamEncoding
    The text encoding of output stream.
    delimiter
    The values delimiter.
    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