Uploaded image for project: 'Keikai'
  1. Keikai
  2. KEIKAI-377

Can render a sheet for ErrorEval.CIRCULAR_REF_ERROR

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Critical
    • 5.6.0
    • 5.4.0
    • None
    • Security Level: Jimmy
    • None

    Description

      Steps to Reproduce

      1. import the attached file

      Current Result

      it takes over 90 seconds and still can't render a result

      Expected Result

      render its content

      Debug Information

      • When evaluating payment!A8, keikai evaluates it as ErrorEval.CIRCULAR_REF_ERROR
        set a breakpoint at org.zkoss.poi.ss.formula.WorkbookEvaluator
        private ValueEval evaluateAny(EvaluationCell srcCell, int sheetIndex,
        				int rowIndex, int columnIndex, EvaluationTracker tracker, Object ref, int[] offset) { //ZSS-1142
                        ...
        		if (cce.getValue() == null) {
        			if (!tracker.startEvaluate(cce)) {
        				return ErrorEval.CIRCULAR_REF_ERROR;
        			}
        

      Workaround

      not found

      Attachments

        Issue Links

          Activity

            People

              jumperchen jumperchen
              hawk hawk
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: