Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

hi i fixit with

import psspy import excelpy

x1 = excelpy.workbook() x1.worksheetrename('LINEAS', 'Hoja1', overwritesheet=True) x1.setactive_sheet('LINEAS')

x1.showalerts(False) dir(x1) x1.save('prueba.xlsx') x1.showalerts(True) x1.close() x1.close_app()

click to hide/show revision 2
No.2 Revision

hi i fixit with

import psspy
import excelpy

excelpy

x1 = excelpy.workbook() x1.worksheetrename('LINEAS', x1.worksheet_rename('LINEAS', 'Hoja1', overwritesheet=True) x1.setactive_sheet('LINEAS')

x1.set_active_sheet('LINEAS')

x1.showalerts(False) x1.show_alerts(False) dir(x1) x1.save('prueba.xlsx') x1.showalerts(True) x1.show_alerts(True) x1.close() x1.close_app()

x1.close_app()