MiniExcel
MiniExcel copied to clipboard
It can't work.
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 ?
See test.cpp line 6:
if (!x.open("../1.xlsx"))
{
printf("can't open.");
return 1;
}