* resources required throughout the components lifecycle.
*
* @exception Exception if an error occurs
*/
public void initialize() throws Exception {
_element_processor_factory = new HSSFElementProcessorFactory(locale);
setupLogger(_element_processor_factory);
}