jx:area lastCell limit #138
-
Hello, I use jXls 2 markup in Excel file. the attribute lastCell of my area is BS5. The transform works fine until column AY. After, jx:each markup stops working. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
SoltauFintel
Jul 16, 2021
Replies: 2 comments
-
You're lucky. I had this problem some days ago. Solution: There's a column limit in JXLS. You can modify it using ((PoiTransformer) transformer).setLastCommentedColumn(column); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SoltauFintel
-
Thanks a lot!
It works fine.
Before posting message, I googled but found nothing.
KR
Jean-Pascal
From: SoltauFintel ***@***.***>
Sent: vendredi 16 juillet 2021 15:55
To: jxlsteam/jxls ***@***.***>
Cc: Jean-Pascal LAUX ***@***.***>; Author ***@***.***>
Subject: Re: [jxlsteam/jxls] jx:area lastCell limit (#138)
You're lucky. I had this problem some days ago.
Solution:
There's a column limit in JXLS. You can modify it using ((PoiTransformer) transformer).setLastCommentedColumn(column);
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#138 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AUMWJ7AA2KCAWQ7F5JFM47TTYA235ANCNFSM5APL5S4Q>.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You're lucky. I had this problem some days ago.
Solution:
There's a column limit in JXLS. You can modify it using ((PoiTransformer) transformer).setLastCommentedColumn(column);