You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please provide as much info as you can for expedited resolution.
I am trying to generate an excel file here but getting the following error :
Exception has occurred: AttributeError 'XlsxWriter' object has no attribute 'save' File "D:\Others\temp.py", line 11, in <module> table_data = et_sess.process_file(filepath=pdf_location, pages="all", output_format="xlsx") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'XlsxWriter' object has no attribute 'save'
Please provide as much info as you can for expedited resolution.
I am trying to generate an excel file here but getting the following error :
Exception has occurred: AttributeError 'XlsxWriter' object has no attribute 'save' File "D:\Others\temp.py", line 11, in <module> table_data = et_sess.process_file(filepath=pdf_location, pages="all", output_format="xlsx") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'XlsxWriter' object has no attribute 'save'
This is the what i have done so far :
I tried uninstalling
XlsxWriter
but its not helping ? Anything wrong that i am doing here ? Thanks.The text was updated successfully, but these errors were encountered: