Skip to main content

Write Cell

Set a value or formular to a single cell in Microsoft Excel

Input

  • Range: Value to be written. (If the formula field is also filled, no value is written, only the formula is written.)
    • Type: System.String
    • Required
  • Sheet Name: The name of the page where the operation will take place
    • Type: System.String
  • Value: The value to be written. (If the formula field is also filled, the value is not written, only the formula is written.)
    • Type: System.Object
    • Required
  • Formula: The formula to be written
    • Type: System.String
    • Required

Details

  • This activity can only be used within the Use Excel File activity. Excel application must be installed on the machine where the process will run.