Ok, for an Office 2007 file, I can identify what is different, but using POI how do I set a custom property on a file.
>> Is there a way to detect a property is a link? >I've no idea, but I'd suggest you compare what is in several different >files and look for common patterns >> Is there a way to process Office 2007 files in a similar fashion? >.xlsx files are easier to debug with, as they're a zip file of xml files. >I'd suggest you create a file that is fairly simple and has no link. Then, >take a copy, and add a single link. Next, unzip both. Finally, use diff or >similar to spot the differences (eg any new file entries? which files >differ?). That should tell you what's needed
