Skip to content

Instantly share code, notes, and snippets.

@isummation
Last active October 5, 2017 07:30
Show Gist options
  • Select an option

  • Save isummation/fa065fe3298e7cf2defcf8d871bc0bfc to your computer and use it in GitHub Desktop.

Select an option

Save isummation/fa065fe3298e7cf2defcf8d871bc0bfc to your computer and use it in GitHub Desktop.
<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>
Email
</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