https://bz.apache.org/bugzilla/show_bug.cgi?id=58260
--- Comment #5 from Craig <[email protected]> --- (In reply to Craig from comment #4) > (In reply to Nick Burch from comment #3) > > Ideally, we'd want a small program that used SXSSF to write the large number > > of rows, then read it back with XSSF to show that the formattings are > > missing on that row range. Doesn't have to be a junit test, if you can do a > > small standalone program to do that we can convert it. We do want it to > > check programatically though, rather than by eye, so we can use it to ensure > > the problem gets fixed + stays fixed! > > I will go ahead and create a program to do this . I have never tried reading > it back in to check the formatting since our heap size is restricted to 512 > and when we tried to open the excel before (for a different reason) it blew > the heap. Please give me a few hours and I will have it for you. Nick, I apologize but I am unable to figure out how to check if a cell, read from an existing excel document, has a format applied to it. Could you please provide guidance? If not I can submit the program I have now (which writes the excel from an input file) and you can add the code to check the formatting. -- 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]
