Monday, July 6, 2020

Re: How to get data from django model to the excel sheet.

You can serialized your data and then use any tools to export the data as csv for example. 

On Mon, Jul 6, 2020, 9:00 AM Ashutosh Mishra <ashutoshmishra333@gmail.com> wrote:
I want to get the data from the django model contans(name,age,photo) on a excel sheet.
How can i do that.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/b9ad3b60-2c0a-43dc-bdc6-6a67f8a88826n%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CALvPq4Kyx8LOa7thDQprZPtBUXYYgY%3DjX94-mp65rAL5PbXKiA%40mail.gmail.com.

No comments:

Post a Comment