https://issues.apache.org/bugzilla/show_bug.cgi?id=50302
Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #1 from Nick Burch <[email protected]> 2010-11-19 12:09:42 EST --- Assuming you're already tried this with POI 3.7 final Can you try creating two simple files: * One where you apply the styling using POI * One where you emulate what you'd do with POI except within excel (File 1 won't look right in excel, but file 2 should do) Now, use org.apache.poi.hssf.dev.BiffViewer to look at what's actually in the files. (You'll want small files to reduce the number of records). Look for style records, and the record(s) for the styled cell, and see how they differ between the two We'll need this information + the files to be able to narrow down what we're doing wrong in poi -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
