SkyZhou

Results 1 issues of SkyZhou

![image](https://user-images.githubusercontent.com/46395124/179878250-fca63baa-318a-458e-b254-a68b7326ab9b.png) ![image](https://user-images.githubusercontent.com/46395124/179888139-9a014f66-b7be-4af8-b6c6-8d342790e638.png) ```cpp int main(int argc, char *argv[]) { QCoreApplication app(argc, argv); Document xlsxR("Test.xlsx"); if ( xlsxR.load() ) // load excel file { int row = 1; int col =...