1 Replies Last post: Sep 14, 2009 11:19 AM by Roman Kazmin  
ek4u   1 posts since
Sep 11, 2009
Currently Being Moderated

Sep 14, 2009 6:46 AM

Hide Row Column headers in an excel file through jxl api

Hello

 

I need to hide the row column headers displayed in an excel file open using jxl library. This is possible manually by going to Tools->Options->Row-column Headers(check/uncheck). But I nedd to do this through code using jxl api. Can anyone help plz.

 

Thanks

Roman Kazmin TeamDev Ltd. 154 posts since
Nov 21, 2008
Currently Being Moderated
1. Sep 14, 2009 11:19 AM in response to: ek4u
Re: Hide Row Column headers in an excel file through jxl api

Hello

 

Please make sure that you are using the JExcel library, because following the subject it most likely that you are using the other product.This forum is intended for support of TeamDev products (www.teamdev.com) only. Please address all your questions related to usage of jexelapi product to corresponding site of product owner. I hope this helps.

 

Using our JExcel library you can hide these headers using displayHeadings method of Worksheet class.

 

If you have any questions related to usage of our JExcel product, please let us know and we will be happy to help.

 

Sincerely,
Roman

More Like This

  • Retrieving data ...