For my project I am going to need to store a large list of words (around 1000) that will then be randomly chosen by the arduino to be displayed. The list was going to be stored on an SD card and I was wondering the best way to do that.
I am curious if there would be possible for me to create an excel spreadsheet on my computer with all the words, save it to the card, then if there would be a way for me to read that spreadsheet using the arduino. My goal would want to generate a random number and use that number to correspond to the row that would have the word to be displayed.
Can spreadsheets be used like this? Is there some other way for me to store a list of words with a corresponding number for look up?
Any advice is helpful! Thanks in advance!