Tables
Generate and format tables
Create and format formal tables, informal tables, tables constructed from MATLAB® tables, tables that have a numbered title, and sparklines. See Choose Type of Table to Create in Report Generator.
Classes
Topics
Table Creation
- Choose Type of Table to Create in Report Generator
Decide which DOM or Report API class to use for a table in a report.
- Format Table Columns
Create a table and apply different formatting to columns. - Create a Table from a Cell Array
Simplify table creation by modeling the table as a cell array. - Create Dynamic Tables
Create a table whose size you do not know before run time. - Excel to PDF
Create a PDF report from a Microsoft® Excel® spreadsheet.
Table Layout and Sizing
- Side-by-Side Tables
Arrange tables next to each other on a page. - Fit Wide Tables in a Page
Slice a wide table to fit on a page. - Span a Table Entry Across Rows and Columns
Set table entry to span across rows or columns. - Set Table Column Width
Set table column widths.
Table Formatting
- Format Tables
Format tables by using template-based styles or programmatically by using format properties and objects. - Create Zebra-Striped Tables in Reports
Create tables with alternating row colors. - Create HTML Table with Multilevel Collapsible Rows
Create an HTML table with collapsible rows or nested collapsible rows. - Format Numbers in Tables
Format numbers in a table using anmlreportgen.dom.NumberFormatobject. - Align Table Entry Content Horizontally
Use format properties and objects to align table entry content.