https://bugs.documentfoundation.org/show_bug.cgi?id=132136
Eike Rathke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.documentfounda | |tion.org/show_bug.cgi?id=85 | |986 --- Comment #6 from Eike Rathke <[email protected]> --- SHEET() is a standardized function, see https://docs.oasis-open.org/office/OpenDocument/v1.3/os/part4-formula/OpenDocument-v1.3-os-part4-formula.html#SHEET Apart from that, adding optional parameters to long introduced functions is almost always a bad idea, as it leads to compatibility problems. Adding a new SHEETNAME() function would be possible, but that would have to listen to sheet rename events to be recalculated when a sheet name changes, where currently such recalc dependency isn't implemented at all, so it's not just "let's add a new spreadsheet function". The sheet rename event listening would be needed also for CELL("filename") though, see bug 85986. -- You are receiving this mail because: You are the assignee for the bug.
