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:
parent
05920fad11
commit
7fee22a342
@ -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.";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user