Php com urgent

cs_isecso Messages postés 33 Date d'inscription jeudi 17 août 2006 Statut Membre Dernière intervention 1 juin 2007 - 31 mai 2007 à 08:52
jrivet Messages postés 7392 Date d'inscription mercredi 23 avril 2003 Statut Membre Dernière intervention 6 avril 2012 - 31 mai 2007 à 09:08
ce fichier PHP genere un fichier word mais la variable $strTable est d'un tableau et son affichage comme au desous en vert et je veus que l'affichage soit text ou tableau bien claire et merci d'avance.
<?php


    $word = new COM("word.application") or die("Impossible d'instancier l'application Word");
   //echo "Word lancé, version {$word->Version}\n";
         /* Amener Word devant */
    $word->Visible = 1;


   /* Cree un document vide */
  $word->Documents->Add();


   /* Quelques commandes */


   //$word->Selection->PageSetup->LeftMargin = '3"';
   //$word->Selection->PageSetup->RightMargin = '4"';
   $word->Selection->Font->Name = 'Arial';
   $word->Selection->Font->Size = 10;
   $word->Selection->Font->ColorIndex= 5;
   $content = "\n<center>Rapport de IntercoTT</center>";


   //$word->Selection->PageSetup->LeftMargin = '3"';
  // $word->Selection->PageSetup->RightMargin = '4"';
   $word->Selection->Font->Name = 'Arial';
   $word->Selection->Font->Size = 10;   $word->Selection->Font->ColorIndex14; //wdDarkRed 13
   $word->Selection->TypeText("$content");
    $word->Selection->TypeText("$strTable");
   $word->Documents[1]->SaveAs("C:/Program Files/Apache Group/Apache2/htdocs/IntercoTT websit/Allocation/rapport.doc");


   /* Fermeture de word */
   $word->Quit();


   /* Libération des ressources */
   $word = null;
   ?>
---------------------------------------------------------------------------------------------------
 <tr><th >FACTURE</th><th >ORIG</th><th >DEST</th><th >DATENSS</th><th >DATEACCORD</th><th >QUANTITY</th><th >COMMENTAIRE</th><th >ORIGLONG</th></tr>    <tr><td align="center" width="10%" >250/03:MSC02-TNSFX</td><td align="center" width="10%" >MSC02</td><td align="center" width="10%" >TNSFAX</td><td align="center" width="10%" >30/05/03</td><td align="center" width="10%" >30/05/03</td><td align="center" width="10%" > < body>

1 réponse

jrivet Messages postés 7392 Date d'inscription mercredi 23 avril 2003 Statut Membre Dernière intervention 6 avril 2012 60
31 mai 2007 à 09:08
Salut,
Même si ton problème est urgent, je ne vois pas le rapport entre ton souci et la section où tu as posé ta question
[infomsgf_CODES-SOURCES_43.aspx CodeS-SourceS] / [infomsgt_PROPOS-SITES-CODES-SOURCES_769.aspx A propos des sites CodeS-SourceS] / [infomsgt_DEMANDE-NOUVEAU-THEME-DISCUSSION_772.aspx Demande d'un nouveau thème de discussion ?]

@+: Ju£i?n
Pensez: Réponse acceptée
0
Rejoignez-nous