PHP-Excel:生成Excel文件
jopen
12年前
这只是一个用于生成Excel文件简单PHP类库。通一个函数就可以将一个二维数组转换Excel文件。下面可运用的场景:
- 从一个数据库表快速生成Excel。
- Compile some statistical records with a few calculations and deliver the result in an Excel worksheet
- Gather the items off your (web-based) todo list, put them in a worksheet and use it as a foundation for some more statistics magic.