Skip to content

Latest commit

 

History

History
 
 

import

Importing a file

To start importing a file, you can use ->load($filename). The callback is optional.

Excel::load('file.xls', function($reader) {

    // reader methods

});