Text Converter

The Aspose.Cells Text Converter for .NET Plugin empowers developers to convert Excel files (XLS, XLSX, XLSM) to a wide range of text formats including CSV, TSV, XML, and SQLSCRIPT. With seamless integration into .NET applications, it provides a fast and accurate way to export and import spreadsheet data using standard text representations.

Latest Articles

Aspose.Cells Text Converter Key Features

  1. Multi-Format Support
    Convert to and from popular text formats such as CSV, TSV, XML, and SQLSCRIPT. The plugin ensures content integrity across formats, maintaining data structure and encoding compatibility.

  2. Bi-Directional Conversion
    Not only can Excel spreadsheets be exported to text, but supported text formats can also be loaded into Excel files, allowing flexible data round-tripping.

  3. Custom Save Options
    Fine-tune conversion output using the SaveOptions class and its subclasses (like TxtSaveOptions, XmlSaveOptions, etc.), enabling control over delimiters, encoding, quote types, and more.

  4. Lightweight and Fast
    Convert large Excel files to text formats with high performance, minimizing memory overhead in real-time applications.

  5. Easy .NET Integration
    Built for .NET developers, the plugin works effortlessly with ASP.NET, WinForms, WPF, console apps, and cloud services.

  6. Reliable Text Output
    Ensure consistent export of structured data by validating and preserving tabular formatting in plain text.


Getting Started with Aspose.Cells Text Converter for .NET

To begin using the Aspose.Cells Text Converter, follow these simple steps:

  1. Install Aspose.Cells for .NET
    Install via NuGet or download from the official Aspose site.

  2. Apply Licensing
    Activate your license using SetMeteredKey() to remove evaluation limitations.

  3. Convert Excel to Text
    Load your Excel file using the Workbook class, then call Save() with the appropriate file format or SaveFormat enum.

  4. Convert Text to Excel
    Load text data (CSV, TSV, etc.) into a Workbook, process it, and save back to Excel as needed.

 English