小结几个php操作office的类库

1 phpexcel
   最强大完整的类库了,地址在:
http://phpexcel.codeplex.com

2 simpleexcel-php

  这个简单好用点,当然特性没那么多:
http://faisalman.github.com/simple-excel-php/


3 如果要是读入或者导出excel的话,可以用这个:
   http://code.google.com/p/php-excel-reader/

4 处理WORD的
  http://phpword.codeplex.com/
  当数这个最强大了

5 处理powerpoint的
   http://phppowerpoint.codeplex.com/

你可能感兴趣的:(Office)