Well for working with office files google could have pointed you to a few APIs (very simple way to do research you know, typing a few search words like "java word excel" into google...). The one I have used is Apache POI. The excel support is excellent, but the Word support still needs a lot of development.
http://poi.apache.org/index.html
I would look into using RTF in stead of Word, you will have more success.