91亚洲精品福利在线播放,欧美日韩国产在线人成app,天天躁日日躁疯人影院,sao虎视频最新网站入口,精品久久久久久中文字幕女

Vtiful\Kernel\Excel::insertFormula

(PECL xlswriter >= 1.2.1)

Vtiful\Kernel\Excel::insertFormulaVtiful\Kernel\Excel insertFormula

說(shuō)明

public Vtiful\Kernel\Excel::insertFormula(int $row, int $column, string $formula)

Insert calculation formula.

參數

row

cell row

column

cell column

formula

formula string

返回值

Vtiful\Kernel\Excel instance

范例

示例 #1 example

<?php
$config 
= [
    
'path' => './tests'
];

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

$file $excel->fileName("free.xlsx")
    ->
header(['name''money']);

for(
$index 1$index 10$index++) {
    
$file->insertText($index0'viest');
    
$file->insertText($index110);
}

$file->insertText(120"Total");
$file->insertFormula(121'=SUM(B2:B11)'); // insert formula

$file->output();
91亚洲精品福利在线播放,欧美日韩国产在线人成app,天天躁日日躁疯人影院,sao虎视频最新网站入口,精品久久久久久中文字幕女