I'm trying to use a library called OPENXLSX in my QtCreator project. When I go to build I get 3 errors:
missing terminating ' character
expected ‘,’ or ‘;’ before '\x303438'
expected ‘,’ or ‘;’ before ‘constexpr’
They complain of these 3 lines in the XLDefinitions.h
file
constexpr uint32_t maxRows = 1'048'576;
constexpr uint16_t maxCols = 16'384;
constexpr uint8_t alphabetSize = 26;