Xcode C++ #include "/UTF-8-Encoder.hpp"

I have a small project in Xcode, where I am attempting to write directly to Cells in an Excel spread sheet. These guys have just what I need, not only can I write to Cells, the library includes sample code to create a Chart (Trend) of the data.

Refer: https://sourceforge.net/projects/simplexlsx/

The Compiler cannot find this header #include "../UTF8Encoder.hpp"  included in this header file: SimpleXlsxDef.h included in the suite.

Any idea where I might find it? Anyone...

Got it, it was lurking in the SimpleXls Suite, outside the two main folders. Thank you for the time you all (39) took to read and ponder the issue.. .

Xcode C++ #include "/UTF-8-Encoder.hpp"
 
 
Q