Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

problem with excelpy ,does not save the excels automatically

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')

click to hide/show revision 2
No.2 Revision

problem with excelpy ,does not save the excels automatically

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 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.save('prueba.xlsx')

x1.save('prueba.xlsx')