Felix Zumstein
Felix Zumstein
Can you narrow it down to a specific file that fails?
Yeah, Microsoft couldn't have messed this one up any worse. So you are running the code from Python and not from Excel via RunPython, correct?
Right, I think this particular case is solvable by creating a dict of URL/local path after opening the file and looking there first when doing the transformation from url to...
I agree that function calls should be configurable: * This has come up before: https://github.com/xlwings/xlwings/issues/593 * And is already implemented in the new [RunRemotePython](https://docs.xlwings.org/en/stable/remote_interpreter.html#configuration-examples-function-arguments) call * Better configuration handling is...
copy is available natively, see: https://docs.xlwings.org/en/stable/api.html#xlwings.Sheet.copy
Can you attach a sample XLA file to reproduce the issue? This kind of looks like a log dump to me from https://github.com/decalage2/oletools not sure why that would be triggered....
Looks like the file is corrupt. When I open it on macOS, I get: ``` Compile error in hidden module: 'mdlGUID'. This error commonly occurs when code is incompatible with...
gotcha, didn't expect the file to be password protected, so I couldn't see it's Windows-only. I still don't have a better answer though other that there's something going on with...
No, but I would start a new xla from scratch (or xlam for that matter) and copy/paste all the code. Something is off with the file.
Are you using the functions via xlwings or did you set them up the ExcelPython way?