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
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.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.Custom Save Options
Fine-tune conversion output using theSaveOptions
class and its subclasses (likeTxtSaveOptions
,XmlSaveOptions
, etc.), enabling control over delimiters, encoding, quote types, and more.Lightweight and Fast
Convert large Excel files to text formats with high performance, minimizing memory overhead in real-time applications.Easy .NET Integration
Built for .NET developers, the plugin works effortlessly with ASP.NET, WinForms, WPF, console apps, and cloud services.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:
Install Aspose.Cells for .NET
Install via NuGet or download from the official Aspose site.Apply Licensing
Activate your license usingSetMeteredKey()
to remove evaluation limitations.Convert Excel to Text
Load your Excel file using theWorkbook
class, then callSave()
with the appropriate file format orSaveFormat
enum.Convert Text to Excel
Load text data (CSV, TSV, etc.) into aWorkbook
, process it, and save back to Excel as needed.