Last active
February 23, 2016 17:52
-
-
Save rapsacnz/a073aa360c5d51011061 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<apex:page id="pg" standardStylesheets="false" controller="ExcelExportController" | |
contenttype="application/vnd.ms-excel#TestExport_{!TODAY()}.xls"> | |
<apex:outputText value="{!xmlheader}" escape="false"/> | |
<!-- your excel output goes here --> | |
<apex:outputText value="{!endfile}" escape="false"/> | |
</apex:page> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment