https://bz.apache.org/bugzilla/show_bug.cgi?id=59214
--- Comment #3 from Jafar Aliyev <aliyev.ja...@gmail.com> --- Hello, I'm using Excel 2007 (12.0.4518.1014), and the file is saved from this version. I have nearly hundred of such files. These files are created initially on Excel 2013, then resaved on Excel 2007. Every month these files are updated, saved. In legacy application I converted them into database using Microsoft COM object and there was no problem with files. But the new application written in Java and I use POI to handle these files. I deleted contents and an extra sheets, leaving only one sheet in this example. I can send you the filled file too. Even with information inside of sheets, it cant find the last sheet. When I delete macros entirely, POI finds the sheet. The problem is macro Module. It sees Macro1 as a sheet. If I get null in getActiveSheet() it will not help me. Actually wb.getSheet("Fir") gives me null value in this situation. But the sheet exists with information and I can't reach the cells of this sheet. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org