On Fri, 9 Sep 2022, Peter Busfy wrote:
This class (StyleCreator) where I hold all styles, are created per workbook. And all styles are in this StyleCreator class initialized only once.
Hmm, that's the most obvious cause excluded For a workbook where one sheet is happy and one sheet isn't: * Take a copy of the file * Open the copy in Excel, fix the first few rows manually, and save * Unzip both the original and copy * In the POI generated file, compare the sheet XML for the "works" sheet with the "broken" sheet, especially around style attributes * Then compare the "broken" sheet XML with the "Excel fixed", for the same bits Hopefully one of those will give a hint about what's going wrong Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
