Yes, contributions in any form are always welcomed.

POI is volunteer project and the functionality you are looking for was
contributed in different times by different people. It is not yet
finished but it does not mean it will always be so. Join the project
and help us to improve it!

Yegor

On Thu, Jan 19, 2012 at 12:55 PM, Me Myself and I
<[email protected]> wrote:
>
> Is support being looked at for the things I have described?  They are severe 
> limiting factors.
>
>> Date: Thu, 19 Jan 2012 11:13:37 +0400
>> Subject: Re: POI Java programming Questions
>> From: [email protected]
>> To: [email protected]
>>
>> On Thu, Jan 19, 2012 at 3:44 AM, Me Myself and I
>> <[email protected]> wrote:
>> >
>> > At the moment, POI stands at v3.8 beta 5.
>> >
>> > I have used up to version 3.7, and I have found problems such as:
>> >
>> > -Programming java code to draw a graph based on a range of cells relative 
>> > to another one
>> > and insert the graph as an image object embedded in file on a particular 
>> > Excel Worksheet.
>> >
>> POI still has a limited support for charts. For now only scatter
>> charts are supported. A simple demo is available in the examples:
>> https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/xssf/usermodel/examples/ScatterChart.java
>>
>> > -Exporting said Excel graph as a jpg, gif or bmp file.
>> >
>>
>> Exporting charts as images is not supported.
>>
>> > -Changing and inserting different Fonts and sizes for brand new 
>> > CharacterRuns
>> >  in an MS Word text document (Typical XP format).
>> >
>> Have a look at this example:
>> https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/xwpf/usermodel/SimpleDocument.java
>>
>> > -Similarly inserting, sizing and resizing, and exporting gif, jpg, gif file
>> > images.  As well as anchoring the image to a "text cursor location"
>> > as well as a free floating image, as well as the consequences of having
>> > images partly or fully over the top of other images.
>> >
>>
>> Some examples how to add images can be found in POI test classes:
>> https://svn.apache.org/repos/asf/poi/trunk/src/ooxml/testcases/org/apache/poi/xwpf/usermodel/TestXWPFRun.java
>>
>> Yegor
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to