Richard wondered:<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">
<div><div class="h5"><div style="font-size: 12pt; font-family: times new roman,new york,times,serif;"><br>&lt;&lt; Excel opens XHTML files just fine, try saving your document in a standard XHTML format.<br>Instead of using an .csv or .htm extension, use a regular .xls or .xlsx.<br>
<br>To format content, use CSS.<br><br>Regards,<br><br>Jose Lerebours &gt;&gt;</div>
<div style="font-size: 12pt; font-family: times new roman,new york,times,serif;"> </div>
</div></div><div style="font-size: 12pt; font-family: times new roman,new york,times,serif;">Jose,</div>
<div style="font-size: 12pt; font-family: times new roman,new york,times,serif;"> </div>
<div style="font-size: 12pt; font-family: times new roman,new york,times,serif;">You understand that I am generating these from filepro (export - dif format)? I guess I could write these as an HTML table.  Is there any difference I should be aware of between HTML and XHTML?</div>

<div style="font-size: 12pt; font-family: times new roman,new york,times,serif;"> </div>
<div style="font-size: 12pt; font-family: times new roman,new york,times,serif;">Thanks</div>
<div style="font-size: 12pt; font-family: times new roman,new york,times,serif;">Rick</div>
<div style="font-size: 12pt; font-family: times new roman,new york,times,serif;">  <br><br></div></div></div></blockquote>
<br>Rick,<br><br>I do and so it is why I suggested what I did.  I do this all the time out of PHP.  There is really no difference as far as where is the data coming from or what scripting language is used; the end result still the same.<br>
<br>The basic difference between XHTML and HTML is that XHTML may be accompanied by javascript and css to give it added functionality.  The HTML is simply your standard tag based page with standard boxed layout.  In other words, if you start to add layers, javascripts, images, objects and css to your html, you would effectively turn it into XHTML.<br>
<br>Do not let this confuse you, if you create an HTML table out of filePro with rows and columns and apply properties to this columns just as you would in HTML, if you open this file in excel, you will find that it looks just as it would on your browser.<br>
<br>Of course, this does not mean you will be able to embed formulas or anything like that, this just makes it possible for you to <br>1. Add links<br>2. Format content using fonts, background, images, ...<br>3. Display layers with properties just as you would on any standard browser<br>
<br>Excel does a great job opening these files.  Run a test, take an HTML page (mypage.html) and save it as an excel file (mypage.xls); now open the document in excel ... Nice!<br><br>A lot people spend a great deal of time and efford trying produce PDF or excel document writing complicated routines where a simple HTML table renamed with an excel file extension gives you staunding results.<br>
<br>Regards,<br><br><br>Jose Lerebours<br><br></div><br>