Forum Moderators: open

Message Too Old, No Replies

ASP.NET - Reading from Open Office

How to open 'Open Office' files (ODF, etc) from ASP.NET apps...

         

bhonda

11:17 am on Apr 21, 2009 (gmt 0)

10+ Year Member



Hey guys and gals,

Question for you all - have we ever managed to open an 'Open Office' file from ASP.NET?

Like reading from an Excel file (.XLS) we can use OleDB to read the contents of a file into, say, a dataset - can this be done with the Open Office formats?

Any advice/pointers would be greatly appreciated!

Cheers,

B

mrMister

3:04 pm on Apr 21, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Open Office uses a very open XML document format. You can read and write OpenXML documents in teh same way as you would any other XML file (eg. System.Xml.XmlDocument or using LINQ)

You can find further documentation here:

[ecma-international.org...]