Download the PHP package sunarctech/excel-import without Composer
On this page you can find all versions of the php package sunarctech/excel-import. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sunarctech/excel-import
More information about sunarctech/excel-import
Files in sunarctech/excel-import
Package excel-import
Short Description Import the database from a single excel file with the comfort of GUI interface!
License MIT
Homepage https://github.com/sunarcrajneesh/excel-import
Informations about the package excel-import
Advance Excel Import 💯
GUI Interface to Import
Advance Excel Import allows to import data without writing import script for each project, using this package you will be able to import data using a GUI interface withouth writing any script.
Installation
Via Composer
Instructions
Just install this package and make changes accordingly in configuration file
Features
- Import an excel file
- Maintain session lifetime for file to be saved on server via configuration
- Supports xls,xlsx.csv
- Choose table name and column on which excel data need to be imported
Available Configurations
Exclude Fields
Add the field which you wish should not be imported
Default
File Path
Define the public path where to file should be uploaded, and read.
Default
Import Session Life
Define the lifetime for a import session in minutes.
Default
Publish Config file
Requirments
Required Packages
- doctrine/dbal
- illuminate/support
- maatwebsite/excel
PHP extension
- php_zip
- php_xml
- php_gd2
- php_iconv
- php_simplexml
- php_xmlreader
- php_zlib
Routes
Two routes been registered automatically which allows to import the file and choose the columns. Using import as prefix.
- youdomainname/import/file-upload
- Using this route you can upload the file which will be saved into public storage.
- youdomainname/import/start-import
- This will be used for selection and import process start.
Samples
Sample File - sampleimport.xlsx
Import File
Start Import
Created by SunArc Technologies
We are the leading Software Development Company providing end-to-end IT services & solutions to our esteemed customers in multiple industries and domains for the past 18+ years? Give us a call.
https://sunarctechnologies.com/
[email protected]
+91-8764025209
:wrench: Supported Versions
Versions supported.
Version | Laravel Version | PHP Version | Support |
---|---|---|---|
0.1 | <=7.0 | 7.3 - 8.x | All features |
License
The MIT Public License. Please see LICENSE for more information.
All versions of excel-import with dependencies
doctrine/dbal Version ^3.2
illuminate/support Version ^8.0
maatwebsite/excel Version ^3.1