Hi @LL I want export table in php to excell file. Here is for example link: https://mydomain.local/something.php?operation=hyperlinknametosomething2.php&table1.field1=111&table1.field2=123&table1.field3 Code (markup): and this display 5 fields with maximum of 10 rows. Is there a way to export to excel file using above link? Our framework use sql & php. It would be great if this could be a hyperlink with text: "click to save" or a button? if need more info let me know. Thanks