I'm currently trying to debug some legacy POI/HSSF code (v.3.9) and wonder if there's something to easily debug/display the contents of a org.apache.poi.hssf.usermodel.HSSFCellStyle
(or its inherent cumbersome org.apache.poi.hssf.record.ExtendedFormatRecord
field)?
I couldn't find any relevant toString()
or similar methods.