xls2ddl/docs/t1_prompt.md
2025-11-12 12:30:08 +08:00

9 lines
467 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

帮写一个程序,将数据库表定义的json数据写成一个xlsx文件,按规则写xlsx文件:
xlsx文件名为<数据表名>.xlsx
每个sheet定义一个记录集,第一行写记录名字,第二行开始是数据
名字为"summary"的sheet中只有一条记录,是json顶级属性的name title primary catelog
名字为“fields”的sheet,写字段记录
名字为“indexes“的sheet,写索引
名字为”codes“的sheet,写字段编码