Hi
I have some code that creates a xml excel spreadsheet. This sheet contains hyperlinks to documents in subdirectories. An example of the href for the link would be ".\dir1\dir2\document.pdf". When the spreadsheet is opened in ms excel 2007 this link is wrongly rendered as "file:///c:\temp\dir1\dir2\dir1\dir2\document.pdf".
I have found this article https://openxmldeveloper.org/forums/post/709.aspx but unfortunalty this is not working for me. Any thoughs?