When I consult the link with Microsoft Excel the path is '../../../../../Encuesta%20de%20bienvenida/E18'. It has added all the dots before the path I wrote in the code. If I open the file with OpenOffice the path appears just as I wrote it, without the dots. Sorry this is my first time working with Apache POI and Excel and I really don't understand anything from the XML file you mentioned. I unzipped the .xlsx and this is the whole content of the file inside the _rels folder:
*.rels* <?xml version="1.0" encoding="UTF-8"?> <Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"> <Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml"/> <Relationship Id="rId2" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties" Target="docProps/app.xml"/> <Relationship Id="rId3" Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties" Target="docProps/core.xml"/> </Relationships> -- 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. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org