简体   繁体   English

从 excel 表读取数据并写入同一 excel 表

[英]Read data from excel sheet and write in the same excel sheet

I am looking for the program which will allow me to read from excel sheet (MS Office format) and then write in some new column?我正在寻找允许我从 excel 表(MS Office 格式)读取然后在一些新列中写入的程序? Apart from APACHE POI, is there any other library available in java to do this?除了 APACHE POI 之外,java 中是否还有其他可用的库来执行此操作?

I app我应用

jexcelapi is more lightweight than POI, in our experience often a lot faster and with a simpler API. jexcelapi比 POI 更轻量级,根据我们的经验,它通常更快,并且使用更简单的 API。 It is however limited to the older xls format in its present state.然而,它仅限于现有 state 中的旧 xls 格式。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM