https://bz.apache.org/bugzilla/show_bug.cgi?id=70007

            Bug ID: 70007
           Summary: Absolute markers are missing in whole column reference
                    strings
           Product: POI
           Version: 5.5.x-dev
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SS Common
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Absolute markers are lost when rendering a whole column reference string.

HSSFWorkbook wb = new HSSFWorkbook();
HSSFEvaluationWorkbook evaluationWb = wb.createEvaluationWorkbook();
Ptg[] ptgs = FormulaParser.parse("$A:$B", evaluationWb, FormulaType.CELL, 0);
String formulaString = FormulaRenderer.toFormulaString(evaluationWb, ptgs);
// formulaString == "A:B", expected "$A:$B"

This seems to be a known problem, which is mentioned in multiple TODOs, but I
was unable to find an existing bugzilla report.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to