Django/Python: Save an HTML table to Excel
Posted
by kchau
on Stack Overflow
See other posts from Stack Overflow
or by kchau
Published on 2010-04-14T18:40:26Z
Indexed on
2010/04/14
18:43 UTC
Read the original article
Hit count: 275
I have an HTML table that I'd like to be able to export to an Excel file. I already have an option to export the table into an IQY file, but I'd prefer something that didn't allow the user to refresh the data via Excel. I just want a feature that takes a snapshot of the table at the time the user clicks the link/button.
I'd prefer it if the feature was a link/button on the HTML page that allows the user to save the query results displayed in the table. Is there a way to do this at all? Or, something I can modify with the IQY?
I can try to provide more details if needed. Thanks in advance.
© Stack Overflow or respective owner