The Aspose.Cells HTML Converter for .NET processes multiple Excel file types such as XLS, XLSX, HTML, and MHTML. With this integration, developers can convert Excel files to HTML, and vice versa.
Workbook
class by providing the Excel file path to its constructor.Save()
method, specifying the output file path (with the .html extension, or using SaveFormat.HTML) to produce the converted result.Acquire the necessary assembly files directly from the downloads page or use NuGet to install Aspose.Cells
effortlessly into your workspace.
It is a comprehensive tool enabling developers to programmatically convert Excel files from/to HTML files within any .NET application.
Aspose.Cells for .NET is a multifunctional library allowing extensive manipulation and creation of documents in different file formats. In contrast, the HTML Converter is tailored for conversion between spreadsheets and HTML files, providing a focused solution for document conversion tasks.
It supports a broad spectrum of spreadsheet formats including XLS, XLSX, XLSM, XLTX, XLTM, XLSB, HTML, and MHTML. Detailed format compatibility information can be found here.
Yes, the library provides the HTMLSaveOptions
class, allowing you to define various settings for the conversion and generated HTML files.