I am trying to write a program that will read values from spreadsheets and stuff and I know I need to use CSV files instead of Excel files and stuff, but say I want to just read a single entry at a specific coordinate how do I access that one instead of the entire thing?
I'm really trying to avoid having to read the entire thing and use massive arrays and hold everything in the program and access it that way.