QAxBase::setControl: requested control Excel.Application could not be instantiated
-
hi,
The application output shows:
QAxBase::setControl: requested control Excel.Application could not be instantiated
QAxBase::dynamicCallHelper: Object is not initialized, or initialization failed
How to solve this problem? -
@duncan98 said in QAxBase::setControl: requested control Excel.Application could not be instantiated:
QAxBase::setControl: requested control Excel.Application could not be instantiated
Install the 32-bit or 64-bit Excel to match your application?
-
hi,
The application output shows:
QAxBase::setControl: requested control Excel.Application could not be instantiated
QAxBase::dynamicCallHelper: Object is not initialized, or initialization failed
How to solve this problem?@duncan98
You already have this question going in https://forum.qt.io/topic/129216/why-export-excel-in-windows10-normal-in-windows7-export-will-crash/11. Please don't double-post, it causes people to respond twice/in different places which is a waste of peoples' time. -
@duncan98 said in QAxBase::setControl: requested control Excel.Application could not be instantiated:
QAxBase::setControl: requested control Excel.Application could not be instantiated
Install the 32-bit or 64-bit Excel to match your application?
-
@ChrisW67
Thanks,the problem has been found. However, it cannot be initialized without software installed, which is more limited@duncan98 said in QAxBase::setControl: requested control Excel.Application could not be instantiated:
However, it cannot be initialized without software installed, which is more limited
Of cause it cant. its using excel to do the actual functions just like any other
activeX servers depends on the client app. -
@duncan98 said in QAxBase::setControl: requested control Excel.Application could not be instantiated:
However, it cannot be initialized without software installed, which is more limited
Of cause it cant. its using excel to do the actual functions just like any other
activeX servers depends on the client app. -
@mrjj
Can this Excel component be referenced independently? I want to package it into the installer