ExcelTextFormat Class

Office Open XML

Describes how to split a CSV text. Used by the ExcelRange.LoadFromText method

Namespace:  OfficeOpenXml
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public class ExcelTextFormat
Visual Basic (Declaration)
Public Class ExcelTextFormat
Visual C++
public ref class ExcelTextFormat

Inheritance Hierarchy

System..::.Object
  OfficeOpenXml..::.ExcelTextFormat

See Also