Purpose: When used inside a OpenOrCreateExcelFile read a specific cell


Properties


  • Name: Address
    • Type: String
    • Direction: in
    • Purpose: cell to read


  • Name: Sheet name
    • Type: String
    • Direction: in
    • Purpose: name of the sheet from where read data

  • Name: Result
    • Type: String
    • Direction: out
    • Purpose: value of the specified cell


Remark: A ReadExcelCell has no use outside an OpenOrCreateExcelFile and it will be ignored if placed elsewhere