I found many tutorials for How to save text from Excel sheet but unfortunately, nothing is exactly suitable for me.
I do a soil modeling in C++ so I have a script. In the script there are soil properties for certain soil type (example in picture number 1)
So I have two Excel files that contain values for the script.
So basically what I need is generate to text (script) file automatically based on cell values from Excel files in this way:
Do you have any suggestions or some tutorials that would help me, please?
Thanks