Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何获取知道列号和行号的单元格的公式地址?我想用它将动态数据源链接到图表。谢谢
您可以使用 formatRCNr 方法:
String rangestr = workBook.formatRCNr(0, 0, false) + ":" + workBook.formatRCNr(2, 2, false); //A1:C2