QtOfficeOpenXml icon indicating copy to clipboard operation
QtOfficeOpenXml copied to clipboard

Type Conversion Error for Qt5.7

Open Mini4Ever opened this issue 6 years ago • 0 comments

As I am in need of creating .slx files for Matlab, your library could give me a good head start. However, when compiling for Qt5.7, I got an error for line 40 of smlworkbook.cpp where there is an incompatible return type for Workbook::bookView given the return expression. For now, I have avoided the error by removing the .toInt() call in the return expression, but I have no clue whether this makes any sense.

Look forward to a proper fix.

PS.: I also got a few warnings on unused parameters and other things like calling deprecated functions.

Mini4Ever avatar Jul 09 '18 19:07 Mini4Ever