Bug 22872 - [RFE]: inserting of dinamicaly made picture
Summary: [RFE]: inserting of dinamicaly made picture
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 2.0-pre3
Hardware: PC other
: P3 enhancement (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-02 07:04 UTC by Victor Kravtsov
Modified: 2007-01-15 01:44 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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