Re: font problem or wrong usage

Nick Burch <[email protected]> Fri, 9 Sep 2022 14:19:09 +0100 (BST)
Newsgroups gmane.comp.jakarta.poi.user
Message-ID <[email protected]>
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