forlano Messages: 1212 Registered: March 2006 Location: Italy
Senior Contributor
Hello,
I would like to include an excel file (xlsx format) in my program to be used as model.
At request it is saved and populated with data. Is there an U++ way to park it inside my program?
I do not want it to stay out of my program because I am afraid the user can delete or modify it.
If I understand correctly, I don't think there is a direct way to do what you describe (saving a modifiable file into the exe) in U++.
However, you can include a preformatted excel file into your exe binary using a BRC file.