251252253254255256257258259
} public FunctionMapper getFunctionMapper() { if (_mapper == null) { // prepare the default Spread Sheet FunctionMapper _mapper = new SSFunctionMapper(); } return _mapper; }