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?
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
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
Really?
I'll learn the packet, and try again.
Thank you.