I have been trying to write html content into Excel spreadsheet's cells using ExcelPackage OpenOfficeXML and c#.
I am getting errors stating that input string has an invalid token. Has anyone came across anything similar?
Saving html directly in Excel works OK.
I do not want to use html encoding as the content has to be in readable form.