المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Excel Automation



C++ Programming
02-03-2010, 10:53 PM
In my application i am creating an excel file through Excel Automation. Now i am writing some values in the excel and then i am using Save() and Close() functions.

Now i want to open the same file and then write and append it. how can i do that?

i have already written in the first 2 columns. Then i am closing it. Later i want to write into the third column by opening it. give me some leads.