Thread: ms excel
View Single Post
  #7 (permalink)  
Old 07-15-2007, 02:21 PM
JavaBean's Avatar
JavaBean JavaBean is offline
Moderator
 
Join Date: May 2007
Posts: 1,272
JavaBean is on a distinguished road
But word documents are binary documents. They have a binary structure. You can not read them line by line. This is why you get those symbols. You should use a library to read word documents appropriately.
Reply With Quote