I am working on a demo project where I have to send the reports of the stock market to different clients. The company’s whose stock price they want are stored in different excel. I am collecting stock market data from [Moneycontrol.com ]
- I have to create a queue to push the stock report data, my Bulk Add queue item is throwing an error, as a Badrequest, despite putting Datatable as a variable.
- Read all excel, record each stock and write in excel as well
- Send mail to all clients with their excels attached.
Somebody, please guide me. I appreciate it!
Thank you in advance!