C#.NET Excel Document SDK, RasterEdge XDoc.Excel is a mature and reliable third-party document imaging toolkit, designed particularly for manipulating and managing single-page and multi-page Excel document.
This Excel Document SDK provides Visual C#.NET developers with various classes to convert, process, edit, and annotate Excel document from local file or byte stream in C#.NET class applications.
This guide page provides C# users with detailed explanations for basic SDK concepts of XDoc.Excel, which include main functionality, corresponding programming classes and usage. Please see details as below.
- Functionality and Classes
- Classes Usage
The main functionality of XDoc.Excel for .NET can be divided into nine aspects. Please see detailed introductions and respective C#.NET programming classes.
- Excel Convert
C# programmers can convert Excel to Jpeg, Bmp, Png, Gif, Tiff, Raster Image files and PDF document. Conversely, conversion from PDF to Excel (.XLSX) is also supported.
Class: XLSXDocument, XLSDocument
Convert To Image API: ConvertToImage()
Convert To Document API: ConvertToDocument()
- File & Page Process
Programmers can also perform various Excel file and page editing in C# project. For example, you may easily create, load, combine, and split Excel file(s), and add, create, insert, delete, re-order, copy, paste and save Excel page(s), etc.
Class: XLSXDocument
Class: XLSXPage
- Text Search
Following classes will be used in your program. And Excel file text processing like text writing, extracting, searching, etc., are easy to be implemented.
Class: XLSXDocument
- Hyperlink
XDoc.Excel for .NET allows C# developers to edit hyperlink of Excel document, including editing Excel url links and quick navigation link in bookmark/outline.
Class: HyperlinkEntry
- Annotate Document
Various type annotations can be integrated into your C# project, such as annotation creating, deleting, modifying, importing, exporting, and so on.
Class: XLSXDocument
Class: XLSXPage
- Thumbnail
You can generate thumbnail image(s) from Excel file for quick viewing and further manipulating.
Class: XLSXDocument, XLSDocument
RasterEdge XDoc.Excel for .NET provides users with various robust C#.NET classes for high performance Excel Document manipulations. We will explain all of them in this part.
- XLSXDocument The XLSXDocument class presents a Excel file and provides the properties, methods and events necessary to load a Excel document from file or query data and save the Excel document.
- XLSXPage The XLSXPage class presents a single page in a XLSXdocument object and provides the properties and methods to process the data of a page.
- XLSXContext The XLSXContext class encapsulates a list of drawing methods to build a new Excel file.
- HyperlinkEntry This class describes a hyperlink entry in the document.
- OutLines This class describes bookmarks in a Excel document.