1
0
mirror of https://github.com/QtExcel/QXlsx.git synced 2025-01-16 04:42:53 +08:00

Update main.cpp

This commit is contained in:
Jay Two 2018-12-30 17:37:39 +09:00 committed by GitHub
parent 05920fad11
commit 7fee22a342
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,8 +40,8 @@ int main(int argc, char *argv[])
qDebug() << "[debug] current directory is " << QDir::currentPath();
// [2] Reading excel file(*.xlsx)
Document xlsxR("Test.xlsx"); // load excel file
if ( xlsxR.load() )
Document xlsxR("Test.xlsx");
if ( xlsxR.load() ) // load excel file
{
qDebug() << "[debug] success to load xlsx file.";