--TEST-- Check for vtiful presence --SKIPIF-- --FILE-- './tests' ]; $fileObject = new \Vtiful\Kernel\Excel($config); $fileObject = $fileObject->fileName('image_width_height_styles.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(38) "./tests/image_width_height_styles.xlsx"