小殊哥哥
poin.(夏威夷的)芋粉酱网络兴趣点(Points of Interest);信息点(Point Of Interest);芋泥复数:pois 例句1.One of the latest approaches attempting to reduce POI is gum chewing.一个最新的办法试图减少波伊是嚼口香糖。2.The remaining two studies showed no significant difference, but a slight tendency towards a reduction of POI.剩下的两个研究表明无显着差异,但有轻微倾向减少蒲。3.If there is more than one POI in the area, the results are sorted by distance.如果有一个以上的蒲在该地区,其结果是按距离。4.Apache POI is a set of Java APIs for working with both older and newer Microsoft standard documents.ApachePOI是一组用于处理旧版和新版Microsoft标准文档的JavaAPI。5.I got your poi nt.我知道你的想法了。
我最牛牛
apache的一个开源框架,主要是用来读写word,excel等表格信息的。word的读写其实使用poi并不好处理,因为api不全,复杂点的word有表格形式的就比较难处理,但是excel不一样,格式比较固定,api也比较全面。之前我公司主要使用poi来出来excel表格的导入和导出,非常好用,用poi来出来word的导入,但是导出因为api的原因就不好处理,建议你使用他来处理excel的导出导入吧,很多demo,很好使用的哦