Register
Log in
Home
App Stores
Public App Store
Private App Store
Apps Shared With Me
Solution Stores
Public Solutions
Private Solutions
Solutions Shared With Me
My Web Apps
My Web Bots
My Web Bots For Sharing
Start/Stop Apps Remotely
Documentation
What is Easybots?
Solution Tutorials
1. My Web Bots & USB Cam
Developer Tutorials
1. My First Bot
2. Triggers
3. Passing Data
4. Data Models
5. GitHub (on github.com)
6. Dev Cheat Sheet
Blog
Community
FAQ
Blog
Pricing
×
Use Easybots Studio to download and use the bots from this app
Add To Favorites
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