--TEST-- Check for vtiful presence --SKIPIF-- --FILE-- './tests']; $excel = new \Vtiful\Kernel\Excel($config); $handle = $excel->fileName('tutorial01.xlsx') ->getHandle(); $underlineStyle = \Vtiful\Kernel\Format::underline($handle, \Vtiful\Kernel\Format::UNDERLINE_SINGLE); var_dump($underlineStyle); ?> --EXPECT-- resource(5) of type (xlsx)