--TEST-- Check for vtiful presence --SKIPIF-- --FILE-- './tests' ]; $fileObject = new \Vtiful\Kernel\Excel($config); $fileObject = $fileObject->fileName('insert_url_no_format.xlsx'); $filePath = $fileObject->header(['name', 'age']) ->data([ ['viest', 21], ['wjx', 21] ]) ->insertUrl(3, 0, 'https://github.com') ->output(); var_dump($filePath); ?> --CLEAN-- --EXPECT-- string(33) "./tests/insert_url_no_format.xlsx"