PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV (précédentes versions) → Re: Excel question
Re: Excel question
Débuté par Paulo Oliveira, 05 déc. 2008 15:01 - Aucune réponse
Posté le 05 décembre 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.