Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有可能在类似于 excel 或 SQLServer 的电子表格视图中获取数据库。我尝试将数据库文件转换为 txt 我确实得到了结果,但不是我希望的清晰的。
一旦你从数据库中提取信息,创建一个表格视图,然后填充单元格/行,你就有了一个电子表格视图。
您也可以将其保存为分隔字符串并将其通过电子邮件发送到某处,以便您可以在 Excel 中打开它。