Connect Shapes using Connectors

2010-12-11 Thread Christian Hager
Hello everyone, does anyone know if there is a way in HSLF to connect Shapes using Connectors? Thanks in advance for any help. Christian - To unsubscribe, e-mail: user-unsubscr...@poi.apache.org For additional commands, e-mail:

Re: XL

2010-12-11 Thread Risken
I mean shapes / images when I wrote objects. -- View this message in context: http://apache-poi.1045710.n5.nabble.com/XL-Send-to-back-Send-to-front-tp3301746p3301753.html Sent from the POI - User mailing list archive at Nabble.com. ---

XL "Send to back" / "Send to front"

2010-12-11 Thread Risken
Someone knows if there's a way to control the Z order of objects added in a xl sheet via HSSF/XSSF? /Johan -- View this message in context: http://apache-poi.1045710.n5.nabble.com/XL-Send-to-back-Send-to-front-tp3301746p3301746.html Sent from the POI - User mailing list archive at Nabble.com.

Re: Images and XSSF unexpected results...

2010-12-11 Thread Risken
Ok I hope i filed it ok - I really don't understand the bugzilla gui... Bug 50458 /Johan -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Images-and-XSSF-unexpected-results-tp3300963p3301691.html Sent from the POI - User mailing list archive at Nabble.com. ---

Re: Images and XSSF unexpected results...

2010-12-11 Thread David Fisher
Johan, > Ok > My code (which generated the files) is correct isn't it? I think so. > I'm using excel 2007 and OpenOffice 3.2 Do you have Excel 2010? Whether this is an Apache POI or a Microsoft Excel bug I think you should create a bugzilla report. https://issues.apache.org/bugzilla/enter_bu

Re: Images and XSSF unexpected results...

2010-12-11 Thread Risken
Forgot to write that I use Windows 7, if that matters... -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Images-and-XSSF-unexpected-results-tp3300963p3301656.html Sent from the POI - User mailing list archive at Nabble.com. --

Re: Images and XSSF unexpected results...

2010-12-11 Thread Risken
Ok My code (which generated the files) is correct isn't it? I'm using excel 2007 and OpenOffice 3.2 /Johan -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Images-and-XSSF-unexpected-results-tp3300963p3301654.html Sent from the POI - User mailing list archive at Nabble.

Re: Images and XSSF unexpected results...

2010-12-11 Thread David Fisher
Johan, > Don't know what you mean - it's a textbox and 2 images in each file. > Have a look at the resulting files instead then... > > XLS is ok: > http://apache-poi.1045710.n5.nabble.com/file/n3301618/workbook.xls > workbook.xls > XLSX is not ok: > http://apache-poi.1045710.n5.nabble.com/file/n

Re: Images and XSSF unexpected results...

2010-12-11 Thread Risken
Don't know what you mean - it's a textbox and 2 images in each file. Have a look at the resulting files instead then... XLS is ok: http://apache-poi.1045710.n5.nabble.com/file/n3301618/workbook.xls workbook.xls XLSX is not ok: http://apache-poi.1045710.n5.nabble.com/file/n3301618/workbook.xlsx w

Re: Images and XSSF unexpected results...

2010-12-11 Thread Aram Mirzadeh
It isn't a graphic it's a text box but the content is still editable as text. If not, can you post the workbook.xls file. On 12/10/2010 3:45 PM, Risken wrote: Why is it that the generated xlsx file containing 2 images and one textbox gives such strange result when I try dragging the images/t

Re: Images and XSSF unexpected results...

2010-12-11 Thread Risken
http://apache-poi.1045710.n5.nabble.com/file/n3301501/ImageTestHSSF.java ImageTestHSSF.java http://apache-poi.1045710.n5.nabble.com/file/n3301501/ImageTestXSSF.java ImageTestXSSF.java Here you have something to test with this is definitely very strange... /Johan -- View this message in contex

Re: Images and XSSF unexpected results...

2010-12-11 Thread Risken
I forgot to write that the problem is in Excel 2007. -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Images-and-XSSF-unexpected-results-tp3300963p3301415.html Sent from the POI - User mailing list archive at Nabble.com. -

Re: Updating an embedded Excel file inside Word

2010-12-11 Thread Mark Beardsley
That's a surprise as it works quite well for me. If this is OK, I will send the code I use to your personal email address - as this is now only partially a POI discussion, I do not think it ought to take place on the list really. The code I have ben using is scruffy and is very much test code only