RE: [UPDATE]Help!!! Printing Gridlines

2004-09-22 Thread Darshak Mehta
related formatting was lost in the second pass. I commented the second pass and things are just fine. This leaves me with a different problem however. I still need to insert image in the first sheet :(. Anybody has any ideas? Darshak -Original Message- From: Darshak Mehta Sent

Help!!! Printing Gridlines

2004-09-22 Thread Darshak Mehta
Hello, I have a workbook with 10 sheets. I set the print area which works fine. I also want to print the gridlines. I am trying to do that by sheet.setPrintGridlines(true) or sheet.setGridsPrinted(true). None of these seem to work and I still get the sheet without gridlines. I am totally confus

multiple freeze panes

2004-07-27 Thread Darshak Mehta
Hello, Does HSSF support multiple freeze panes in a single sheet? Say I want one based on a column and one based on a row so that they are always visible. Thanks in advance, Darshak

RE: RE : Linking to other sheets in the same workbook

2004-07-23 Thread Darshak Mehta
k, you will find for example: =HYPERLINK("#Sheet1!A1", "More...") depending on your locale for the function name and the argument separator. You'll have to set the cell style properly if you want blue undelined text. Hope this help, bye jp -Message d'origine- De : D

Need help urgent!!

2004-07-22 Thread Darshak Mehta
How can I insert an existing image file into an excel workbook I am generating? I scoured the net but could not file very many useful examples. Darshak

RE: Linking to other sheets in the same workbook

2004-07-22 Thread Darshak Mehta
required sheets and do the processing. Thanks Pavan Darshak Mehta <[EMAIL PROTECTED]> wrote: Hello, I recently started fiddling around with HSSF. Can someone give me pointers regarding linking cells to other sheets in the same workbook? We have a multi sheet workbooks and Need to na

Linking to other sheets in the same workbook

2004-07-22 Thread Darshak Mehta
Hello, I recently started fiddling around with HSSF. Can someone give me pointers regarding linking cells to other sheets in the same workbook? We have a multi sheet workbooks and Need to navigate from the first page to other workbooks. Thanks in advance, Darshak