1
Answer

Excel spreadsheet

Usha Chokshi

Usha Chokshi

18y
2.1k
1
How to secure Excel spreadsheet data when user open/export it from .NET grid? User could save spreadsheet in specific folder but cannot change data in spreadsheet data.
Answers (1)
0
Vulpes

Vulpes

NA 98.3k 1.5m 13y
I'd try:

string location = System.Reflection.Assembly.GetExecutingAssembly().Location;
string path = System.IO.Path.GetDirectoryName(location);