I want to create a software probably in .NET or JAVA that will be connected with a digital scale. I want exported data to be able to open with Excel. What are my options ?
- CSV file ?
- Excel interop .net library?
- Other?
I guess csv is a solution but doesnt allow any extra stuff.. However i dont want data to be lost so i think that in case of computer crash using interop .net file maybe be corrupted. In case with csv it wont be corrupted. Is there any alternative solution ?