VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml Namespace / OpenXmlDocumentConverter Class / XlsxToDelimiterSeparatedValues(DocumentEnvironmentProperties,Stream,Int32,Stream,Encoding,Char) Method
Syntax Requirements SeeAlso
In This Topic
XlsxToDelimiterSeparatedValues(DocumentEnvironmentProperties,Stream,Int32,Stream,Encoding,Char) Method (OpenXmlDocumentConverter)
In This Topic
Converts an XLSX document to a DSV (Delimiter Separated Values) file.
Syntax

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: .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