搜索

PHPExcel开发者文档[中文版]

php中文网
发布: 2016-07-30 13:30:20
原创
2437人浏览过

1. 写在前面的话

首先,第一次翻译该文档,漏洞百出,希望大家给点意见和指导。

phpExcel官网指出:PHPExcel是基于OPENXML标准,使用PHP读写并创建Excel文件电子表格的引擎。该项目为php编程语言提供了一系列允许你读写不同文件格式的电子表格的类,像Excel(BIFF).xls、Excel 2007 (Office OpenXML).xlsx、CSV、Libre/OpenOffice Cacl .ods、Gnumeric、PDF、HTML等等。该项目围绕微软的OpenXML标准和PHP建立。该项目提供一系列新特性,如设置电子表格元数据(作者,标题,描述,……)、多个工作表、不同的字体及字体样式、单元边框、填充、渐变、添加图片到电子表格、计算公式、转换成多种文件类型!

2. 前提条件

2.1. 软件需求

2.2. 安装说明

立即学习PHP免费学习笔记(深入)”;

2.3. 开始

2.4. 有用的链接和工具

2.4.1. OpenXML / SpreadsheetM

2.4.2. 常见问题

2.4.3. 教程

3. 结构

3.1. 原理

3.2. 惰性加载

3.3. 电子表格载入内存

3.4. 读写句柄

3.5. 平滑接口

4. 创建电子表格

4.1. PHPExcel类

4.1.1. 从文件中加载工作簿

4.1.2. 创建新的工作簿

4.2. 配置设置

4.2.1. 单元缓存

4.2.2. 语言/本地化

4.3. 从内存中清除工作簿

4.4. 工作表

4.4.1. 添加工作表

4.4.2. 复制工作表

4.4.3. 删除工作表

4.5. 存取(访问)单元

4.5.1. 通过坐标设置单元格的值

4.5.2. 通过坐标检索单元格

4.5.3. 通过列和行设置单元格的值

4.5.4. 通过列和行检索单元格的值

4.5.5. 循环单元格

4.5.6. Using value binders to facilitate data entry

4.6. PHPExcel recipes

4.6.1. Setting a spreadsheet’s metadata

4.6.2. Setting a spreadsheet’s active sheet

4.6.3. Write a date or time into a cell

4.6.4. Write a formula into a cell

4.6.5. Locale Settings for Formulae

4.6.6. Write a newline character “\n” in a cell (ALT+”Enter”)

4.6.7. Explicitly set a cell’s datatype

4.6.8. Change a cell into a clickable URL

4.6.9. Setting a worksheet’s page orientation and size

4.6.10. Page Setup: Scaling options

4.6.11. Page margins

4.6.12. Center a page horizontally/vertically

4.6.13. Setting the print header and footer of a worksheet

4.6.14. Setting printing breaks on a row or column

4.6.15. Show/hide gridlines when printing

4.6.16. Setting rows/columns to repeat at top/left

4.6.17. Specify printing area

4.6.18. Formatting cells

4.6.19. Number formats

4.6.20. Alignment and wrap text

4.6.21. Setting the default style of a workbook

4.6.22. Styling cell borders

4.6.23. Conditional formatting a cell

星火作家大神
星火作家大神

星火作家大神是一款面向作家的AI写作工具

星火作家大神31
查看详情 星火作家大神

4.6.24. Add a comment to a cell

4.6.25. Apply autofilter to a range of cells

4.6.26. Setting security on a spreadsheet

4.6.27. Setting data validation on a cell

4.6.28. Setting a column’s width

4.6.29. Show/hide a column

4.6.30. Group/outline a column

4.6.31. Setting a row’s height

4.6.32. Show/hide a row

4.6.33. Group/outline a row

4.6.34. Merge/unmerge cells

4.6.35. Inserting rows/columns

4.6.36. Add a drawing to a worksheet

4.6.37. Reading Images from a worksheet

4.6.38. Add rich text to a cell

4.6.39. Define a named range

4.6.40. Redirect output to a client’s web browser

4.6.41. Setting the default column width

4.6.42. Setting the default row height

4.6.43. Add a GD drawing to a worksheet

4.6.44. Setting worksheet zoom level

4.6.45. Sheet tab color

4.6.46. Creating worksheets in a workbook

4.6.47. Hidden worksheets (Sheet states)

4.6.48. Right-to-left worksheet

5. Performing formula calculations

5.1. Using the PHPExcel calculation engine

5.2. Known limitations

5.2.1. Operator precedence

5.2.2. Formulas involving numbers and text

6. Reading and writing to file

6.1. PHPExcel_IOFactory

6.1.1. Creating PHPExcel_Reader_IReader using PHPExcel_IOFactory

6.1.2. Creating PHPExcel_Writer_IWriter using PHPExcel_IOFactory

6.2. Excel 2007 (SpreadsheetML) file format

6.2.1. PHPExcel_Reader_Excel2007

6.2.2. PHPExcel_Writer_Excel2007

6.3. Excel 5 (BIFF) file format

6.3.1. PHPExcel_Reader_Excel5

6.3.2. PHPExcel_Writer_Excel5

6.4. Excel 2003 XML file format

6.4.1. PHPExcel_Reader_Excel2003XML

6.5. Symbolic LinK (SYLK)

6.5.1. PHPExcel_Reader_SYLK

6.6. Open/Libre Office (.ods)

6.6.1. PHPExcel_Reader_OOCalc

6.7. CSV (Comma Separated Values)

6.7.1. PHPExcel_Reader_CSV

6.7.2. PHPExcel_Writer_CSV

6.8. HTML

6.8.1. PHPExcel_Reader_HTML

6.8.2. PHPExcel_Writer_HTML

6.9. PDF

6.9.1. PHPExcel_Writer_PDF

6.10. Generating Excel files from templates (read, modify, write)

7. Credits 50

Appendix A: Valid array keys for style applyFromArray()


版权声明:本文为博主原创文章,未经博主允许不得转载。

以上就介绍了PHPExcel开发者文档[中文版],包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

相关标签:
WPS零基础入门到精通全套教程!
WPS零基础入门到精通全套教程!

全网最新最细最实用WPS零基础入门到精通全套教程!带你真正掌握WPS办公! 内含Excel基础操作、函数设计、数据透视表等

下载
来源:php中文网
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
最新问题
开源免费商场系统广告
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 意见反馈 讲师合作 广告合作 最新更新
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习
PHP中文网抖音号
发现有趣的

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号