PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV (versiones precedentes) → Re: Excel question
Re: Excel question
Iniciado por Paulo Oliveira, 05,dic. 2008 15:01 - No hay respuesta
Publicado el 05,diciembre 2008 - 15:01
In WinDev 11\Examples\Training\WD Excel Control you can find one sample project.
In my case the project have several erros but they are easy to correct.

In the global declaration of winexcel, change the exisiting code to:
//clExcel is object dynamic
clExcel is CExcel

In the CExcel class chage the name of method from LineHeight to LigneHeight
This are the errors to correct before starting to test it, but you can understand how it is done.