News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Use MASM to control Excel file?

Started by Kongbo, November 17, 2006, 07:34:12 AM

Previous topic - Next topic

Kongbo

Does MASM have this abilitity to control an Excel file?

How to analyse the sheet,table,line and rank of Excel file with MASM language?

How to fill string into an Excel file with MASM language?

ToutEnMasm


Hello,
Two ways
Excel is running.
EXCEL is a DDE server that provide functions to work whith his files.
Use DDEML to do the job.
                                   
Excel is not running
You have to connect the file as a data base and use ODBC.There is a tut on this (iczelion) .

                                                  ToutEnMasm

                         

Biterider

Hi
Look at the ExcelHost project of ObjAsm32. Using it you can control each property of Excel, even creating a graph and formating it.

Regards,

Biterider

Kongbo

Really?

I'll learn the packet, and try again.

Thank you.