开发者

JXL Hide a Sheet on creation

开发者 https://www.devze.com 2023-01-31 05:07 出处:网络
JXL Hide a Sheet My requirement is like this I need to create a sheet and make it hidden ( using JXL API) .

JXL Hide a Sheet

My requirement is like this

I need to create a sheet and make it hidden ( using JXL API) .

Later from the program I would populate values in to the hidden sheet which is a reference for another sheet.

Can some one tell me how to hide a sheet using JXL API.

Regards,

开发者_Go百科N.S.Balaji


Try calling:

sheet.getSettings().setHidden(true);

0

精彩评论

暂无评论...
验证码 换一张
取 消