What is the syntax for reading Data from Excel in c++? ( more then 10,000 cells) ExcelRange* range = mWorkSheet->get_Range(TVariant(Cell1.c_str()), TVariant(Cell2.c_str())); range->Cells ????? range->get_Item(TVariant(z), TVariant(s)) takes a lot of time und memory.
↧