I have a html file which I want to write into an excel file. I thought the command I should put in my .bat file would be myfile.html > myfile.xls OR myfile.html >> myfile.xls
What it is doing is creating the file but when I open it is renamed correctly but blank in terms of content. the html file is just a massive table of data so surely it can just post it to the excel file correctly?