#Verifying values from an Excel file

2 messages · Page 1 of 1 (latest)

topaz dragon
#

Hello,

I am trying to create a chat bot that will check if values are correct in comparison to the excel file, that was i can verify who has permissions to use the chatbot .

Example : in my Excel, it is written

TOKEN 1 TOKEN 2 TOKEN 3 company E-MAIL
12345 67890 147852 CTT CTT@gmail.com
The bot will ask for the company and email and then it will either as for token 1, 2 or 3.

How can I do that ?

mighty scarab
#

most languages have libraries for interacting with excel files - albeit, it'll probably be easier with CSV or even more so a database solution, even a basic one like sqlite

that aside, without more info it's hard to give any advice