+ 11
C++ and Excel
I want to write datas to desired rows and coloums(to excel file), also same thing for reading , But I could not find any informative sources , So is there anyone who can help me about it?
15 Answers
+ 7
Might this be what you're looking for?
https://stackoverflow.com/questions/48199255/reading-specific-column-from-csv-in-c
+ 7
Have you looked into VBA?
+ 5
Turning file type into csv is really good solution, but also I need to select coloums ,rows as I desired
+ 5
Da2 Would you be more spesific? Where am I supposed to put commas? An example code or reference can be really helpfull
+ 5
Okey What you do is not helping or guiding , All you say is to tell suggest me try more and I already did it
+ 4
Yeah silentlearner this looks so promising to me :) Thanks I will try this one
+ 3
Sonic Yeah I used VBA before , but I am gonna have to write all datas to a flash by using microcontroller , so written programme will be embedded to microcontroller It wont stay in pc
+ 1
Export a spreadsheet to csv, you'll figure it out.
+ 1
Spaces, :, /, -, _, +, 1,*,%,(),#$;~;<;>;[];{}|;\; '', ', @,,.,=,!,?,.
😑 🙄 🤣 😥🤔🤗😏👏🤗👍🌻
+ 1
Sonic, System integration is more demanding and challenging
+ 1
Why to convert files and lose formulas/cell format/etc while you can use library to work with excel files natively? For xlsx I like https://github.com/tfussell/xlnt, you can also find something suitable for older xls files.
0
Read on the data structures used by electronic spreadsheets. But a brute force solution is to save the data as csv then import it.
0
Commas can solve that.
0
Emre İRİŞ I am sorry my suggestions did not help. Good luck on your project.