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.
1 Like
I made a makeshift API that you can host on your own to convert data to json that can be sliced accordingly
Sheet XL api
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.