-3

i need to write a script to arrange data in excel and convert into xml automaticlly which language is more suitable, java or VBA macro? or anything else? but VB looks a little ..confused anybody do this kind of programming before, give me some suggestions!

4

2 回答 2

2

如果您使用 Java,则可以使用 Apache POI 读取 Excel 文件,并使用 JAXB 生成 XML 文件。

阿帕奇 POI: http: //poi.apache.org/

JAXB:http ://www.oracle.com/technetwork/articles/javase/index-140168.html

于 2012-08-23T08:22:02.040 回答
0

在我看来,这不是语言的问题,而是适当的库的问题。可能有很好的库可以在 VB 中操作 excel,因为它们来自同一家公司。但是,在 java 中,您会发现一些库可以使操作和导出 excel。java中的库之一是:

http://poi.apache.org/

于 2012-08-23T08:23:59.103 回答