django-rest-framework-csv
django-rest-framework-csv copied to clipboard
Added support for XLS
trafficstars
Based on xlrd, xlwt: http://www.python-excel.org/
Ooh, @cescp I just saw this. Thanks! Lots of good stuff here. If you can, would you do me a favor and:
- add
xlrd==0.9.3andxlwt==0.7.5to the requirements.txt file (as they're now required for tests to pass), and - add a test (or more) for XLS parsing, maybe based off of
tests.TestCSVParser.test_parse_two_lines_flat_csv. There's some refactoring that I'd like to do in the parsers and I want to make sure I wouldn't break what you've contributed.
Please make it a different module, that's kinda bloating the lib with dependencies unrelated to CSV.
Hi, it will be so great if your it will have support for XLS!