creation spreadsheet c++

hello
can give me an idea of how to create a spreadsheet in c + +, I have no idea how it was thought recursive functions, but not if eta well, or will have a better idea than I thought,
Thank you.

I can do as well as empty cells, and then enter numbers that will make basic operations.
Last edited on
can you help us with little code you have written ?
It depends what you mean by "spreadsheet". If you mean a file that can be imported into a spreadsheet like CSV then you just need to separate your values with commas like this:


23, 96.43, 29, 32.7
45, 33.1, 12, 85.2


Topic archived. No new replies allowed.