我尝试获取单元格的坐标,现在我编写下一个代码:
for (Row row : sheet) { for(Cell cell : row){ // how to get a cell coordinates? } }
如何获取单元格的坐标 (dx1, dx2, dy1, dy2) ?
java excel cell coordinates apache-poi
apache-poi ×1
cell ×1
coordinates ×1
excel ×1
java ×1