列配置(共 {{ columns.length }} 列)
全选
/
全不选
| {{ c.letter }} |
|---|
| {{ r[c.idx] === undefined ? '' : r[c.idx] }} |
请先选择或拖入 Excel / CSV 文件
{{ previewJson }}
📊 数据概览
总行数:{{ totalRows }}
启用列:{{ enabledCols.length }} / {{ columns.length }}
输出行数:{{ outputRowCount }}
JSON 字节数:{{ formatSize(jsonSize) }}
📑 列统计
{{ c.outName || c.origName }}
· 类型 {{ c.type }} · 非空 {{ c.stats.nonEmpty }} · 空 {{ c.stats.empty }}