Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

program to pdata data in excel

Options
  • 10-08-2003 10:45pm
    #1
    Closed Accounts Posts: 1


    I maintain a web page that requires data to be updated regurlarly
    I receive the data as a txt file with a list of numbers
    e.g. 5,76,354,6767,243,3,67,

    What I am currently doing is opening this file in excel by using commas as delimeters and then saving the file as a html file.

    I would like to write some sort of a program which would do this automatically. Since I have never done anything like this before, does anybody have any ideas as to where I should start?
    If you could just point me in the right direction, that would be great.


    Regards,
    Derek


Comments

  • Registered Users Posts: 1,372 ✭✭✭silverside


    what programming languages do you know? do you want to do this as a standalone program or automatically on the server?
    JSP and perl spring to mind but the easiest way depends on your skillset.


Advertisement