-1

I am trying to set password for xlsx file. I use xlsxwriter to package for now to generate the csv file. However, didn't reach any information to set password for the csv file.

I found similar question here. But the openpyxl isn't the package I might gonna to use.

Do anyone know hot to simply set password for xlsx file? Thanks in advance.

Brady Huang
  • 1,852
  • 20
  • 23

1 Answers1

2

CSV files are plain text - there's no such thing as adding a password.

openpyxl is a package to handle excel files - which aren't csv, so it's not relevant

Ophir Yoktan
  • 8,149
  • 7
  • 58
  • 106