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.
我经常面临将数据导出为 CSV 的问题。输出的性质与 excel 中的数据透视表功能相当。
有示例代码可以在 C# 中生成简单的 Pivot。但是由于您有 2 列或更多列,因此事情变得非常复杂。我可以想象有人会建议使用报告服务或其他 BI 工具,但这些对于我们的小团队来说是没有选择的。
是否有人知道如何产生超过 2 列和一个隔离行的枢轴输出?
谢谢乙