I have 2 Word files (Test1.doc and Test2.doc) opened in my Windows XP OS (so,
Winword process is runnning). How can I close one file of them, not both,
using "org.apache.poi.hwpf" libraries? Can anybody help me with some code?

I don't think that's possible. In order to do that, you should use MS Office API, and POI doesn't use it internally. In other words, What you opened with MS Office, you close with MS Office, and what you opened with POI you close with POI.

Regards,
Ognjen

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to