When the php open-source office project is about to be released in Office 15, developers may pay more attention to those PHPoffice open-source projects. generally, programmers and designers are far away from Office suites, however, if you really want to use it, it is impossible to download it. even WPS also takes time, so it is better to create a suggested PHP Office on your server.
The alternative here (simple and complex) may be more suitable for you.
From now on, we no longer need douding and Baidu Library to watch documents online!
PHPExcel
PHPExcel supports almost all commonly used Excel functions. the format supports. XLS or. XLSX. The function supports any metadata of a table, adding worksheets/rows/columns, merging cells, and operating formulas. it is perfectly compatible with Excel in MS Office. Supports printing!
Official Address: http://phpexcel.codeplex.com/
Github: https://github.com/PHPOffice/PHPExcel.git
SimpleExcel
You can use simple parsing to open the Excel XML and CSV formats. you only need to support PHP5 +!
Official Address: http://faisalman.github.com/simple-excel-php/
Github: git: // github.com/faisalman/simple-excel-php
Php-excel
Php-excel converts a Matrix-like, two-dimensional array from PHP to Microsoft Excel using a simple method. Allows you to create database tables in Excel, perform simple data operations, and conveniently collect statistics. But in the official statement, if you need a powerful function, you can use PHPExcel.
Address: http://code.google.com/p/php-excel/
Php-excel-reader
This product only provides resolution for. XLS, and the output effect is still very good.
Demo: http://www.mattkruse.com/php-excel-reader/example.php
Address: http://code.google.com/p/php-excel-reader/
PHPWord
Although it is only a test version, it is still very powerful! Perfect compatibility with MF wordand support for opening .doc or.docx. You can insert text, text characters, pages, headers/footers, tables, elements in the list, hyperlinks, and so on.
Address: http://phpword.codeplex.com/
Download: http://phpword.codeplex.com/releases/view/49543
PHPPowerpoint
You can present documents, add slides, and add images, media, and author information. Perfect compatibility with MS Office.
Address: http://phppowerpoint.codeplex.com/
Summary
Although online Offic is powerful, it cannot completely replace Office suites, just to provide simple operations! You can upload these things to Chinese open-source projects in China to help Chinese people.