Reading Openoffice Calc (.ods) programmatically using c#?

bharath ayyagari picture bharath ayyagari · Apr 3, 2012 · Viewed 10.8k times · Source

I want to know if it is possible to read OpenOffice Calc spreadsheet programatically with c#, I can do this for Excel(.xls and .xlsx) but unable to find a solution for reading calc spreadsheet.

Help me if anyone has solution.

Answer

Arion picture Arion · Apr 3, 2012

ODF .NET - It works for c# and you can read and write.

Says like this on there page:

ODF .NET allows you to write applications to create, modify and parse text documents and spreadsheets. Supports all versions of .NET Framework, .NET Compact Framework and Mono.