Excel Report

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Excel Report

Bruno Brasesco
Hi,

Does anyone have developed any MS Excel report ?

I know i can use the "ActiveX Component Wizard" to interact with Excel.

But i'm asking for somethig more abstract like:

excel := MyExcel new.
excel range: 'A1:B2'.
excel borders: excel mediumLineStyle.
" this kind of stuff "
....

Regards Bruno


Reply | Threaded
Open this post in threaded view
|

Re: Excel Report

Ronald Hallam
Bruno
     there is an example in the image under the class
AXTypeLibraryAnalyzer; class method 'example3'.

        Ron