I am writing a program using visual c++. i want to save some data to a excel file. i need a example code for that. help me
How to save data to a excel file from Visual c++ programm? (coding example please)?
Save from c++ as a csv (comma separated variable) text file e.g.
data1,data2,data3
Excel should import it easily.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment