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.
嗨,我正在使用 jxls 生成 excel 表,我的问题是在 o/p 表中我得到了额外的行,还有一些边框样式。为了进一步参考,我在这里添加了两张图片
您是否尝试过使用 foreach 标签?这应该防止创建额外的行:
<jx:forEach items="${collection_name}" var="collection_var"> ${collection_var.PROPERTY_NAME} </jx:forEach>