As I mentioned in the title, I want to extract the values of certain cells(prob just one) from my Excel spreadsheet and then use it inside of a Nightbot command. The issue is that I don’t want to use Python because multiple people edit the file. Do you think it’s possible to achieve this?
I don’t believe you would be able to condense this operation to be small enough to fit within a Nightbot command. You may need to build an external API that Nightbot is able to load it from instead.