https://bugs.documentfoundation.org/show_bug.cgi?id=123139
Justin L <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Hardware|x86 (IA32) |All Summary|Reading XLSX format ignores |Reading XLSX format ignores |horizontal alignment |horizontal alignment |(generated wit Apache POI |(generated with Apache POI |Java library) |Java library) --- Comment #7 from Justin L <[email protected]> --- I wouldn't say that commit 3 is truly regressive - it seems to have just exposed some kind of flaw or poor handling in the import process. I note that some handling has been done in 2021 Apache POI v5.0 that takes into account the adjustAlignment variable. I'm not sure why commit 3 would be involved here. I have narrowed it down to SheetDataBuffer::addColXfStyles, which tries to consolidate styles using addIfNotInMyMap(). In that comparison, it only checks if mbAlignUsed. (stylesbuffer.cxx's bool operator==(rXf1, rXf2)) -- You are receiving this mail because: You are the assignee for the bug.
