Package org.zkoss.poi.ss.formula

Examples of org.zkoss.poi.ss.formula.DefaultDependencyTracker


*/
public class DefaultFunctionResolver implements FunctionResolver {

  @Override
  public DependencyTracker getDependencyTracker(Book book) {
    return new DefaultDependencyTracker(book);
  }
View Full Code Here

TOP

Related Classes of org.zkoss.poi.ss.formula.DefaultDependencyTracker

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.