gpt4 book ai didi

java - 在 POI 中使用列索引

转载 作者:行者123 更新时间:2023-11-30 06:57:21 26 4
gpt4 key购买 nike

我在 Web 应用程序中使用 Apache POI 3.10.1。我需要知道如何使用列索引代替 setCellFormula 中的列字母:

xcell.setCellFormula("SUM(A1:B1)");

//desire to make this all dynamic as I iterate thru columns and rows
xcell.setCellFormula("SUM(01:11)");

最佳答案

您可以构造一个CellReference,例如通过构造函数 CellReference(int pRow, int pCol) 然后通过 formatAsString()

检索 Excel 样式的列字符串

对于您在上面使用的区域,有 AreaReference,它由两个 CellReference 实例构成,可以返回“A1:B1”值。

关于java - 在 POI 中使用列索引,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33511223/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com