小编Vla*_*mir的帖子

Apache poi如何获取单元格坐标

我尝试获取单元格的坐标,现在我编写下一个代码:

for (Row row : sheet) {
   for(Cell cell : row){
      // how to get a cell coordinates?
   }
}
Run Code Online (Sandbox Code Playgroud)

如何获取单元格的坐标 (dx1, dx2, dy1, dy2) ?

java excel cell coordinates apache-poi

5
推荐指数
2
解决办法
2万
查看次数

标签 统计

apache-poi ×1

cell ×1

coordinates ×1

excel ×1

java ×1