XDoc.Excel
Features
Tech Specs
How-to C#
Pricing

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


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





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.

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. 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



Copy demo code below to achieve fast conversion from Excel(2007) file to ODS file in C# programming.

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