10391040104110421043104410451046104710481049
setDataFormat(fmt); // Finally we need to clone the font, // and update the format record for this FontRecord fr = workbook.createNewFont(); fr.cloneStyleFrom( source.workbook.getFontRecordAt( source.getFontIndex() ) );
832833834835836837838839840841842
setDataFormat(fmt); // Finally we need to clone the font, // and update the format record for this FontRecord fr = _workbook.createNewFont(); fr.cloneStyleFrom( source._workbook.getFontRecordAt( source.getFontIndex() ) );