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