开发者

JXL Hide a Sheet on creation

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜