jeudi 7 mai 2015

Plain HTML parsing in spreadsheet for Rails application

I am having Plain html doc NO CSS . In which some of the content i need to pass to excel sheet. I tried with Nokogiri it works on Css basis.

Do anybody tried this thing.

<html>
<head></head>
<body>
  ***NOTE***
 <br>
   Items 
<br>
<br>
  Invoice Number : [78945824] PO Number : [4587958]
<br>
 Shipped To:
<br>
</body>
</html>

I need to Save PO number in xls file.

Aucun commentaire:

Enregistrer un commentaire