Create a RunCount to read from Excel, use as int, +1 and write back to excel

Hi,

I’m trying to create a run count, using a specific cell in excel on a specific sheet. I’m using the Bumblebee node Read Excel, but it’s coming up with a traceback error, which causes a warning in my String.ToNumber node.

Watching the Read Excel file gives me this:

You might be better off using a database rather than Excel
This could look after automatically incrementing the run count, plus allows simultaneous reads & writes
In addition, you don’t need to worry about cell references etc

Refer below samples
SQLite database added .txt extension to bypass upload restrictions

RunLogger.db.txt (10 KB)

RunLogger.dyn (5.2 KB)