First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
when i use the lib excelpy, does not save the excels automatically when i need create more than one, even when i only create one.
import psspy import excelpy
x1 = excelpy.workbook() x1.worksheetrename('LINEAS', 'Hoja1', overwritesheet=True) x1.setactive_sheet('LINEAS')
x1.save('prueba.xlsx')
2 | No.2 Revision |
when i use the lib excelpy, does not save the excels automatically when i need to create more than one, even when i only create one.
import psspy
import x1.save('prueba.xlsx')