Savoirtoutfaire.com
Google
 

Comment mettre un fichier excel sur un site internet ?

Bonjour a tous,

voila mon probleme. j'aimerai pouvoir afficher le contenu d'un fichier excel (qui est sur mon PC) sur un site internet que j'ai créé. est ce possible?

merci d'avance

qeumarh

Bonjour,

Le code édité par "Frontpage"

<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Nouvelle page 1</title>
</head>

<body>

<p>
<object classid="clsid:0002E551-0000-0000-C000-000000000046" id="Spreadsheet1">
<param name="DataType" value="XMLDATA">
<param name="XMLData" value="&lt;?xml version=&quot;1.0&quot;?&gt;
&lt;ss:Workbook xmlns:x=&quot;urn:schemas-microsoft-com:office:excel&quot;
xmlns:ss=&quot;urn:schemas-microsoft-com:office:spreadsheet&quot;
xmlns:c=&quot;urn:schemas-microsoft-com:office:component:spreadsheet&quot;&gt;
&lt;x:ExcelWorkbook&gt;
&lt;x:ProtectStructure&gt;False&lt;/x:ProtectStructure&gt;
&lt;x:ActiveSheet&gt;0&lt;/x:ActiveSheet&gt;
&lt;/x:ExcelWorkbook&gt;
&lt;ss:Styles&gt;
&lt;ss:Style ss:ID=&quot;Default&quot;&gt;
&lt;ss:Alignment ss:Horizontal=&quot;Automatic&quot; ss:Rotate=&quot;0.0&quot; ss:Vertical=&quot;Bottom&quot;
ss:ReadingOrder=&quot;Context&quot;/&gt;
&lt;ss:Borders&gt;
&lt;/ss:Borders&gt;
&lt;ss:Font ss:FontName=&quot;Arial&quot; ss:Size=&quot;10&quot; ss:Color=&quot;Automatic&quot; ss:Bold=&quot;0&quot;
ss:Italic=&quot;0&quot; ss:Underline=&quot;None&quot;/&gt;
&lt;ss:Interior ss:Color=&quot;Automatic&quot; ss:Pattern=&quot;None&quot;/&gt;
&lt;ss:NumberFormat ss:Format=&quot;General&quot;/&gt;
&lt;ss:Protection ss:Protected=&quot;1&quot;/&gt;
&lt;/ss:Style&gt;
&lt;/ss:Styles&gt;
&lt;c:ComponentOptions&gt;
&lt;c:Label&gt;
&lt;c:Caption&gt;Feuille de calcul Microsoft Office&lt;/c:Caption&gt;
&lt;/c:Label&gt;
&lt;c:MaxHeight&gt;80%&lt;/c:MaxHeight&gt;
&lt;c:MaxWidth&gt;80%&lt;/c:MaxWidth&gt;
&lt;c:NextSheetNumber&gt;4&lt;/c:NextSheetNumber&gt;
&lt;/c:ComponentOptions&gt;
&lt;x:WorkbookOptions&gt;
&lt;c:OWCVersion&gt;10.0.0.2621 &lt;/c:OWCVersion&gt;
&lt;x:Height&gt;7620&lt;/x:Height&gt;
&lt;x:Width&gt;15240&lt;/x:Width&gt;
&lt;/x:WorkbookOptions&gt;
&lt;ss:Worksheet ss:Name=&quot;Feuille1&quot;&gt;
&lt;x:WorksheetOptions&gt;
&lt;x:Selected/&gt;
&lt;x:ViewableRange&gt;R1:R262144&lt;/x:ViewableRange&gt;
&lt;x:Selection&gt;R1C1&lt;/x:Selection&gt;
&lt;x:TopRowVisible&gt;0&lt;/x:TopRowVisible&gt;
&lt;x:LeftColumnVisible&gt;0&lt;/x:LeftColumnVisible&gt;
&lt;x:ProtectContents&gt;False&lt;/x:ProtectContents&gt;
&lt;/x:WorksheetOptions&gt;
&lt;c:WorksheetOptions&gt;
&lt;/c:WorksheetOptions&gt;
&lt;/ss:Worksheet&gt;
&lt;ss:Worksheet ss:Name=&quot;Feuille2&quot;&gt;
&lt;x:WorksheetOptions&gt;
&lt;x:ViewableRange&gt;R1:R262144&lt;/x:ViewableRange&gt;
&lt;x:Selection&gt;R1C1&lt;/x:Selection&gt;
&lt;x:TopRowVisible&gt;0&lt;/x:TopRowVisible&gt;
&lt;x:LeftColumnVisible&gt;0&lt;/x:LeftColumnVisible&gt;
&lt;x:ProtectContents&gt;False&lt;/x:ProtectContents&gt;
&lt;/x:WorksheetOptions&gt;
&lt;c:WorksheetOptions&gt;
&lt;/c:WorksheetOptions&gt;
&lt;/ss:Worksheet&gt;
&lt;ss:Worksheet ss:Name=&quot;Feuille3&quot;&gt;
&lt;x:WorksheetOptions&gt;
&lt;x:ViewableRange&gt;R1:R262144&lt;/x:ViewableRange&gt;
&lt;x:Selection&gt;R1C1&lt;/x:Selection&gt;
&lt;x:TopRowVisible&gt;0&lt;/x:TopRowVisible&gt;
&lt;x:LeftColumnVisible&gt;0&lt;/x:LeftColumnVisible&gt;
&lt;x:ProtectContents&gt;False&lt;/x:ProtectContents&gt;
&lt;/x:WorksheetOptions&gt;
&lt;c:WorksheetOptions&gt;
&lt;/c:WorksheetOptions&gt;
&lt;/ss:Worksheet&gt;
&lt;/ss:Workbook&gt;
">
<param name="AllowPropertyToolbox" value="-1">
<param name="AutoFit" value="0">
<param name="Calculation" value="-4105">
<param name="Caption" value="Feuille de calcul Microsoft Office">
<param name="DisplayColumnHeadings" value="-1">
<param name="DisplayGridlines" value="-1">
<param name="DisplayHorizontalScrollBar" value="-1">
<param name="DisplayOfficeLogo" value="-1">
<param name="DisplayPropertyToolbox" value="0">
<param name="DisplayRowHeadings" value="-1">
<param name="DisplayTitleBar" value="0">
<param name="DisplayToolbar" value="-1">
<param name="DisplayVerticalScrollBar" value="-1">
<param name="DisplayWorkbookTabs" value="-1">
<param name="EnableEvents" value="-1">
<param name="MaxHeight" value="80%">
<param name="MaxWidth" value="80%">
<param name="MoveAfterReturn" value="-1">
<param name="MoveAfterReturnDirection" value="-4121">
<param name="RightToLeft" value="0">
<param name="ScreenUpdating" value="-1">
<param name="EnableUndo" value="-1">
<table width='100%' cellpadding='0' cellspacing='0' border='0' height='8'><tr><td bgColor='#336699' height='25' width='10%'>&nbsp;</td><td bgColor='#666666'width='85%'><font face='Tahoma' color='white' size='4'>&nbsp; Éléments manquants : Microsoft Office Web Components</font></td></tr><tr><td bgColor='#cccccc' width='15'>&nbsp;</td><td bgColor='#cccccc' width='500px'><br> <font face='Tahoma' size='2'>Cette page requiert Microsoft Office Web Components.<p align='center'> <a href='file:/files/owc/setup.exe'>Cliquez ici pour installer Microsoft Office Web Components.</a>.</p></font><p><font face='Tahoma' size='2'>Cette page requiert également Microsoft Internet Explorer 4.01 (SP-1) ou version ultérieure.</p><p align='center'><a href='http://www.microsoft.com/windows/ie/default.htm'> Cliquez ici pour installer la dernière version de Microsoft Internet Explorer</a>.</font><br>&nbsp;</td></tr></table></object>
</p>

</body>

</html>

Courage

Sls

JCinFo

Compléter la réponse ...
Sujets similaires :
Comment mettre un fond ecran sur un site ?
Comment mettre une vidéo sur un site ?
Comment mettre mes fichiers vidéo sur mon ordi et internet ?
Peut-on faire un site internet avec power point ?
Comment créer un site internet avec des jeux gratuitement ?
Comment faire un site internet gratuitement ?
Que choisir entre un site internet ou un blog ?
Comment créer un site internet tout simple ?
Comment cree un site web avec une visionneuse de site ?
Comment donner un URL à un fichier audio ?
Comment éditer son site internet ?
Comment mettre un log ?
Comment créer Facilement un site internet ?
Comment mettre sur un forum une bannière ?
Comment créer un site et trouver un hébergeur gratuit ?
Participez... Encore 112 questions sans reponses !

Savoirtoutfaire ©Tous droits réservés 2007