How to create Excel spreadsheet from HTML report?
古いコメントを表示
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>

採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!