codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:
Search Forums:
  save as....  luca90 at 18:20 on Tuesday, September 02, 2003
 

... prova.xls from asp page with db access?

  Re: save as....  Troy Wolf at 18:55 on Tuesday, September 02, 2003
 

Are you asking how to create an Excel document with ASP? Here is a link to a website that offers several examples of working with Office documents from ASP.
http://nuts4asp.com/page.asp?ID=12

Also, a very simple way to create an "Excel" document is to simply open a new text file, give it a "/forum/.xls" extension, and write data to the file in HTML <table> style.

Save this text as test.xls

<table>
<tr>
<th>Student</th>
<th>Score</th>
</tr>
<tr>
<td>Mary</td>
<td>90</td>
</tr>
<tr>
<td>John</td>
<td>85</td>
</tr>
</table>


You can now open this file in Excel, and it will be formatted in rows and columns in a worksheet.
Troy Wolf: site expert
SnippetEdit Website Editor


  Re: save as....  luca90 at 07:36 on Wednesday, September 03, 2003
 

... Tks, very Tks for the help.








CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums








Recent Forum Threads
•  New LucidWorks certified distribution for Solr
•  Re: submit button on html form
•  Re: FREE TV on your PC!
•  Re: How to edit a PCL file
•  Re: How to open a pop up without Titlebar?
•  Re: Testing if object exists in IE
•  Re: windows service - web service - com
•  Re: Save up to 80% on SSL Certificates, RapidSSL Certificate @ $ 11.00/yr.
•  Re: Using ASP to write RTF


Recent Articles
ASP GetTempName
Decode and Encode UTF-8
ASP GetFile
ASP FolderExists
ASP FileExists
ASP OpenTextFile
ASP FilesystemObject
ASP CreateFolder
ASP CreateTextFile
Javascript Get Selected Text


© Copyright codetoad.com 2001-2010