Hi everyone,
I’m building a application that monitors information on a website. The website allows you to save stuff off it as a CSV.
My problem arises when I try to pull time and date information from Excel.
For those who want to see what spreadsheet I am working on: http://ets.aeso.ca/ets%5Fweb/ip/Market/Reports/CSMPriceReportServlet?contentType=html
if you want the spreadsheet: change the html in the link to csv
I’m having trouble with A6 downward and B6 downward column.
When I pull out the A6 column, the dynamic type is string. My question regarding this part is: Is there any way I can parse the string into a DateTime so I can format it in a standard way?
When I pull out the B6 column, the dynamic type for the time (HH:MM:SS AM/PM) becomes double. Is there any way I can parse the double into a DateTime so I can format it in a standard way as well?
Thanks so much for your time you guys!
Cheers, -Jeremiah Tantongco