excel_read
Reads the value from the excel document from the position and range specified in argument 3
Arguments
- String excel document
- String sheet name
- String excel cell (format A1) or cell range for matrices (format A1:B2)
- Boolean read as table. If true result of reading will be table
Output
Value if function succeed or undefined
Examples