trans = new PackageTranslator(PACKAGE, ureq.getLocale());
sepValVC = new VelocityContainer("inout", VELOCITY_ROOT + "/inout.html", trans, this);
wc = new WizardController(ureq, wControl, steps);
wc.addControllerListener(this);
sepValInForm = new SeparatedValueInputForm("sepvalin", trans);
sepValInForm.addListener(this);
wc.setWizardTitle(trans.translate("wizard.step1.title"));
wc.setNextWizardStep(trans.translate("wizard.step1.howto"), sepValInForm);
sepValVC.put("wc", wc.getInitialComponent());
JSAndCSSComponent xls_eg = new JSAndCSSComponent("xls_eg", this.getClass(), null, "xls_eg.css", true);