public class MarkdownTableUtils extends Object
| Constructor and Description |
|---|
MarkdownTableUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
to(List<Row> records) |
static String |
toItems(Row row)
将单个 Row 对象转换为 Markdown 格式的键值列表
输出示例:
- key1: value1
- key2: value2
|
static String |
toMarkdownTable(String[] head,
List<List<Object>> body) |
Copyright © 2026. All rights reserved.