| Current Path : /var/www/html/encuesta.sumar.com.py_old/vendor/maatwebsite/excel/docs/import/ |
| Current File : /var/www/html/encuesta.sumar.com.py_old/vendor/maatwebsite/excel/docs/import/basics.md |
# 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
});