You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2018. It is now read-only.
The XLS exporting doesn't appear to be working correctly for me. I can't seem to view the generated output it in Numbers or upload to Google Drive for viewing:
<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40"><head><!--[if gte mso 9]><xml><x:ExcelWorkbook><x:ExcelWorksheets><x:ExcelWorksheet><x:Name>Ark1</x:Name><x:WorksheetOptions><x:DisplayGridlines/></x:WorksheetOptions></x:ExcelWorksheet></x:ExcelWorksheets></x:ExcelWorkbook></xml><![endif]--><style>td{border:none;font-family: Calibri, sans-serif;} .number{mso-number-format:"0.00";}</style><meta name=ProgId content=Excel.Sheet></head><body><table><tr><th>Category</th><th>Percentage of users</th></tr><tr><td>Yes, I am safe</td><td class="number">1</td></tr><tr><td>No, I am not safe</td><td class="number">0</td></tr><tr><td>Unreceived</td><td class="number">4</td></tr></table></body></html>
Running the above through an XML validator I'm notified that it's not valid XML.
Thoughts?
The text was updated successfully, but these errors were encountered:
Two things:
Running the above through an XML validator I'm notified that it's not valid XML.
Thoughts?
The text was updated successfully, but these errors were encountered: