본문 바로가기
Java

[JXLS] jx:if 사용법

by palbokdev 2022. 12. 15.
jx:if(condition="employee.payment <= 2000", lastCell="F9", areas=["A9:F9","A18:F18"])

조건식이 참일때 A9:F9 영역을, 거짓일때 A18:F18 영역을 가져옵니다.

 

ref : https://jxls.sourceforge.net/reference/if_command.html