Heres the scenario,
I'd like to write a program that helps keep track of specific tasks within an excel document located on network storage.
the excel file would contain 3 columns(Task#,Task amount, and Completed amount)
the way it would work is, a user would type in the task#
the raspberry would go down the first column looking for that task number
and then return the task amount from the same row.
then when a button is pressed, it would subtract 1 from the task amount column and add 1 to the completed amount column.
Does anyone know how to achieve this?
Or at least a few tutorials that Might help, I'm really new to y raspberry pi so any help would be very much appreciated.