You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SRKNEC SUN Club
i want to know which classes must be imported to work with .doc files
in java....i actually have to count the number of times each word
appears in such files....i have done it for .txt files using
StringTokenizer but its not working for .doc files
Vasusen Patil
unread,
Jan 27, 2009, 11:50:56 AM1/27/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to srknec...@googlegroups.com
You will need to use an external api to do this. The apache poi api can is used by most programmers... Here's the link:
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to srknec...@googlegroups.com
hmm...Apache POI is the most standard library for handling HSSF docs and worksheets. Also, it won't make your code bulky coz of its relatively small size.