Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
'Set the contenttype to Excel
<%response.contenttype="application/vnd.ms-excel"%>
'Display an HTML table and it will appear as an excel spreadsheet in the browser
<table>
<tr>
<Td>Test</td><td>data</td>
</tr>
</table>