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