Encrypt data in a created Excel file
Hi,
Is there away in Cold Fusion2016 to encrypt the contents of a create Excel file, either completely or by cell?
Then allow the user to de-encrypt the Excel file after it has been created?
Using the following to create an excel file.
<cfset TabChar = Chr(9)>
<cfset NewLine = Chr(13) & Chr(10)>
<cfheader name="Content-Disposition" value="attachment; filename=reports.xls">
<CFCONTENT TYPE="application/vnd.ms-excel" RESET="Yes">
Thanks in advance,
Mike
