Home / CSE MCQs / Apache POI :: Discussion

Discussion :: Apache POI

  1. Which of the following is a valid way to compute max in a formula cell?
  2. A.
    cell.setCellValue("MAX(C2:C3)")
    B.
    cell.setCellValue("MAX_VALUE(C2:C3)")
    C.
    cell.setCellValue("MAXIMUM(C2:C3)")
    D.
    None of the above

    View Answer

    Workspace

    Answer : Option A

    Explanation :



Be The First To Comment