Estoy tratando de usar la clase texcels (ViKthor) y obtengo sendos errores al llamar la función
oExcel:Create( “mi_archivo-xls”)
los errores son en las líneas 352 y 326 del programa Texels.prg:
::oSheet := ::oExcel:Get( "ActiveSheet" )
::oShape := ::oSheet:Get( "Shapes" )
Si comento esas líneas el programa continua, pero temo que tengan un impacto más adelante, también comente la línea 334:
::nFormat := ::oBook:Get("FileFormat")
Al realizar un oExcel:SAY se obtiene un error en la línea 187
METHOD SetPos( cRange ) INLINE (::oSheet:Range( cRange ):Select(), ::GetCell())
Que no se puede comentar a riesgo de que no se pueda hacer un SAY quedando inservible la función
¿Alguien usa aún esta librería con FivewinH y ha corregido estos errores?