From 8a4fdf46b44a20346603a7c6ded1f250e79b195e Mon Sep 17 00:00:00 2001 From: rhettclaw Date: Mon, 1 Jun 2026 15:35:16 +0000 Subject: [PATCH] Add excel-to-markdown tool --- tools/excel-to-markdown/index.html | 441 +++++++++++++++++++++++++++++ 1 file changed, 441 insertions(+) create mode 100644 tools/excel-to-markdown/index.html diff --git a/tools/excel-to-markdown/index.html b/tools/excel-to-markdown/index.html new file mode 100644 index 0000000..2ad846d --- /dev/null +++ b/tools/excel-to-markdown/index.html @@ -0,0 +1,441 @@ + + + + + + Excel → Markdown 转换器 + + + + +
+
+

Excel → Markdown 转换器

+

粘贴 Excel 表格内容,自动生成 Markdown 表格

+
+
+
+ + +
+ + +
+
+ +
+
+
+ + Excel / CSV 内容 + +
+ +
+ +
+
+ + Markdown 输出 + +
+
+
+
+
+
+
+ + + + + \ No newline at end of file