https://issues.apache.org/bugzilla/show_bug.cgi?id=53611
Mahesh <mpatil...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ErrorMessage Priority|P2 |P1 Version|3.8 |3.7 Severity|normal |major --- Comment #4 from Mahesh <mpatil...@gmail.com> --- Getting following error for POI 3.7- "Excel found unreadable content in 'out.xlsx'. Do you want to recover the contents of this workbook ? If you trust the source of this workbook, click Yes." I have tried searching the fix for it, please paste the fix if anyone knows. I have tried following remedy, but in vain- XSSFWorkbook wb = new XSSFWorkbook(); XSSFSheet sheet = wb.createSheet("Q"); sheet.getCTWorksheet().getDimension().setRef("A1:K47"); -- 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