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
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
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
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
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
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.