fat_free_crm icon indicating copy to clipboard operation
fat_free_crm copied to clipboard

Import xls files

Open luilver opened this issue 4 years ago • 4 comments

Remove deprecation warnings: Fix #888

Add Import xls and xlsx files feature.

luilver avatar Oct 01 '20 16:10 luilver

I'm happy to merge 1d6e840d4c88ebc0bf4c8380a3a7bf7eb4d4fe15 if its fixing deprecation warnings (which ones?); but you might want to cherry pick to a specific branch rather than master.

CloCkWeRX avatar Jan 24 '21 11:01 CloCkWeRX

I'm happy to merge 1d6e840 if its fixing deprecation warnings (which ones?); but you might want to cherry pick to a specific branch rather than master.

This is the deprecation warning: https://github.com/fatfreecrm/fat_free_crm/issues/888

Which branch should I cherry pick instead of master ?

luilver avatar Feb 20 '21 09:02 luilver

@luilver Try something like

git remote add upstream [email protected]:fatfreecrm/fat_free_crm.git
git fetch upstream
git checkout upstream/master
git checkout -b fix-deprecation
git cherry-pick 1d6e840
git push origin fix-deprecation

and that should give you just that change on an isolated branch as a PR.

CloCkWeRX avatar May 07 '21 09:05 CloCkWeRX

Any news on this interesting feature ? I need it for one of my projects. Thks for this wonderfull project.

hubyhuby avatar Aug 06 '24 18:08 hubyhuby