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

2020-07-06 Thread Vishesh Mangla
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_sql.html Sent from Mail for Windows 10 From: Ashutosh MishraSent: 06 July 2020 13:56To: django-users@googlegroups.comSubject: Re: How to get data from django model to the excel sheet. But It is for js,react,angular, how can I

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

2020-07-06 Thread Luciano Martins
To work with excell within Django projects we use the *openxl *library, but you can't use it directly, you need to build scripts that bring you what you want. Em segunda-feira, 6 de julho de 2020 03:59:29 UTC-3, Ashutosh Mishra escreveu: > > I want to get the data from the django model

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

2020-07-06 Thread Vishesh Mangla
 From: sum abiutSent: 06 July 2020 13:29To: django-users@googlegroups.comSubject: Re: How to get data from django model to the excel sheet. You can try this export data to excel fileSum, On Mon, Jul 6, 2020 at 7:00 PM Ashutosh Mishra <ashutoshmishra...@gmail.com> wrote:I want to get the dat

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

2020-07-06 Thread Ashutosh Mishra
But It is for js,react,angular, how can I place that in django project On Jul 6, 2020 1:54 PM, "Damanjeet Singh" wrote: > Please see handsontable.com. > > I have been using it for my project. > > On Mon, Jul 6, 2020 at 9:06 AM Ashutosh Mishra < > ashutoshmishra...@gmail.com> wrote: > >> What if

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

2020-07-06 Thread Damanjeet Singh
Please see handsontable.com. I have been using it for my project. On Mon, Jul 6, 2020 at 9:06 AM Ashutosh Mishra wrote: > What if I have an image field too,how to do that > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe

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

2020-07-06 Thread Ashutosh Mishra
What if I have an image field too,how to 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+unsubscr...@googlegroups.com. To view this

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

2020-07-06 Thread mohamed khaled
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 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

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

2020-07-06 Thread sum abiut
You can try this export data to excel file Sum, On Mon, Jul 6, 2020 at 7:00 PM Ashutosh Mishra wrote: > I want to get the data from the django model contans(name,age,photo) on a > excel sheet. > How can i do

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

2020-07-06 Thread Ashutosh Mishra
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