OpenXML/ODF Translator Add-ins for Office (original) (raw)
Table of Contents
- Highlights
- Download
- Software Requirements
- Installing ODF Add-in for Microsoft Office
- Silent Mode Installation
- Troubleshooting
- Source distribution
Highlights
The release of version 4.0 contains Office 2010 compatibility and ISO 29500 compliance. The old version of ODF translator was compliance with "OpenXML specification released by Microsoft/ECMA in 2006" . In addition to this, few new features have been implemented for Excel and PPT. In v4.0, Add-in can consume a variety of OpenXML dialects including ISO standard documents but when producing OpenXML documents it mainly follows IS29500 “transitional” mode.
Highlights of ODF Add-in for Word 4.0
- Input file having ISO element for tables borders is consumed in the new version (start and end)
- Addin can translate Input file haing ST_OnOFf tags "Val"
- Few defect are fixed ( complete list of defect is at SourceForge -Issue tracker for word )
For a detailed list of improvements please see the Release Note and the Sign-off report document published on SourceForge.
Highlights of ODF Add-in for Excel 4.0
- Office 2010 asupports Conditiional formatting using cross sheet referecnce. This is implemented in the conversion from Xlsx -> Ods
- Transaltor can convert Excel files having ISO Date format
- Few defect are fixed ( complete list of defect is at SourceForge -Issue tracker)
For a detailed list of implementation in V4.0 please see theRelease Note and the Sign-off report document published on SourceForge.
Highlights of ODF Add-in for PowerPoint 4.0
ODF Add-in for Powerpoint 3.0 has been released. Below are the list of Implemented Features.
- Open office presentation 3.0 supports Table. In earlier version Presentation did not have table and the converter translated the Tables in Excel to set of Text boxes in Ods. In V4.0 this is translated to tables
- V4.0 handles two new side transition Office 2010 - Ripple and gallery
- Few defect are fixed ( complete list of defect is at SourceForge -Issue tracker)
For a detailed list of implementation in V4.0 please see the Release Note and the Sign-off report document published on SourceForge.
Software Requirements
Before installing the ODF Add-in for Word, Excel or PowerPoint, make sure you have the following installed on your PC:
- Microsoft Office 2007/2010
- .NET Framework 2.0 SP1
or
- Microsoft Office 2003
- Office Compatibility Pack
- .NET Framework 2.0 SP1
or
- Microsoft Office XP
- Office Compatibility Pack
- .NET Framework 2.0 SP1
Download
ODF Add-in for Microsoft Office
You can download the Single MSI Installer "ODF Add-in for Microsoft Office" from our download page on SourceForge.net
OpenXML/ODF Translator Command Line Tools
You can download the Command Line Tools from our download page on SourceForge.net.
Installing the Add-in for Microsoft Office
ODF Add-in for Microsoft Office
Click the OdfAddInForOfficeSetup-en-4.0.exe
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
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 Requirements
The command line tools require .NET Framework 2.0 SP1.
Installation
To install the command line tools, simply unzip the downloaded file into a folder of your choice.
Usage
To use the command line tools, open a console and type the following:
OdfConverter.exe /I Filename [/O PathOrFilename] [/V]
Where:
- /I Filename: Name of the ODF file to transform
- /O PathOrFilename: Path of the folder where to put the output file (must exist) or name of the output file
- /V: Validate the result of the transformation against OpenXML/ODF schemas
- /DEBUG Value: Debug mode (Value from 1-4)
Silent Mode Installation
The following Office applications and versions are supported:
- Word: 2000, XP, 2003 and 2007
- Excel: XP, 2003 and 2007
- PowerPoint: XP, 2003 and 2007
Installation
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\)
Usage
To 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=1
For 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
Unintallation
Uninstall 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
Troubleshooting
For troubleshooting problems with ODF Add-in for Microsoft Office , please refer to our Troubleshooting Guide.
Source distribution
Download
You can download the complete source code from our download page on SourceForge.net.
Minimum Software Requirements
To compile the source distribution, you will need Microsoft Visual Studio 2005 or the free Microsoft Visual C# 2005 edition.