Developing PHP application that generates Excel documents on the fly, using PHPExcel (http://phpexcel.codeplex.com/).
Problem I have is that my Excel document will contain some special HTML chars, like °
, ’
, ”
etc...
But in generated XLS file, all I getting is °
, ’
, ”
, etc, not °, ’, ”, like I need.
Can you help me how to get this in XLS documents?