HWPF header and footer

2004-05-21 Thread Alexandru, Ionita
Do you have any idea when HWPF will be able to handle with headers and footers? Thanks!

Insert table

2004-05-21 Thread Alexandru, Ionita
How can I insert a table in a word document, and how can I set cell properties, for example to set the invisibility for the upper line of cell or other line of cell on printing process.

Jaoanese Content In MicroSoft Word, Excel

2004-05-21 Thread Ankur Goel
Hi I am new to POI. I want to parse the words and excel documents which have content in Japanese. Can I do it through POI so it's only for English language only . Regards, Ankur -Original Message- From: Alexandru, Ionita [mailto:[EMAIL PROTECTED] Sent: Friday, May 21, 2004 2:45 PM

hi..

2004-05-21 Thread Durai Samy, Gowri Shankar (Cognizant)
hi.. i am new to POIFS.. my requirement is to read a MS Excel file from a java class. can somebody tell me how to start with. i have downloaded the bundle from jakarta project.. Regards, Gowri Shankar This e-mail and any files transmitted with it are for the sole use of the intended

Remove Format

2004-05-21 Thread Majumder, Sanjib (Cognizant)
Hi, I want to know how to remove Standard and Formatting options from the ToolBar of any Excel file. I need to implement this change by using POI API. Sanjib ** Message from InterScan E-Mail VirusWall NT ** ** No virus found in attached file noname.htm No Virus detected in the

Re: Remove Format

2004-05-21 Thread Avik Sengupta
POI is a file format processor, not a JAVA front end to excel. On Fri, 2004-05-21 at 17:36, Majumder, Sanjib (Cognizant) wrote: Hi, I want to know how to remove Standard and Formatting options from the ToolBar of any Excel file. I need to implement this change by using POI API.

Re: hi..

2004-05-21 Thread Avik Sengupta
If you would have spent some time on the net, you would have found http://jakarta.apache.org/poi/hssf/index.html which tells you all you need to know to get started. On Fri, 2004-05-21 at 17:34, Durai Samy, Gowri Shankar (Cognizant) wrote: hi.. i am new to POIFS.. my requirement is to

RE: HELP!! Bug with Output File Size!!!

2004-05-21 Thread Avik Sengupta
Not that I know of :( On Fri, 2004-05-21 at 07:02, Jean, Victor [IT] wrote: I did some additional testing and it appears that when I call sheet.removeRow(row);, it clears out the row contents, but doesn't actually remove the row. So, I basically have a spreadsheet with 2800 blank rows

Re: [HSSF]Named Ranges

2004-05-21 Thread Avik Sengupta
AFAIK, the parser does not support that kind of a range assignment. When writing the named ranges parser, it appeared that it had wide ranging format support, but one is constantly surprised by the range (sic) of ways in which named ranges can be specified. On Fri, 2004-05-14 at 15:07, Tony

RE: hi..

2004-05-21 Thread Durai Samy, Gowri Shankar (Cognizant)
tnx. i was exploring a link http://jakarta.apache.org/poi/poifs/index.html .. i will look into it.. regards, Gowri Shankar -Original Message- From: Avik Sengupta [mailto:[EMAIL PROTECTED] Sent: Friday, May 21, 2004 6:01 PM To: POI Users List Subject: Re: hi.. If you would have

Re: Use Macro in Excel through POI

2004-05-21 Thread Avik Sengupta
1) Can I use POI to write (export) VBScripts macros to an Excel spreadsheet (.xls) file? If yes, then what version of POI (HSSF) do I need? Nope. 2) If I aleady have a separately developed Excel spreadsheet with embeded VBScript macros, can I use POI to write (export) additional