-
Bug
-
Resolution: Not A Defect
-
Major
-
None
I'm using win32 python library to edit and save an excel file using Jenkins to run the python script
The problem is with "SaveAs" function. The script works perfectly when invoked from command line. But when triggered from jenkins, it fails when the "SaveAs is invoked"
Some one else seem to have same issue(http://stackoverflow.com/questions/31457259/python-excel-automation-through-jenkins)
I cannot use other excel libraries in python due to administrative reasons
Please let me know whether there is any workaround or fix available for this