How to store data in Excel using C ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to store data in Excel using C ?

18th Dec 2017, 6:56 PM
Charaf Boulafaa
1 Answer
+ 1
The easiest will be save data in comma separated file and import this file in Excel. Or look for microsoft interop library, I am not sure if such a library exist for C (do not think so)
18th Dec 2017, 7:07 PM
sneeze
sneeze - avatar