https://issues.apache.org/bugzilla/show_bug.cgi?id=57342
RatiKanata Pal <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Severity|normal |blocker --- Comment #3 from RatiKanata Pal <[email protected]> --- (In reply to Nick Burch from comment #1) > How is the file getting corrupt? > > How do the files differ between 3.9 and 3.10? > > Did you try with 3.11 beta 3? > > Did you try generating a simple file with the same number of rows+columns > using SSPerformanceTest (see http://poi.apache.org/faq.html#faq-N10109)? Did > that file work fine when generated at the same row+column size? No Sir, i have tried using SSPerformanceTest args = new String[4]; args[0] = "SXSSF"; args[1] = "1000000";->Rows args[2] = "100";--->Cols args[3] = "1"; but still file is getting corrupt. -- 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]
