Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2001
    Location
    IA U.S.
    Posts
    22

    Lightbulb Is this possible?

    Just wondering,

    Is it possible to export data entered out to an excel spreedsheet or control cells in excel? What I am trying to do is have the user enter data that needs to be printed out after the information is entered. Like a score sheet showing the different values for varibles assigned. Also, can user entered data be added together with formulas and such, like the average of 5 test scores to equal a grade? Where should I start?

  2. #2
    Join Date
    Feb 2001
    Location
    Indigo Rose Software
    Posts
    2,728

    Re: Is this possible?

    Couple different ways that might work, I think.

    - just embed the Excel spreadsheet in an HTML file, display it in a Web Browser Object...not sure I'd recommend this, but it might work

    - export the data to some text format that Excel can import, such as CSV (comma-separated values) which is essentially just saving the contents of a comma-delimited list to a file.

    There are probably other ways, too. (Going through a DLL, etc.)
    --[[ Indigo Rose Software Developer ]]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts