Hi, I used in the past the following library: https://bossanova.uk/jexcel/v3/
It enables you to incorporate kind-of Excel spreadsheet so users feels in home; it basically reacts to changes on cells/rows and you decide what to do. It really has lots of good features. On our case, an internal REST API (in .NET) provided and received the data. Frontend in jQuery managed the rest. Good luck. --- Gerardo Palazuelos Enviado desde mi iPhone > El 10 abr 2020, a la(s) 23:08, dvij parekh <[email protected]> > escribió: > > > > >> On Saturday, April 11, 2020 at 7:03:20 AM UTC+5:30, s.patel wrote: >> Hi All: >> I need advice on how to design spreadsheet like screen using >> python/Django. I need some idea around this for my college project. >> >> Requirement: Need to build math calculation like framework where user can >> select rows/column and perform calculations like sum, Mean etc >> Similar to excel. something like this: >> >> Do we have any package already. I searched we can do this with eval function >> but need some ideas around this. >> >> Thanks, >> Patel > > As told above you can use handstone or can code custome using javascript if > you want to know more contact me on - [email protected] > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/5ac20dee-1d13-4b0d-b203-aae17791809f%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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/6F097C6A-04B4-4CEB-85FC-08ED30ABF09C%40gmail.com.

