C#: Online Guide
How To: excel SDK
Convert Excel to ODS
Convert Excel to ODS
  |  
Home ›› XDoc.Excel ›› C# Excel: Convert Excel to ODS

C# Excel - Convert Excel to ODS in C#.NET


How to Use Excel to ODS Converting Control in C#.NET Application



Related .net document control helps:
sharepoint document viewer: ASP.NET SharePoint Document Viewer: view, annotate, redact documents in SharePoint
asp.net image viewer zoom: ASP.NET Image Viewer Control(MVC & WebForms): view, annotate, redact, convert image files in html, JQuery
asp.net mvc document viewer: ASP.NET MVC Document Viewer: view, annotate, redact files on ASP.NET MVC web projects
asp.net pdf viewer: ASP.NET PDF Viewer Control: view, navigate, zoom Adobe PDF document in C# ASP.NET
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 word document viewer: ASP.NET Office Word Document Viewer: view Word doc files online using C# in ASP.NET MVC web applications
asp.net document viewer control: EdgeDoc:ASP.NET Document Viewer C# Control: Open, view, annotate, redact, convert documents online in C#, VB.NET, AS...


Excel to ODS Conversion Overview



RasterEdge Excel to ODS converting control SDK (XDoc.Excel for .NET) supports converting Excel document to ODS file in .NET developing platforms using simple C# programming code. convert image to pdf c#, load pdf in webbrowser control c#, c# resize pdf file, vb net pdf add page count, pdf editor in c#, c# asp.net pdf generator, pdf parsing in c#.


When using RasterEdge Excel to JPEG converter library control SDK, C# developers may customize the names of all converted ODS files in .NET class application. tesseract c# pdf, vb.net pdfreader, how to read pdf file in asp.net using c#, barcode scanner device integration with c#, compress pdf file size in c#, c# code 128 reader. In the following example, this C#.NET Excel to DOT converter library will name the converted ods image file output.ods.




Convert Excel to ODS Using C#.NET



Add necessary references:


  RasterEdge.Imaging.Basic.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


Using namespaces:


  using RasterEdge.Imaging.Basic;


  using RasterEdge.XDoc.Excel;


Copy demo code below to achieve fast conversion from Excel(2007) file to ODS file in C# programming. load pdf file asp.net c#, asp.net remove image from pdf file, c# asp.net open word document, pdf editor asp.net, asp. net mvc pdf viewer, asp.net tif viewer, asp.net preview pdf.




XLSXDocument.ConvertToODSDocument(@"C:\1.xlsx", @"C:\1.ods");