BasicFormulas Methods

PicoXLSX

PicoXLSX

BasicFormulas Methods

Methods
  NameDescription
Public methodStatic memberAverage(CellRange)
Returns a cell with a average formula
Public methodStatic memberAverage(Worksheet, CellRange)
Returns a cell with a average formula
Public methodStatic memberCeil(CellAddress, Int32)
Returns a cell with a ceil formula
Public methodStatic memberCeil(Worksheet, CellAddress, Int32)
Returns a cell with a ceil formula
Public methodStatic memberFloor(CellAddress, Int32)
Returns a cell with a floor formula
Public methodStatic memberFloor(Worksheet, CellAddress, Int32)
Returns a cell with a floor formula
Private methodStatic memberGetBasicFormula
Function to generate a basic Excel function with one cell range as parameter and an optional post argument
Private methodStatic memberGetVLookup
Function to generate a Vlookup as Excel function
Public methodStatic memberMax(CellRange)
Returns a cell with a max formula
Public methodStatic memberMax(Worksheet, CellRange)
Returns a cell with a max formula
Public methodStatic memberMedian(CellRange)
Returns a cell with a median formula
Public methodStatic memberMedian(Worksheet, CellRange)
Returns a cell with a median formula
Public methodStatic memberMin(CellRange)
Returns a cell with a min formula
Public methodStatic memberMin(Worksheet, CellRange)
Returns a cell with a min formula
Public methodStatic memberRound(CellAddress, Int32)
Returns a cell with a round formula
Public methodStatic memberRound(Worksheet, CellAddress, Int32)
Returns a cell with a round formula
Public methodStatic memberSum(CellRange)
Returns a cell with a sum formula
Public methodStatic memberSum(Worksheet, CellRange)
Returns a cell with a sum formula
Public methodStatic memberVLookup(Object, CellRange, Int32, Boolean)
Function to generate a Vlookup as Excel function
Public methodStatic memberVLookup(CellAddress, CellRange, Int32, Boolean)
Function to generate a Vlookup as Excel function
Public methodStatic memberVLookup(Object, Worksheet, CellRange, Int32, Boolean)
Function to generate a Vlookup as Excel function
Public methodStatic memberVLookup(Worksheet, CellAddress, Worksheet, CellRange, Int32, Boolean)
Function to generate a Vlookup as Excel function
Top
See Also