Closed CSendner closed 7 years ago
Nullpointer with this sequence:
QXlsx::Document xlsx(file_url); if(!xlsx.insertSheet(1, "records")){ qDebug() << "Never here"; } xlsx.write(1, 1, "id");//crash xlsx.save();
LGTM I'll give it a couple of days in case someone wants to object otherwise I'll merge
Nullpointer with this sequence: