Download the PHP package tiderjian/qs-excel without Composer
On this page you can find all versions of the php package tiderjian/qs-excel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tiderjian/qs-excel
More information about tiderjian/qs-excel
Files in tiderjian/qs-excel
Download tiderjian/qs-excel
More information about tiderjian/qs-excel
Files in tiderjian/qs-excel
Vendor tiderjian
Package qs-excel
Short Description qs excel helper
License MIT
Package qs-excel
Short Description qs excel helper
License MIT
Keywords excelphpspreadsheet
Please rate this library. Is it a good library?
Informations about the package qs-excel
安装
介绍
Excel文件生成及Excel文件读取
用法
ListBuilder
-
生成单个sheet的excel文件
- 生成多个sheet的excel文件
Cell Type
- ListTypeBuilder 将单元格设置成下拉列表,支持三种设置数据源的方式
短字符串
短字符串的含义是小于565个字符,此时短字符串会直接设置为列表数据源,不会有额外的表格内容占用, 内容用","分隔。
长字符串
长字符串是相对于短字符串而言的,也就是大于565个字符,此时qs-excel会自动生成一个名字为ListSource的sheet用于存放数据源
- 指定引用源
qs-excel 支持以 "sheet!$A$1:$A$20" 这种格式的方式设置任意表格的引用数据源
-
DateTypeBuilder 将单元格设置成日期格式
-
MultiListTypeBuilder 多选类型
该类型不会对数据进行准确性校验,只会在ListSource sheet增加可选的值
ListLoader
All versions of qs-excel with dependencies
PHP Build Version
Package Version
The package tiderjian/qs-excel contains the following files
Loading the files please wait ....