--TEST-- Check for vtiful presence --SKIPIF-- --FILE-- './tests' ]; $fileObject = new \Vtiful\Kernel\Excel($config); $fileObject = $fileObject->fileName('tutorial.xlsx'); $filePath = $fileObject->header(['name', 'age']) ->data([ ['viest', 21], ['wjx', 21] ]) ->insertImage(3, 0, __DIR__ . '/../resource/pecl.png', 10, 20) ->output(); var_dump($filePath); ?> --CLEAN-- --EXPECT-- string(21) "./tests/tutorial.xlsx"