1 Star 0 Fork 98

knsoft/php-ext-xlswriter

forked from viest/php-ext-xlswriter 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
insert_comment.phpt 454 Bytes
一键复制 编辑 原始数据 按行查看 历史
viest 提交于 2020-06-07 20:49 +08:00 . Feat: cell comment
--TEST--
Check for vtiful presence
--SKIPIF--
<?php if (!extension_loaded("xlswriter")) print "skip"; ?>
--FILE--
<?php
$config = ['path' => './tests'];
$excel = new \Vtiful\Kernel\Excel($config);
$filePath = $excel->fileName('tutorial.xlsx')
->header(['Item', 'Cost'])
->insertComment(0,1,'comment')
->output();
var_dump($filePath);
?>
--CLEAN--
<?php
@unlink(__DIR__ . '/tutorial.xlsx');
?>
--EXPECT--
string(21) "./tests/tutorial.xlsx"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/knsoft/php-ext-xlswriter.git
git@gitee.com:knsoft/php-ext-xlswriter.git
knsoft
php-ext-xlswriter
php-ext-xlswriter
master

搜索帮助