2

我有 XML 数据源。我想使用java中的API在Google docs(电子表格)中导入这个XML数据源。这可能吗?或者有没有其他方法可以在JAVA中将xml数据存储为csv文件?

4

2 回答 2

0

试试这个库http://www.ricebridge.com/xml-csv-convert.htm

我以前没用过,但从描述来看它应该做你想做的事(xml到csv)

于 2013-10-16T04:53:12.760 回答
0

如果您不限于使用 Java,则可以使用 Google 文档提供的 IMPORTXML 函数:

=IMPORTXML("https://en.wikipedia.org/wiki/Moon_landing", "//a/@href")

来源: https ://support.google.com/docs/answer/3093342?hl=en

于 2018-05-08T08:58:43.960 回答