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.
有没有将 XSLX 文件转换为 CSV 的库?
使用 apache poi 生成的 XSLX 文件
如果没有,有人为此开发了有用的方法吗?
谢谢
Apache POI 是很好的 API。我个人使用过,效果很好。
快速互联网搜索给出以下可能对您很方便的程序:
https://gist.github.com/Munawwar/924389
您已经在问题中提到了答案。只需用于Apache Poi读取xslx文件并将其导出为csv
Apache Poi
xslx
csv
您可以在此处找到示例代码