Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


Bonjour,

j'ai besoin de pouvoir récupérer des textes sur des pages HTML pour tenir un
référentiel à jour et j'ai donc trouver un morceau de macro utilisant
loadcomponentFromURL qui me permet de charger l'ensemble de la page en
source html dans une feuille Calc.

Mon objectif serait juste d'avoir le paragraphe que j'ai besoin dans Cal ou
writer.

Quelqu'un peut-il m'éclairer 

la macro :
Sub RecupererSourcePageHtml
  'Source: linuxtalk
  Dim oDoc As Object 
  Dim Cible As String 
  Dim Args(1) As New com.sun.star.beans.PropertyValue 

  Cible =
"http://www.legifrance.gouv.fr/affichCode.do?idSectionTA=LEGISCTA000006171062&cidTexte=LEGITEXT000006072665&dateTexte=20120226";
 
  
  Args(0).Name = "FilterOptions" 
  Args(0).Value = "44" 
  Args(1).Name = "FilterName" 
  Args(1).Value = "Text - txt - csv (StarCalc)" 
  
  oDoc = starDeskTop.loadComponentFromURL( Cible , "_blank" , 0 , Args )
  
End Sub

cordialement

--
View this message in context: 
http://nabble.documentfoundation.org/requete-extraction-HTML-tp3778160p3778160.html
Sent from the Users mailing list archive at Nabble.com.

-- 
Envoyez un mail à users+help@fr.libreoffice.org pour savoir comment vous désinscrire
Les archives de la liste sont disponibles à http://listarchives.libreoffice.org/fr/users/
Tous les messages envoyés sur cette liste seront archivés publiquement et ne pourront pas être 
supprimés

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.