0

What is the simplest way to get the plain-text only from filetypes: Word [2003-2007], and Excel [2003-2007], using PHP on a Windows Server 2008 machine?

Theoretically, I could use the indexing service on Windows; however, I have no idea how/if that can be accessed using PHP only.

Bonus points for simplicity! Thanks in advance.

Silver Dragon
  • 5,480
  • 6
  • 41
  • 73
  • possible duplicate of [How do I read Word, Excell, and PDF docs in PHP?](http://stackoverflow.com/questions/5129018/how-do-i-read-word-excell-and-pdf-docs-in-php) – BalusC Jun 07 '11 at 00:19

1 Answers1

2

Check this:

How do I read Word, Excell, and PDF docs in PHP?

or pay 35$:

http://www.phpwordlib.motion-bg.com/

Community
  • 1
  • 1
faken
  • 6,572
  • 4
  • 27
  • 28