}
}
public void save() throws IOException, SpreadsheetException
{
final Stylesheet template;
if (this.templateInputStream != null) {
template = TemplateLoader.loadWorkbook( this.templateInputStream );
}
else {
final InputStream is = ClassLoader.getSystemResourceAsStream( STYLESHEET_TEMPLATE );