Guest_imported
New member
- Jan 1, 1970
- 0
I want to transfer data from Access database and generate a excel report. What should I do? Please give me some idea or pass me code. Thanks in advance.
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.
<%@Language=VBScript>
<%
Response.ContentType = "application/vnd.ms-excel"
%>