• home
  • forum
  • my
  • kt
  • download
  • this:1/1 25records  total:9    Start  Previous  Next  Last    goto:
    Displaying Records From An Excel Database
    ON: 2007-06-30 16:48:50
    Aim of this articles is to display records from an Microsoft Excel in an ASP. We could use general SQL command while retrieving data from an excel sheet. All we need to know how to connect Excel file.
    15 times | category:
    Dynamic Excel Reports with ASP
    ON: 2007-06-30 16:48:16
    You will find here a script that will show you how to create a real Excel file (spreadsheet in biff8 format) from asp without having MS Excel. The script is using the free version of the component : DypsXSL.
    17 times | category:
    Create Excel from Form Input
    ON: 2007-06-30 16:47:21
    ASP form input can be transformed into most any type of format that you'd like to see it in. Typically, most form input either gets delivered to a database, like Access or SQL server or the output is sent to an email address or some other application. This example will show you how to take user input and create an excel file of that input on the server. The title that the user inputs will be used to name the document. When utilizing this script on your site please keep in mind that the directory that you execute the .asp code from must have user write authority established on the server.
    10 times | category:
    Create Excel on the Server
    ON: 2007-06-30 16:46:24
    This code example demonstrates how to create excel documents on your server. Using the US state info db, after reading the contents of the db instead of writing output to the browser, html text is written to the server with the .xls file extension. A link to the new document is created (in the browser) for easy navigation to the new document. The current time (server time) is also displayed to show that the excel document was created dynamically.
    5 times | category:
    Create an Employee Photo Directory with Excel and ASP
    ON: 2007-06-30 16:45:17
    This article shows how to use an Excel file as the database for an employee photo directory. As part of the Active Server Pages application it explains how to configure the spreadsheet for online use, create recordsets from the rows of data, and perform queries and navigate using a browser.
    12 times | category:
    Display an Excel DB
    ON: 2007-06-30 16:43:19
    The author writes "For small data bits on a server where the chance for significant simultaneous traffic is not likely excel can perform many of the basic tasks that can be accomplished in Access or SQL Server, but on a much smaller scale." This exmaple code demonstrates how to display data from Excel using sample data of Hank Greenberg's career statistics. Example code available for download.
    7 times | category:
    Creating Excel Spreadsheets
    ON: 2007-06-30 16:40:53
    This article describes using the Office Web Components (OWC) to create an Excel spreadsheet via ASP code based on the results from a database query. All of this complexity is encapsulated in a (rather basic) class.
    54 times | category:
    Dynamic Excel Reports with ASP
    ON: 2007-06-30 16:38:49
    This tutorial shows a quick and easy way to generate Excel reports using just ASP. It allows the server to dynamically create Excel reports without taking up any space on the server, and also allows multiple concurrent users to receive these reports simultaneously. The generated reports can be complete with Excel formulas, which allows intensive calculations to be moved to the client side. This method only works with Excel 97 or later
    11 times | category:
    Output To MSExcel
    ON: 2007-06-30 16:37:20
    This is a short example showing how to bring data from Access to excel where further manipulation can take place.
    9 times | category:
    this:1/1 25records  total:9    Start  Previous  Next  Last    goto: