What I get is to open a Microsoft (Word, Excel, etc) into a JFrame.
Anybody can tell me some to get this library?, the Apache POI API (http://poi.apache.org) can help me with this?, maybe the library JACOB (http://danadler.com/jacob/)?
What I get is to open a Microsoft (Word, Excel, etc) into a JFrame.
Anybody can tell me some to get this library?, the Apache POI API (http://poi.apache.org) can help me with this?, maybe the library JACOB (http://danadler.com/jacob/)?
Apache POI is a good and strong library. I used it several times and it really helped me.
But be prepared, Apache POI can not even read all sorts of information in a Microsoft document. I have many files from our customers, POI do not processed correctly. So you should test sufficient.
All right!, this is my solution (Using Eclipse SWT) to open a MS Word document into a jframe:
Resources: Eclipse SWT: http://www.eclipse.org/swt
Thanks to everyone!