Question HTM to EXCEL or CSV

If it's something you can do in Excel manually then it's something you can do using Progress code. You would probably use the COM object available.
The more pertinent question would be "why"?
 
Modern versions of Excel will read HTML files as well. If you have to do a lot of processing to clean things up... you are looking at writing your own utilities.
 
Back
Top