Re: Apache POI Relative file hyperlink

2013-09-03 Thread ProgramadorJunior
I found another XML that I think is the one you wanted to look at. Inside the .xlsx in xl/worksheets/_rels there's the file *sheet1.xml.rels* and one of its relationships is /http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink"; TargetMode="External" Target="Encuesta%20de

Re: Apache POI Relative file hyperlink

2013-09-03 Thread ProgramadorJunior
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 Relative file hyperlink

2013-09-03 Thread ProgramadorJunior
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 path. I tried opening it with OpenOffice and