Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Excel Library for Python 3
#4
(May-22-2019, 01:30 AM)synthia Wrote: there is no functions to deal with encryption
"encryption" is general term (i.e. not excel-specific) and you need to be more specific what you want to do:
  • Apply some general encryption algorithm on excel file (i.e. in this case it's irrelevant that it's an excel file, it will work on any file all the same).
  • Password protect excel file using built-in excel functionality, i.e. make the excel file password protected.
  • Encrypt the content in some/all cell(s) in the excel file
  • Something else (what?) ...

Also there are other packages to work with excel, e.g. xlwings
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
Excel Library for Python 3 - by synthia - May-21-2019, 02:20 AM
RE: Excel Library for Python 3 - by heiner55 - May-21-2019, 05:04 AM
RE: Excel Library for Python 3 - by synthia - May-22-2019, 01:30 AM
RE: Excel Library for Python 3 - by Easluy - May-24-2019, 08:30 AM
RE: Excel Library for Python 3 - by synthia - May-28-2019, 06:25 AM
RE: Excel Library for Python 3 - by Easluy - Jun-25-2019, 01:39 AM
RE: Excel Library for Python 3 - by synthia - Jul-18-2019, 07:06 AM
RE: Excel Library for Python 3 - by buran - May-22-2019, 07:25 AM
RE: Excel Library for Python 3 - by synthia - May-23-2019, 02:03 AM
RE: Excel Library for Python 3 - by buran - May-28-2019, 06:34 AM
RE: Excel Library for Python 3 - by heiner55 - May-29-2019, 02:29 AM
RE: Excel Library for Python 3 - by synthia - Jun-04-2019, 02:25 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python best library for Excel reports & review of existing code MasterOfDestr 4 944 Feb-14-2024, 03:39 PM
Last Post: MasterOfDestr
  Recommend an Excel library for writing data? jonesin1974 1 2,595 Feb-09-2018, 10:28 PM
Last Post: Gribouillis
  PyInstaller, how to create library folder instead of library.zip file ? harun2525 2 4,912 May-06-2017, 11:29 AM
Last Post: harun2525

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020