Get multiple cells action

The Get multiple cells action in the Excel advanced package enables you to retrieve the values from the cells in a Microsoft Excel spreadsheet and store them in a table variable.

Settings

Esta action recupera los valores de celda como tipos de datos de cadena. Admite formatos de celdas de Excel, incluidos Número, Porcentaje, Moneda, Científico y Fecha. Por ejemplo, un valor de una celda de formato de moneda conserva el símbolo de moneda cuando se pasa a una variable de tabla o registro.
Note: Debe convertir los valores para realizar operaciones que no sean de cadena.
  • Use the Select range of cells to be returned drop-down to select one of the following options:
    • All rows: Select one of the following options under Read options:
      • Read visible text in cell: cell value is read as is.
      • Read cell value: formatting is ignored while reading the cell value.
        For example, if the cell content is '70%', Read visible text in cell option will read the content as 70%, whereas the Read cell value option will read the value as 70 ignoring the '%' format.
        Note: When creating automations on the macOS platform, the Read cell value option returns a value with a maximum of 12 decimal places.
        Recommendation: Use the Read cell value option as the reading value for a better performance than reading visible text.
    • Specific rows: Use the following fields to specify the rows:
      • From row
      • to row
    • Cell range: Use the following fields to specify the range for cells:
      • From cell
      • To cell
  • Introduzca el nombre de la sesión utilizada para abrir el libro con la action Abrir.
  • Select a table variable to store the retrieved values in the Assign value to variable list. La Control Room muestra un nombre de variable predeterminado descriptivo. Si se crean varias variables de salida, a los nombres de las variables siguientes se les añade -1, -2, -3, para evitar la duplicación.