The Aspose.Cells Image Converter for .NET processes multiple Excel file types such as XLS, XLSX, and CSV. With this integration, developers can render the workbook, worksheet, or specified range to images easily.
Workbook
class by providing the Excel file path to its constructor.WorkbookRender
or WorksheetRender
class by providing the workbook and specified options to its constructor.ToImage()
method, specifying the output image file path to produce the converted image.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 and OpenOffice spreadsheet formats directly to images within any .NET application.
Aspose.Cells for .NET is a multifunctional library allowing extensive manipulation and creation of spreadsheet documents. In contrast, the Image Converter is tailored for converting existing spreadsheets into image formats, providing a focused solution for document conversion tasks.
It supports a broad spectrum of spreadsheet formats including XLS, XLSX, XLSM, XLTX, XLTM, XLSB, CSV, TSV, HTML, ODS, and more. Detailed format compatibility information can be found here.
Yes, the library provides the ImageOrPrintOptions
class, allowing you to define various parameters for conversion, including image types, resolution, and more.