我们能否在 jxls 中定义局部变量,用于设置列的递增计数。
例如:考虑以下
<jx:forEach items="${myList}" var="myVar">
-- i need to define a local integer variable here which will have an initial value as 0
-- and i will increment it and display in the output xls's first column
</jx:forEach>
基本上我的要求是在 jxls 代码中有某种局部变量声明,我会在 xml 中增加和显示。
欢迎任何其他替代方案。
问候, 拉胡尔