Hi, in Calc, I am using =CELL(“filename”) to display the filename in a cell. If the filename has a # character, eg. /home/guest/Untitled #1.ods, the resulting string will be ‘file:///home/guest/Untitled %231.ods’#$Sheet1. The # is URL encoded(?) as %23. Is it possible to have it return the actual filename (with the # in it)?
Thanks!