C#: Online Guide
How To: excel SDK
Install, Deploy and Distribute
  |  
Home ›› XDoc.Excel ›› C# Excel: Install, Deploy and Distribute

How to C#: Install, Deploy and Distribute XDoc.Excel


Online C# Guide for XDoc.Excel Installation, Deployment and Distribution




There are two parts on this page, including system requirements for using XDoc.Excel, and how to install XDoc.Excel into visual studio C# .NET Applications. vb.net pdf viewer component, c# parse pdf itextsharp, asp.net free pdf library, vb.net barcode reader code, pdf to jpg c#, c# code 128 reader.


Related .net document control helps:
asp.net dicom viewer: ASP.NET Dicom Document Viewer Control: view, annotate dicom imaging files online in ASP.NET
asp.net ppt viewer: ASP.NET PowerPoint Document Viewer Control (MVC & WebForms): view ppt, pptx files online in C# using ASP.NET
asp.net excel web viewer: ASP.NET Excel Viewer in C# Control (MVC & WebForms): view Office Excel document in web browser.
asp.net mvc text file viewer: ASP.NET Text file viewer in MVC, WebForms: Open, view, annotate, convert txt files in C# ASP.NET
asp.net edit pdf text color: ASP.NET PDF Text Edit Control: online edit PDF text content using C# ASP.NET
asp.net annotate pdf: ASP.NET Annotate PDF Control: annotate, comment, markup PDF document online using ASP.NET C#
asp.net pdf viewer control: ASP.NET PDF Viewer Control: view, navigate, zoom Adobe PDF document in C# ASP.NET




System Requirements



Windows XP SP3 or later


Microsoft .NET Framework 2.0 or later




Install XDoc.Excel in C# Project



Add necessary references to your C#.NET project. Right-click the project and select "Add Reference..." to locate and add the following DLLs as project references; vb.net itextsharp pdfreader, c# pdf to tiff, vb.net print pdf to specific printer, how to crop a pdf in c#, c# itextsharp rotate pdf page, itextsharp c# pdf page number, convert pdf to png vb.net.


  RasterEdge.Imaging.Basic.dll


  RasterEdge.Imaging.Basic.Codec.dll


  RasterEdge.XDoc.Office.Inner.Common.dll


  RasterEdge.Imaging.Drawing.dll


  RasterEdge.Imaging.Processing.dll


  RasterEdge.XDoc.Office.Inner.Office03.dll


  RasterEdge.Imaging.Font.dll


  RasterEdge.XDoc.Excel.dll


  RasterEdge.XImage.Raster.Core.dll


  RasterEdge.XImage.Raster.dll


Use corresponding namespaces;


  RasterEdge.Imaging.Basic


  RasterEdge.XDoc.Excel



Add the following C# demo code to your project (Excel to Png conversion demo). free asp.net tiff viewer, pdf editor in asp.net mvc, asp.net show image from url, asp.net open excel file in browser, asp.net core mvc pdf viewer, asp.net pdf preview, asp.net pdf viewer control c#.




// Convert Excel file to Png image.
XLSXDocument docx = new XLSXDocument(filePath);
xlsx.ConvertToImages(ImageType.PNG, @"C:\output\", "test");