public class HtmlTableUtils extends Object
| Constructor and Description |
|---|
HtmlTableUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
to(List<Row> records)
Converts a list of Row records into an HTML table.
|
static String |
toHtmlTable(String[] head,
List<List<Object>> body)
Builds an HTML table string from header and body data.
|
Copyright © 2026. All rights reserved.