Package org.formulacompiler.spreadsheet.internal.binding

Examples of org.formulacompiler.spreadsheet.internal.binding.WorkbookBinding


  public SpreadsheetBinderImpl( Config _config )
  {
    super();
    _config.validate();
    this.spreadsheet = _config.spreadsheet;
    this.binding = new WorkbookBinding( (BaseSpreadsheet) _config.spreadsheet, _config.inputClass,
        _config.outputClass, _config.compileTimeConfig );
    this.root = new SectionBinderImpl( this.binding.getRoot() );
  }
View Full Code Here

TOP

Related Classes of org.formulacompiler.spreadsheet.internal.binding.WorkbookBinding

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.