MiniExcel icon indicating copy to clipboard operation
MiniExcel copied to clipboard

It can't work.

Open zhaobey opened this issue 8 years ago • 1 comments

I download all the files and compile. But error occurs when I run it: It notice "can't open.". I just run it by command "./MiniExcelTest"

Could you help me ?

zhaobey avatar May 31 '16 05:05 zhaobey

See test.cpp line 6:

if (!x.open("../1.xlsx"))
{
    printf("can't open.");
    return 1;
}

qcdong2016 avatar May 31 '16 13:05 qcdong2016