Click here to Skip to main content
15,888,002 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
Hello everyone,
I m currently working on e learning application, which actually will guide user how to user Office Tools like MS Word, MS Excel, MS PPT etc. so for the requirement i have started collecting information. I suppose to import different libraries for the same. For e.g. MS word 2007 i have used Microsoft Word 12.0 Object Library, same for all other tools also.
Now my main Target is to get into complete access to document. using that i can verify the changes for the same. e.g if suppose user has made changes in font color then i need to calculate all necessary values from same document.
So anyone having any reference material related to MS office Tool using C#, kindly provide it for the reference.

Thanks & Regards,
Balkishna Raut
Posted
Comments
Tarun.K.S 26-Nov-10 7:49am    
Google is the best reference material!

1 solution

When you datatable the strucutre of the excel document you will get a cell style format included.

you can build business logic from there.

i advise to avoid using Object Library as it requires Office to be installed where your application needs to run.

Find an alternative reference.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900