The submit button is showing up in excel.
Download Report, then
I created a search page with certain search params.
If you perform a search and there is a hit, the results of the search is displayed in a page.
What I wanted to do is export the same data that is displayed on a page into an excel spreadsheet.
The code snip above helps me accomplish that.
However, the issue that I have with it is that the exported data contains the word "Excel" which happens
because of this line:
This is only way I know how.
How do I fix this code so only exported data prints on an excel spreadsheet?
Thanks much as usual for your assistance
Download Report, then
Code:
<FORM style="display: inline;">
<INPUT Type=Submit Name="Excel" Value="Excel">
</FORM>
I created a search page with certain search params.
If you perform a search and there is a hit, the results of the search is displayed in a page.
What I wanted to do is export the same data that is displayed on a page into an excel spreadsheet.
The code snip above helps me accomplish that.
However, the issue that I have with it is that the exported data contains the word "Excel" which happens
because of this line:
Code:
<INPUT Type=Submit Name="Excel" Value="Excel">
This is only way I know how.
How do I fix this code so only exported data prints on an excel spreadsheet?
Thanks much as usual for your assistance