jacques/php-reports
最新稳定版本:v0.2.0
Composer 安装命令:
composer require jacques/php-reports
包简介
Helpers for building reports with excel
README 文档
README
Helpers for building reports with PHP (i.e. Excel Spreadsheets). Use the phpspreadsheet package to generate the Excel Spreadsheet.
Installation
$ composer require jacques/php-reports:dev-master
{
"require": {
"jacques/php-reports": "dev-master"
}
}
Usage
<?php declare(strict_types=1); require_once __DIR__ . '/../vendor/autoload.php'; $report = new \Jacques\Reports\Excel('Cover Sheet'); $report->setCellValue('B2', 'Report Name'); $report->setCellValue('B4', 'Description'); $report->createSheet('User'); $report->save(__DIR__.'/tmp/file.xlsx');
License
Report Helpers is licensed under the MPL v.2.0. This source code form is distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
统计信息
- 总下载量: 7.27k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2018-05-03