Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Do we need Office Installation to work with OpenXML?

I am working with OpenXML manipulating the document.

Do we need to have office installed for opening document through OpenXML?

like image 950
SomeMeaningfulName Avatar asked Jun 10 '10 14:06

SomeMeaningfulName


People also ask

Does OpenXML require office?

No. You only need to have a reference to the library that provides all the OpenXML functionality. That library is not dependant on Office. OpenXML will only handle the new file formats, not the old DOC and DOT.

How do I install OpenXML on my server?

OpenXml library from Open XML SDK 2.0, and WindowsBase in your project; adding in Visual Studio is straightforward. Go to your Solution Explorer > right click on references and then click Manage NuGet Packages . Then search in tab “Online” for DocumentFormat. OpenXml and install it.

What is Microsoft OpenXML?

Office Open XML (also informally known as OOXML) is a zipped, XML-based file format developed by Microsoft for representing spreadsheets, charts, presentations and word processing documents. Ecma International standardized the initial version as ECMA-376. ISO and IEC standardized later versions as ISO/IEC 29500.

Is OpenXML open source?

Today MS Open Tech has announced the release of the Open XML SDK version 2.5 as open source software (Apache 2.0 license) under the stewardship of the . NET Foundation.


1 Answers

No. You only need to have a reference to the library that provides all the OpenXML functionality. That library is not dependant on Office.

like image 132
ZippyV Avatar answered Oct 26 '22 16:10

ZippyV