Protect a CSV file using C# .NET

can i add password to csv file using groupdocs

1 Like

@tilankak,

Currently, API doesn’t support a feature to add password protection to CSV file format. However, we are investigating this scenario. Your investigation ticket ID is MERGERNET-823. As there is any progress, you’ll be notified.

@tilankak

Unfortunately, a CSV file can’t be password-protected because it is a plain text file. As a workaround, you can convert the CSV file to XLSX format and then protect the XLSX file.