Read Range, Not enough Memory Resources Error
The following error message was displayed when reading data in range from an Excel file due to insufficient memory resources to store the entire dataset.
All Replies
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.

Users could separate the data into smaller parts when using read range in Excel function.
Example: When an Excel worksheet has columns A – BB, users can split to use 3 different read in range nodes to read A – Z, AA – AZ, BA – BZ respectively.