c2.transform.msoffice

by Manabu Terada last modified Feb 16, 2011 02:12 AM

This product enables to search MS-Office files on Plone.

Project Description

c2.transform.msoffice

Description

  • This product enables to search MS-Office files on Plone.
  • Include Apache POI 3.6 package by jar file.

Support files

  • MS-Office files
    • MS-Word 95-2000, XP, 2007 and xml-format
    • MS-Excel 95-2000, XP, 2007 and xml-format
    • MS-PowerPoint 95-2000, XP, 2007 and xml-format

Requirement

  • Plone
    • Plone 3.0-3.3 and Plone 4.0 (tested by 3.3.2 and 4.0a2 on CentOS 5.3 64bit)
  • Java
    • JRE 1.6 (tested by 1.6.0)
  • OS
    • Linux(like Unix)
    • Windows

Installation

  • Add c2.transform.msoffice to the list of eggs to install, e.g.:

    [buildout]
    ...
    eggs =
        ...
        c2.transform.msoffice
    
  • Tell the plone.recipe.zope2instance recipe to install a ZCML slug:

    [instance]
    recipe = plone.recipe.zope2instance
    ...
    zcml =
        c2.transform.msoffice
    
  • Re-run buildout, e.g. with:

    $ ./bin/buildout
    

Credits

This code was inspired by Products.OpenXml

Contributors

  • Manabu Terada(Twitter: @Terapyon) (Main code)
  • Mikio Hokari (Java code & Extend call)
  • Takashi Nagai (Support Windows)

Current Release

No stable release available yet.

All Releases

Version Released Description Compatibility Status
0.3.1 bug fix for Windows, but has some bugs on Windows. More about this release…
Plone 4
Plone 3
alpha
0.3 support Windows OS More about this release…
Plone 4
Plone 3
alpha
0.2 support Plone 4 More about this release…
Plone 4
Plone 3
pre-release
0.1.1 modify exception code, and adding java args for big size file More about this release…
Plone 3
pre-release

Comments (0)