phpspreadsheet 中文文档 粗翻版

发布时间:2022-04-30 发布网站:脚本宝典
脚本宝典收集整理的这篇文章主要介绍了phpspreadsheet 中文文档 粗翻版脚本宝典觉得挺不错的,现在分享给大家,也给大家做个参考。

2019年10月11日09:32:33

 

官方使用文档  https://PHPsPReadsheet.readthedocs.io/en/stable/topics/accessing-cells/

api文档 https://PHPoffice.gIThub.io/PHPSpreadsheet/master/PHPOffice.htML

翻译的是使用文档,机翻+校验,因为现在单个文档内容放的东西有限分成几篇文章

只翻译标题的主要部分

Accessing cells                                     访问单元格
  Setting a cell value by coordinate              通过坐标设置单元格值
  Excel DataTyPEs Excel                           数据类型
  Setting a range of cells From an array          设置数组中的单元格范围
  Retrieving a cell value by coordinate           通过坐标检索单元格值
  Setting a cell value by column and row          按列和行设置单元格值
  Retrieving a cell value by column and row       按列和行检索单元格值
  Retrieving a range of cell values to an array   检索单元格值范围到数组
  Looping through cells                           遍历单元格
  Using value binders to facilitate data entry    使用值绑定器简化数据输入
Architecture                                        结构
  Architecture                                    结构
  Schematical                                     示意图
  AutoLoader                                      自动加载器
  Spreadsheet in memory                           表格在内存中使用
  Readers and writers                             读取器和写入器
  Fluent interfaces                               优美的接口
AutoFilter Reference                                自动筛选引用
  Introduction                                    简介
  Setting an AutoFilter area on a worksheet       在工作表上设置自动选区域
  Autofilter ExPressions                          自动筛选表达式
  Executing an AutoFilter                         执行自动筛选
  AutoFilter Sorting                              自动筛选排序
Calculation Engine                                  计算引擎
  Using the PHPSpreadsheet calculation engine     使用PHPspreadsheet计算引擎
  Calculation Cache                               计算缓存
  KNown limitations                               已知限制
  Handling Date and Time Values                   处理日期和时间值
  Function Reference                              函数引用
Creating a spreadsheet                              创建子表格
  The Spreadsheet class                           Spreadsheet类
  Clearing a WorkBook from memory                 从内存中清除工作簿
File Formats                                        文件格式
  Xls
  XMl
  Xlsx
  Ods
  Slk
  Gnumeric
  Csv
  Html
Memory saving                                       节约内存
    Beware of TTL                                   注意TTL使用
    Common use cases                                常见用例
Migration from PHPExcel                             从PHPExcel迁移
  AutoMATEd tool                                  自动化工具
  Manual changes                                  需要手动更改
Reading and writing to file                         读写文件
  \PHPOffice\PHPSpreadsheet\IOFactory             IOFactory类
  Excel 2007 (SpreadsheetML) file format          Excel 2007 文件格式
  Excel 5 (BIFF) file format                      Excel 5 文件格式
  Excel 2003 XML file format                      Excel 2003 文件格式
  Symbolic LinK (SYLK)                            符号链接(Sylk)
  Open/Libre Office (.ods)
  CSV (Comma Separated Values)
  HTML
  PDF
  Generating Excel files from templates (read,modify, write)     从模板生成Excel文件(读取,@L_406_32@,写入)
  Generating Excel files from HTML content                        从HTML内容生成Excel文件
Reading Files                                       读取文件
  Security                                         安全问题
  Loading a Spreadsheet File                       加载电子表格文件
  Creating a Reader and Loading a Spreadsheet File    创建阅读器并加载电子表格文件
  Spreadsheet Reader Options                      电子表格阅读器选项
  Error Handling                                  错误处理
  Helper Methods                                  辅助方法
Recipes                                             技巧和诀窍demo
  Setting a spreadsheets Metadata                设置电子表格的元数据
  Setting a spreadsheets active sheet            设置电子表格的活动工作表
  Write a date or time into a cell                将日期或时间写入单元格
  Write a formula into a cell                     将公式写入单元格
  Locale Settings for Formulae                    公式的区域设置
  Write a newline character "\n" in a cell (ALT+"Enter")          在单元格中写入换行符“ \ n”
  Explicitly set a cells datatype                明确设置单元格的数据类型
  Change a cell into a clickable URL              将单元格更改为可点击的网址
  Setting printer Options for Excel files         设置Excel文件打印机选项
  Styles                                          样式设置
  Conditional formatting a cell                   有条件地格式化单元格
  Add a comment to a cell                         在单元格中添加评论
  Apply autofilter to a range of cells            将自动过滤器应用于指定范围的单元格
  Setting security on a spreadsheet               在电子表格上设置安全性
  Setting data validation on a cell               在单元上设置数据验证
  Setting a columns width                        设置列的度
  Show/hide a column                              显示/隐藏列
  Group/outline a column                          分组/概述一列
  Setting a rows height                          设置行的高度
  Show/hide a row                                 显示/隐藏行
  Group/outline a row                             分组/概述行
  Merge/unmerge cells                             合并/取消合并单元格
  Inserting rows/columns                          插入行/列
  Add a drawing to a worksheet                    将工程图添加到工作表
  Reading Images from a worksheet                 从工作表中读取图像
  Add rich text to a cell                         向单元格添加富文本
  define a named range                            定义一个命名范围
  redirect output to a clients web browser       将输出重定向到客户端的Web浏览器
  Setting the default column width                设置认列宽
  Setting the default row height                  设置认行高
  Add a GD drawing to a worksheet                 将GD工程图添加到工作表
  Setting worksheet zoom level                    设置工作表缩放级别
  Sheet tab color                                 工作表标签颜色
  Creating worksheets in a workbook               在工作簿中创建工作表
  Hidden worksheets (Sheet states)                隐藏的工作表(Sheet状态)
  Right-to-left worksheet                         从右到左的工作表
Configuration Settings                              配置设定
    Cell collection caching                         单元格集合缓存
    Language/Locale                                 语言/地区
Worksheets                                          工作表
  Adding a new Worksheet                          添加一个新的工作表
  Copying Worksheets                              复制工作表
  Removing a Worksheet                            删除工作表@H_286_126@ 
@H_777_132@

脚本宝典总结

以上是脚本宝典为你收集整理的phpspreadsheet 中文文档 粗翻版全部内容,希望文章能够帮你解决phpspreadsheet 中文文档 粗翻版所遇到的问题。

如果觉得脚本宝典网站内容还不错,欢迎将脚本宝典推荐好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。