-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jump column #65
Comments
There must be a way. Let me have a look. |
Please upgrade to pyexcel-io 0.6.4. and follow the example here: https://github.com/pyexcel-webwares/django-excel/blob/master/polls/views.py#L245 |
the tutorial has covered it too: http://django.pyexcel.org/en/latest/#handle-data-import |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi:
I want to import an excel-file; this file is standardized. I have some columns in the excel-file which I have not in my model (and I do not need). I could edit the excel-file for every import but I would prefere to "skip" some columns. I tried to write a mapdicts=[['foo', '', 'bar']] for skip the column between A and C. Is there a way?
Thanks,
bengoshi
The text was updated successfully, but these errors were encountered: