Re: Antwort: Re: Add images to a cell using POI 2.5 ---Help urgent

2006-12-07 Thread Anthony Andrews
Firstly, I found out the VBA that you would have to code to insert the picture using an on activation macro; Sub Macro1() ' ' Macro1 Macro ' Macro recorded 07/12/2006 by XX ' ' Range("A1").Select ActiveSheet.Pictures.Insert( _ "C:\temp\my_image.jpg"). _ Select End Sub

Antwort: Re: Add images to a cell using POI 2.5 ---Help urgent

2006-12-07 Thread m-n . rajulah
thanks a lot for the detailed reply ...Can you please let me know if possible ..JExcel code snippet ... [EMAIL PROTECTED] 07.12.2006 14:11 Bitte antworten an poi-user@jakarta.apache.org An poi-user@jakarta.apache.org Kopie Thema Re: Add images to a cell using POI 2.5 ---Help urgent

Re: Add images to a cell using POI 2.5 ---Help urgent

2006-12-07 Thread Anthony Andrews
I can think of three possible options. The first is to look at using an on-activation macro to embed the image for you. I do not know the VBA code that you would need to use but you can embed a macro in the template spreadsheet file. This macro will be preserved when you create the final file b

Re: PPT Unicode

2006-12-07 Thread Tales Paiva Nogueira
Hi, I'm not changing the text. I just read it. My problem occurs when there is any TextCharsAtom because the platform I am using doesn't support Unicode, just ISO-8859-1. So I had to change the code replacing UTF-16LE by ISO-8859-1. So I think I have no way out but show the text, withou

Add images to a cell using POI 2.5 ---Help urgent

2006-12-07 Thread m-n . rajulah
the error is still there ..POI 2.5.1 does not support this feature .Is there any other way by which this can be implemented .. [javac] ExcelKurveAction.java:688: cannot find symbol [javac] symbol : variable PICTURE_TYPE_PNG [javac] location: class org.apache.poi.hssf.usermodel.HSSFW