I have an excel file which is refreshing data every few seconds and running calculations on the data. I would like to be able to send it to various clients via a socket, is this possible? Thanks in advance!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
While I think that it’s possible, I wouldn’t advise it. Excel isn’t setup for that and it’s highly likely that it won’t be completely stable, even on a server.
You might want to investigate using SQL Server Express or another database solution that can operate it in the background and should provide that functionality.
Maybe if you give some details on what you’re trying to provide, you will get a better selection of options.