× Use Easybots Studio to download and use the bots from this app

App

Excel App

Free

Description

An Easybots App for working with Microsoft Excel's sheets. Features: - Writing data to Excel sheet - Reading data from Excel sheet

Author

Martin N.1

Version

2.0.30.0

Available bots in this app

ExcelBot
Actions
AppendValuesToRow

Inputs

  • excelFilePath : String
  • sheetName : String
  • startingColumn : String
  • row : Int32
  • value01 : String
  • value02 : String
  • value03 : String
  • value04 : String
  • value05 : String
  • value06 : String
  • value07 : String
  • value08 : String
  • value09 : String
  • value10 : String

Returns

SetCellValue

Inputs

  • excelFilePath : String
  • sheetName : String
  • cellAddress : String
  • value : String

Returns

ReadValuesFromRow

Inputs

  • excelFilePath : String
  • sheetName : String
  • startingColumn : String
  • row : Int32

Returns

  • cellValues : String[]
ReadValuesFromColumn

Inputs

  • excelFilePath : String
  • sheetName : String
  • column : String
  • startingRow : Int32

Returns

  • cellValues : String[]
ReadCellValue

Inputs

  • excelFilePath : String
  • sheetName : String
  • cellAddress : String

Returns

  • cellValue : String