Password protect a generated XLSX file

I have a use case for my business scenario where I need to password protect my generated excel files before I can email them to the client.

This feature is available in Apache POI
Is there any library for go which supports setting a password for a generated excel file?
I am using the library: https://github.com/tealeg/xlsx
But I have checked in other libraries as well, did not find any of them supporting the feature.
Thanks.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.