Introduction
============

Description
-------------

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

  - http://poi.apache.org/

- Code repository

  - https://bitbucket.org/cmscom/c2.transform.msoffice

- Java code

  - https://bitbucket.org/cmscom/msdoc2txt


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.x and 5.0 / 5.1 (tested by 5.1 CentOS 7 64bit)

- Java

  - Java 8

- OS

  - Linux(like Unix)
  - no support for Windows

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)
- Takayuki Nagai (Bug fix for 1.0b4 tnagai@cc.kumamoto-u.ac.jp)
- Tetsuya Morimoto (Refactoring Java code and Support POI 3.17)