--TEST-- Check for vtiful presence --SKIPIF-- --FILE-- './tests']; $excel = new \Vtiful\Kernel\Excel($config); $filePath = $excel->fileName('show_comment.xlsx') ->header(['Item', 'Cost']) ->insertComment(0,1,'comment') ->showComment() ->output(); var_dump($filePath); ?> --CLEAN-- --EXPECT-- string(25) "./tests/show_comment.xlsx"