https://issues.apache.org/bugzilla/show_bug.cgi?id=56123
Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #1 from Nick Burch <[email protected]> --- (In reply to andreas from comment #0) > Please can > anyone help me on that? I do not understand unfortunately the purpose > and the functionality of the method "checkExternSheet". The comment for the code which calls checkExternSheet is: // Update any formulas on this sheet that point to // rows which have been moved At first glance, it looks like the table that maps between sheet names and indexes for formulas has ended up confused, and/or that there's a bug in our logic for handling that on some edge case. A few things you could try: * Step into LinkTable in a debugger, and see what it does know about, and if the ids and names match what the normal names are * Try deleting a sheet in Excel, saving, and seeing if that fixes it * Try adding a sheet in in Excel, saving, and seeing that fixes it -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
