Last active
October 5, 2017 07:30
-
-
Save isummation/fa065fe3298e7cf2defcf8d871bc0bfc to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| <cfheader name="Content-Disposition" value="inline; filename=ExportMsWord.doc" charset="utf-8"> | |
| <cfcontent type="application/msword; charset=utf-8"> | |
| <h2 align="center"> | |
| <span>Download Word Document</span> | |
| </h2> | |
| <table cellspacing="0" cellpadding="0" border="1"> | |
| <thead> | |
| <tr> | |
| <th> | |
| Name | |
| </th> | |
| <th> | |
| </th> | |
| </tr> | |
| </thead> | |
| <tbody> | |
| <tr> | |
| <td> | |
| ABC | |
| </td> | |
| <td> | |
| abc@gmail.com | |
| </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment