Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
To read cell values in more than one thread simultaneously, set Cells.setMultiThreadReading(boolean) to true. If you do not, you might get the wrong cell values.
The following code:
If you comment this line:
testWorkbook.getWorksheets().get(0).getCells().setMultiThreadReading(true);
then the following message is displayed:
if (s !== "R" + row + "C" + col)
{
console.log("This message box will show up when cells read values are incorrect.");
}
Otherwise, the program runs without showing any message which means all values read from cells are correct.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.