Bug 22872

Summary: [RFE]: inserting of dinamicaly made picture
Product: POI Reporter: Victor Kravtsov <itechno>
Component: HSSFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P3    
Version: 2.0-pre3   
Target Milestone: ---   
Hardware: PC   
OS: other   

Description Victor Kravtsov 2003-09-02 07:04:43 UTC
I need insert dinamicaly made picture into excel file (with the help of POI). 
Can you anything advise?

With esteem,
Victor Kravtsov,
itechno@narod.ru
Comment 1 Victor Kravtsov 2003-09-02 07:05:47 UTC
I need insert dinamicaly made picture into excel file (with the help of POI). 
Can you anything advise?

With esteem,
Victor Kravtsov,
itechno@narod.ru
Comment 2 Andy Oliver 2003-09-02 13:41:16 UTC
It is only a matter of days to a few weeks before this feature is added.
Comment 3 Yegor Kozlov 2007-01-15 01:44:29 UTC
Implemented.
HSSFWorkbook.addPicture  adds a picture to a workbook. See the docs and examples.

Regards,
Yegor