Writing a Program to store Name & Emaill address in an Excel file.

Discussion in 'Programming' started by rose21, Mar 30, 2014.

  1. #1
    Hi
    I would like to store (User) Name & email address from a website for a personal use.
    I have installed JDK 8 and My Operating System is windows 8.
    Anybody ready to help me? I'm ready to pay if your code is working successfully.
    Please feel free to discuss.
    Best Regards
     
    rose21, Mar 30, 2014 IP
  2. AbstractChaos

    AbstractChaos Member

    Messages:
    58
    Likes Received:
    4
    Best Answers:
    4
    Trophy Points:
    25
    #2
    I assume with the inclusion of a JDK you wish for a java application.

    Could you provide a little more information regarding the source of the data?
    • How is it stored on the host?
    • do you have access to that server to change code or modify database?
    • Do you expect the program to retrieve it from the site or is there an interim data format?
    Regards
    Abs
     
    AbstractChaos, Mar 31, 2014 IP
  3. rose21

    rose21 Active Member

    Messages:
    209
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #3
    Hi
    I would like to store registered user Name & Emails address in an Excel file,
    The website is my own Directory.
    I need a Java program.
    Best Regards
     
    rose21, Mar 31, 2014 IP
  4. ShinoRex

    ShinoRex Well-Known Member

    Messages:
    227
    Likes Received:
    9
    Best Answers:
    2
    Trophy Points:
    148
    #4
    Hi,
    You can use Google form using drive, so that we can create and embed any type of forms in our sites and the details entered by the user will be stored in a spreadsheet. Try it..


    Thanks
    Shino
     
    ShinoRex, Mar 31, 2014 IP
  5. AbstractChaos

    AbstractChaos Member

    Messages:
    58
    Likes Received:
    4
    Best Answers:
    4
    Trophy Points:
    25
    #5
    Hi there,
    I would need more information regarding your "Directory", such as technologies used,
    whether you'd want to connect to database directly (will requires a few configuration changes to work) or to use the server side language.

    If you're just trying to do this as a one time thing you could take an export of your database as a csv, pretty much every spreadsheet software I have seen can load these directly.

    Regards
    Abs
     
    AbstractChaos, Apr 1, 2014 IP
  6. oneilonline

    oneilonline Greenhorn

    Messages:
    17
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    13
    #6
    This can be easily accomplished with some simple coding to gather the info in realtime and output the results into an excel file.
    No software needed. What website are you pulling the info from?
    Let me know if you are interested.
     
    oneilonline, Apr 1, 2014 IP