Its a permanent html table in the view with information from different database tables. From there i wanna download it as CSV to be used in excel reports.
On Wednesday, March 30, 2022 at 11:10:12 AM UTC+2 [email protected] wrote: > > On Saturday, March 26, 2022 at 2:24:06 AM UTC-7 mostwanted wrote: > >> Thanks alot Murat, gratitude >> > > Was > <URL: > http://web2py.com/books/default/chapter/29/06/the-database-abstraction-layer#CSV-one-Table-at-a-time- > > > of any help? Are you creating a temporary table that you render the HTML > from? > > > >> >> On Friday, March 25, 2022 at 1:05:54 PM UTC+2 [email protected] >> wrote: >> >>> Hi, >>> >>> You can use the javascript on HTML file like this: >>> https://yourblogcoach.com/export-html-table-to-csv-using-javascript/ >>> >>> https://stackoverflow.com/questions/15547198/export-html-table-to-csv-using-vanilla-javascript >>> >>> If you want to read CSV and insert to db, you can check the codes in >>> appadmin.py file on admin app. >>> >>> Regards, >>> Murat. >>> >>> >>> >>> mostwanted <[email protected]>, 25 Mar 2022 Cum, 11:11 tarihinde şunu >>> yazdı: >>> >>>> Is there a way to download data in my html table as csv? >>>> >>>> I have information in an html table that comes from 4 different >>>> database tables but i want to have it downloaded to be used further in >>>> excel. Can i download this html table that i have combined all this >>>> information in as a single csv file with all this information? >>>> >>>> Regards; >>>> >>>> /dps > > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-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/web2py/16f85205-ee5a-4702-945d-c0859c1743bbn%40googlegroups.com.

