I'm trying to understand how one might go about building a program with a spreadsheet widget and being able to save the data in that spreadsheet? (Just Conceptually).
The basic aim here is to input data on a regular basis using a C++ GUI of some kind and having that data there when I come back in a week or more for example.
How might I go about this. Do I need a separate database connected to C++ or is there a specific concept here that I need to understand to enable me to do something like this?
(yes I have excel but I want to do this in C++)
Thanks very much.