Vtiful\Kernel\Excel::constMemory

(PECL xlswriter >= 1.2.1)

Vtiful\Kernel\Excel::constMemoryVtiful\Kernel\Excel constMemory

说明

public Vtiful\Kernel\Excel::constMemory(string $fileName, string $sheetName = ?)

使用恒定内存使用量写入大文件。

参数

fileName

XLSX 文件名

sheetName

工作表名称

返回值

Vtiful\Kernel\Excel 实例

范例

示例 #1 示例

<?php
$config
= [
'path' => '/home/viest'
];

$fileObject = new \Vtiful\Kernel\Excel($config);

$file = $instance->constMemory('tutorial.xlsx', 'sheet');
?>
添加笔记

用户贡献笔记

此页面没有用户贡献笔记。
To Top