Re: Apache POI Relative file hyperlink

2013-09-03 Thread ProgramadorJunior
ot; Target="Encuesta%20de%20bienvenida/E18"/>/ Where the path indicated in the Target attrobute is OK. -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Apache-POI-Relative-file-hyperlink-tp5713703p5713706.html Sent from the POI - Dev m

Re: Apache POI Relative file hyperlink

2013-09-03 Thread ProgramadorJunior
6/relationships/metadata/core-properties"; Target="docProps/core.xml"/> -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Apache-POI-Relative-file-hyperlink-tp5713703p5713705.html Sent from the POI - Dev mailing list archive at Nabble.com. --

Re: Apache POI Relative file hyperlink

2013-09-03 Thread Nick Burch
On Tue, 3 Sep 2013, ProgramadorJunior wrote: I'm trying to create an hyperlink to a file using APACHE POI XSSF and a relative path. When opening the .xlsx file created with *Microsft Excel* the relative path is modified and it is not well linked. Microsoft Excel adds some '../../' in front of the

Apache POI Relative file hyperlink

2013-09-03 Thread ProgramadorJunior
utputStream out = new FileOutputStream(new File("C:/cell_hyperlink_example.xlsx")); my_workbook.write(out); out.close(); } -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Apache-POI-Relative-file-hyperlink-tp5713703.html Sent from the POI - De