On 11 October 2012 12:46, kiran cy <[email protected]> wrote: > Colin Law wrote in post #1079421: >> On 11 October 2012 12:31, kiran cy <[email protected]> wrote: >>>> >>> @zip = Zip::ZipFile.open(path) >>> @xml=Nokogiri::XML(@zip.find_entry('word/document.xml').get_input_stream) >>> >>> if block_given? >>> yield self >>> @zip.close >>> end >>> end >> >> I don't understand why you have posted that code. I notice however >> that the docx gem says that it is for .docx files, not for .doc >> >> Colin > > Suggest something other than the googling for finding the table/cell in > the document
As I said I have no idea about that gem. I would start by looking at the documentation for the gem. Colin > > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

