|
Dealing with Data / Data formats / FORMAT=HTML |
HTML is a table-oriented text output (only) which renders the contents as an HTML table for use in a web page. It is available on all versions of RATS. You can apply it to data series and reports.
RATS Instructions
|
copy(format=html) |
copy series from memory to an HTML table |
|
prtdata(format=html) |
copy series from a RATS format file to an HTML table |
|
write(format=html) |
write scalars or arrays from memory to HTML file |
|
report(format=html) |
used with the ACTION=SHOW and UNIT options, this writes the report to an HTML table |
Interface Operations
Report Windows
You can write reports to HTML using File>Save As, File>Export, Edit>Copy; the
and
toolbar items, and the Export and Copy contextual menu operations.
Series Window and RATS Data File Window
You can export series using File>Export..., the
toolbar button, or the Export operation on the contextual menu.
Matrix Windows
You can write the contents of a matrix window to an HTML file using File>Save As, File>Export; the
and
toolbars, and the Export contextual menu.
Details
This produces just a part of a full HTML file, so you will have to insert it into a larger document. From a report window, it copies real numbers as they are displayed on the screen, so format them first to the precision that you want.
Copyright © 2026 Thomas A. Doan