-
Notifications
You must be signed in to change notification settings - Fork 3
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
Use a function to define file_name #1
Comments
Hi! Delighted to have a user. Mark On Wed, Oct 9, 2013 at 9:44 AM, Philipp Zedler [email protected]:
|
Hi! Yes, of course, there should be a test. |
LOL! Of course, I only tested the ColSpec bit. I consider the ColSpec to be the real innivation of my library and hacked On Mon, Oct 14, 2013 at 10:47 AM, Philipp Zedler
|
I've pushed a tiny bit of code for the case you want to include it. Sounds good to use the well-tested view. However, before you extend your module: Do you have a good reason, why you don't use the import-export module? |
Issue #1. I added the possibility to define the file_name with a function.
Yeah, I spotted this recently and I really like the sound of tablib. On Tue, Oct 15, 2013 at 8:47 PM, Philipp Zedler [email protected]:
|
Very nice module!
I've added the method
get_file_name
to theExcelView
in analogy toget_queryset
which is inherited byView
. I need this flexibility for one of my projects. Should I push it to your repository?The text was updated successfully, but these errors were encountered: