https://issues.apache.org/bugzilla/show_bug.cgi?id=56114
--- Comment #3 from Nick Burch <[email protected]> --- For someone who this affects, any chance you could: * Fire up Excel, and create a simple workbook, with a cell set as active (wb1) * Load that in POI, and save without making changes (wb2) * Load that in POI, change the active cell, save (wb3) * Load that in Excel, change the active cell, save (wb4) Then, use tools like hssf.dev.BiffViewer to see what record(s) Excel is using for the active cell, and what options / values on those records, and what POI is doing differently. There will be some small differences between the files normally, which hopefully diffing things like wb1 and wb2 will allow excluding of, it's the parts around the active cell that need narrowing down to fix -- 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]
