You need to sign in to do that
Don't have an account?

Need help on showing visualforce page as excel.
Hi,
I need help on showing visualforce page as excel I tried it using contenttype="application/vnd.ms-excel. But when I opened it, it will download as excel file automatically. I need view instead of download page. Please someone help me on this.
I need help on showing visualforce page as excel I tried it using contenttype="application/vnd.ms-excel. But when I opened it, it will download as excel file automatically. I need view instead of download page. Please someone help me on this.
<a target="_blank" href="https://c.ap1.content.force.com/servlet/servlet.FileDownload?file=XXXXXXXXXXXXXXX" onclick="return windowpop(this.href, 545, 433)"> Preview File </a>
I use--