Hi Aspose team,
in attached project you can find coding and small app used to:
1. show all LinkSources in textfile
2. make change of that linksource (there is only one)
3. show all link sources in new created file where replacement is saved
If you run app you'll see something like:
d:\_Projects\Bugs\Aspose\0\PDF\bin\Debug>pdf
INITIAL TEST FILE OUTPUT
Data Source:P:\PROJECTS\SCM-ToolBox\A1__Tools\02__Pipeline_Regler\00_GJ_aktuell\Pipeline_Linie_01.xlsm
ToString:Aspose.Cells.ExternalLink
-----
INITIAL TEST FILE OUTPUT
Data Source:P:\PROJECTS\SCM-ToolBox\A1__Tools\02__Pipeline_Regler\00_GJ_aktuell\Pipeline_Linie_01.xlsm
ToString:Aspose.Cells.ExternalLink
-----
New file saved
NEW TEST FILE OUTPUT
Data Source:P:\PROJECTS\ASPOSE\A1__Tools\02__Pipeline_Regler\00_GJ_aktuell\Pipeline_Linie_01.xlsm
ToString:Aspose.Cells.ExternalLink
Data Source:file:\\\P:\PROJECTS\SCM-ToolBox\A1__Tools\02__Pipeline_Regler\00_GJ_aktuell\Pipeline_flexible_Auswahl_Linien.xlsm
ToString:Aspose.Cells.ExternalLink
It is interesting that change is done (first Source value) but new added (no idea how) is filled with original Source value plus file:\\\ is also added.
Can you please check?