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.
使用提供的导出命令导出 NatTable 可以正常工作,但是当表中填充大量数据时,导出将花费非常长的时间,有时甚至在数据量太大时都不会发生。是否有另一种方法可以将数据导出到一个简单的 csv 文件或不会陷入困境的类似文件?
你用什么出口商?core 中的默认值创建 xml 格式。POI 扩展中的一个使用 Apache POI。还有一个 csv 导出器贡献给了核心,它尚未发布,但在 SNAPSHOT 版本中可用。
如果它们还不够,您甚至可以实现自己的导出器并通过 ConfigRegistry 注册它。