In version 3.0 we put the main focus on ODF 1.1 compliance and Office 2007 SP2 compatibility (Microsoft Office 2007 SP2 allows opening and saving of ODF documents for the first time). In addition we took care of improving some features and fixing a number of bugs as described below.
Version 3.0 offers the following new common features:
For a more detailed list of improvements please see the Release Note document published on SourceForge.
For a more detailed list of improvements please see the Release Note document published on SourceForge.
ODF Add-in for Powerpoint 3.0 has been released. Below are the list of Implemented Features.
For a more detailed list of improvements please see the Release Note document published on SourceForge.
Before installing the ODF Add-in for Word, Excel or PowerPoint, make sure you have the following installed on your PC:
or
or
You can download the Single MSI Installer "ODF Add-in for Microsoft Office" from our download page on SourceForge.net.
You can download the Command Line Tools from our download page on SourceForge.net.
Double click the "OdfAddInForOfficeSetup-en-3.0.exe" file
If installation is successful, you should be able to open an ".ODF" file from Microsoft Office (see menu"File>ODF...->Open ODF"). Also, when right-clicking on a ".ODF" file in explorer, you should have the option to open the document in Microsoft Office (menu "Open with Microsoft Office").
Important note: The ODF file opened by the add-in is imported in Microsoft Word as a read-only OOX file. If you want to save it as ODF, you will have to first make a copy of the document("Menu>Save As") and then use the "Export as ODF" menu.
OpenXML/ODF Translator Command Line Tools are an additional resource enabling a stand-alone conversion from OpenXML formats to ODF formats and vice-versa. An installation of Microsoft Office is not required.
Minimum Software RequirementsThe command line tools require .NET Framework 2.0 SP1.
InstallationTo install the command line tools, simply unzip the downloaded file into a folder of your choice.
UsageTo use the command line tools, open a console and type the following:
OdfConverter.exe /I Filename [/O PathOrFilename] [/V]
Where:
Extract the executable file to a location of your choice using the following parameters [path] is the location where the extracted installation files are stored, e.g. c:\SilentInst\)
UsageTo use the command line tools, open a console and type the following:
OdfAddInForOfficeSetup-[xx].exe /C /T:(path)
Install the add-in using one of the following commands:
For All Users :msiexec /i OdfAddInForOfficeSetup-[xx].msi /q ALLUSERS=1For Single Users :
msiexec /i OdfAddInForOfficeSetup-[xx].msi /q
Important Note:[xx] is the language code of the Add-In, e.g. ‘en’ for the English version or ‘de’ for the German version
UnintallationUninstall the add-in using one of the following commands (depending on the add-in version you are using).
The command for Uninstallation:
msiexec /x OdfAddInForOfficeSetup-[xx].msi /q ALLUSERS=1
Please note that the ALLUSERS parameter should only be specified if it has been set during installation
For more information, refer to the Silent Mode Installation Guide
For troubleshooting problems with ODF Add-in for Microsoft Office , please refer to our Troubleshooting Guide.
You can download the complete source code from our download page on SourceForge.net.
To compile the source distribution, you will need Microsoft Visual Studio 2005 or the free Microsoft Visual C# 2005 edition.