Getting licence error when trying to create pivot table in FastAPI application using win32 #2525
Divya-1477
started this conversation in
General
Replies: 1 comment
-
Doesn't this mean your Excel license is either expired or doesn't allow control through commands? Can you confirm and show that it is active? A quick online search reveals that it could also be an issue on Excel's side, independent of license/product:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
I am facing issue while creating the pivot table in FastAPI application by using the win32. Getting the below error when pt_cache = wb.PivotCaches().Create(1, ws_data.Range("A1").CurrentRegion) this line executing.
Error:
pywintypes.com_error: (-2147352567, 'Exception occurred.', (0, 'Microsoft Excel', 'This command is unavailable because the license to use this application has expired.', 'xlmain11.chm', 0, -2146827284), None)
Please suggest me the way to resolve this.
Actual Requiremnt: Creating the Pivot table in excel through python FastAPI application with win32
Beta Was this translation helpful? Give feedback.
All reactions