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]

Reply via email to