PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV (earlier versions) → Re: Excel question
Re: Excel question
Started by Paulo Oliveira, Dec., 05 2008 3:01 PM - No answer
Posted on December, 05 2008 - 3:01 PM
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.