I noticed the HSSFCellStyle class has a "setFont" but no "getFont" method. Therefore, I was wondering how to write an equivalent "getFont" method or at least some series of operations that will give me the HSSFFont object stored in the HSSFCellStyle object.
Thanks, Dave A.
