First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
I figured this out:
import excelpy
xl = excelpy.workbook()
xl.close()
Will close an open excel workbook created by pssexcel.accc.
But I've got far stranger issues in my script that I might put a separate question up for.