8000 GitHub - jflefebvre/xcel: A simple data import script from excel copy and paste. Inspired by a MailChimp feature.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A simple data import script from excel copy and paste. Inspired by a MailChimp feature.

License

Notifications You must be signed in to change notification settings

jflefebvre/xcel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xcel

A simple data import script from excel copy and paste. Inspired by a MailChimp feature.

Install

Config

Copy config.inc.default.php to config.inc.php Change the values in the config file to match your mysql settings. $config['table'] contains the name of the table for the import.

Install uglifyjs and uglifycss node modules

npm install uglifyjs -g
npm install uglifycss -g

Give execute right to the minify script chmod +x minify.sh

Run minify.sh

The minified css/js will be used if $prod = true in the config file.

How to use

Pretty straightforward.

In step 1 :

Step 1

Copy and paste from excel several lines of data in the textarea. Click Upload.

In step 2 :

Step 2

For each column, the select displays the fiel 4BB8 ds existing for the table specified in the $config['table'] : map your fields as wanted. Click import.

About

A simple data import script from excel copy and paste. Inspired by a MailChimp feature.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0