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
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.
--
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
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