RE: Major Problem With POI Excel reader: Urgent Help Needed

2006-05-05 Thread Tobias Meyer
different encodings evolved and what you should know these days to handle them. Hth, Tobias > -Original Message- > From: Tahir Akhtar [mailto:[EMAIL PROTECTED] > Sent: Friday, May 05, 2006 12:56 PM > To: 'POI Users List' > Subject: RE: Major Problem With P

RE: Unable to set the sheetname using POI API

2006-01-23 Thread Tobias Meyer
You should create your sheet in the workbook. If you just create a java object, how is POI supposed to know to which workbook it should belong to. i.e. use: workbook.createSheet("name") instead of : new HSSFSheet("name"); and all should be fine... Hth, Tobias >

RE: hebrew (or UTF) text

2006-01-08 Thread Tobias Meyer
uses UTF-16 for all internal purposes, and that should propably not be changed) The content-disposition charset should not make any difference - I would completely omit it... (i.e. response.setHeader("Content-disposition","attachment;filename=Book.xls") ) Hth, Tobias >

AW: How to clone Rows or move rows between sheets?

2005-12-29 Thread Tobias Meyer
within the region. Hth, Tobias P.S. @Karsten: Hättest auch gleich bei uns anrufen können :-) -Ursprüngliche Nachricht- Von: Karsten Voges [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 28. Dezember 2005 12:15 An: poi-user@jakarta.apache.org Betreff: How to clone Rows or move rows between

RE: HSSF Failure in IE

2005-12-16 Thread Tobias Meyer
etContentType("application/vnd.ms-excel"); I'm not sure about the filname ending. It was always ".xls" for us in the content-disposition, but never in the URL... Hth, Tobias > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] >

AW: 2 Fonts in 1 Cell - ByteArrayInputStream

2005-12-05 Thread Tobias Meyer
fonts-configuration). Tobias > -Ursprüngliche Nachricht- > Von: Anthony Andrews [mailto:[EMAIL PROTECTED] > Gesendet: Samstag, 3. Dezember 2005 12:17 > An: POI Users List; Christian Gosch > Betreff: Re: 2 Fonts in 1 Cell - ByteArrayInputStream > > > Hello Christian &g

AW: 2 Fonts in 1 Cell - ByteArrayInputStream

2005-12-02 Thread Tobias Meyer
between Unicode, UTF-8 and UTF-16 ? ;-) Hth, Tobias > -Ursprüngliche Nachricht- > Von: smashy [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 29. November 2005 09:34 > An: poi-user@jakarta.apache.org > Betreff: 2 Fonts in 1 Cell - ByteArrayInputStream > > > Hi, &

AW: Excel out of memory when using HSSFCell.ENCODING_UTF_16

2005-11-07 Thread Tobias Meyer
such)... If I find some more time, maybe I can make a copy of the database and wipe confidential info... Regards, Tobias > -Ursprüngliche Nachricht- > Von: Karl-Heinz Zengerle [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 4. November 2005 10:29 > An: POI Users List > Be

Excel out of memory when using HSSFCell.ENCODING_UTF_16

2005-11-03 Thread Tobias Meyer
is cell nr. 57756). The problem does not occur if there are fewer lines (than ca. 600?? - I have not extensively tested this) I tried to write a testcase, but unfortunately the problem seems to be a little tricky to trigger. Has anyone seen similar behaviour before? What can I do to investigate furth

Link to PDF File

2004-11-04 Thread Tobias
quot;,\"PdfLink\");"); If i link to the parent folder the excel file opens and i can add the pdf (filename) to the path. Question: Where is the failure? Can i link directly to the pdf document? Regards Tobias -

Creating a HSSF - File (.xls) with pdf Objects in it

2004-10-25 Thread Tobias
Excel offers the option to import a pdf Document into a .xls workbook and make it visible/ available in a xls-sheet. The Formula in Excel looks like that: =EINBETTEN("Paket";"") Is this f.e. possible through ths formula operation, i thought of something like: HSSFWorkbook wb = new HSSFWorkbook(