How to create Excel spreadsheet from HTML report?
Show older comments
I have an HTML report with some information, and I would like to use MATLAB to extract a subset of the text and export to an Excel spreadsheet. How can I do this?
Attached is the HTML file, and copied below are its contents. I have also included a screenshot of the result that I would like to achieve after exporting to an Excel spreadsheet:
<div class="info">
<pre>
###########################################
<strong>-------------------------------------------</strong>
<strong>--------------- Section 1 -----------------</strong>
<strong>-------------------------------------------</strong>Date = 01/01/2018
Time = 12:00:00
Type = Type1
Number1 = 1234
Comments = <strong>-------------------------------------------</strong>
<strong>--------------- Section 2 -----------------</strong>
<strong>-------------------------------------------</strong>Number2 = 100.0001
Version = 1.0.0
Program = example.exe</pre>
</div>

Accepted Answer
More Answers (0)
Categories
Find more on Spreadsheets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!