-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Member not found error calling "formula" using Office 2019 #122
Comments
My suspicion is that the version of Excel on the Win Server machine doesn't support dynamic arrays. Would it be possible to try in VBA to access the Formula2 property for a range on that machine? If that gives some kind of name not found error, I have a fix I can put in xlOil. |
@cunnane , Thanks for your quick response!! It was definitely an excel version issue in server Excel version of 2019 was installed. We will try to update the excel version in server. Thanks much :) !! |
Ok great! I'll add a backwards compatibility fix into xlOil before closing
this issue.
…On Wed, 20 Nov 2024, 18:15 vjain217, ***@***.***> wrote:
@cunnane <https://github.com/cunnane> , Thanks for your quick response!!
It was definitely an excel version issue in server Excel version of 2019
was installed. We will try to update the excel version in server. Thanks
much :) !!
—
Reply to this email directly, view it on GitHub
<#122 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFOUG4BBSN4IR5BUAI3IY6D2BS7RTAVCNFSM6AAAAABSC3MSTOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBZGE2DSOBYGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Issue is arising when trying to access named range variable in excel via xloil syntax as below:
book1.py ==>
debug.py ==>
above code, xloil error is coming as below in windows server:
PFB are the system specification & python libraries specification for Windows Server:
a. Windows Server 2022
b. 16GB RAM
c. 64 bit OS
d. Xloil -> Version - 0.19.x
e. Pywin32 -> Version – 308
f. Python -> 3.11.x
PFB are the system specification and python libraries specification for Local machine:
a. Windows 10
b. 16GB RAM
c. 64 bit OS
d. Xloil -> Version - 0.18.x
e. Pywin32 -> Version - 308
f. Python -> 3.11.x
Note: Debugging and tried solutions:
Could you please help us in discovering the root cause of the issue & what can be the resolution or workaround of the issue?
PFA sample code which is working in local machine but not in windows server
Book1.zip
The text was updated successfully, but these errors were encountered: