May-21-2019, 02:20 AM
What's the best library for manipulating Excel workbook and worksheet? including basic editing and encryption.
Excel Library for Python 3
|
May-21-2019, 02:20 AM
What's the best library for manipulating Excel workbook and worksheet? including basic editing and encryption.
May-21-2019, 05:04 AM
May-22-2019, 01:30 AM
(May-21-2019, 05:04 AM)heiner55 Wrote: http://www.python-excel.org/ thanks for the heads up. I read the manual and there is no functions to deal with encryption. (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:
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
May-23-2019, 02:03 AM
(May-22-2019, 07:25 AM)buran Wrote:1.Encrypt excel workbook(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: 2.Decrypt excel protection
May-24-2019, 08:30 AM
(May-22-2019, 01:30 AM)synthia Wrote: thanks for the heads up. I read the manual and there is no functions to deal with encryption.I can understand it as adding a password to your Excel. Anyone(including you)who wants to open or edit Excel will need the correct password (which you set) to access it.Right? That's what i did on my computer as i have lots of important files on my computer.
May-28-2019, 06:25 AM
(May-24-2019, 08:30 AM)Easluy Wrote:(May-22-2019, 01:30 AM)synthia Wrote: thanks for the heads up. I read the manual and there is no functions to deal with encryption.I can understand it as adding a password to your Excel. Adding password and decrypting the file are the two features i am looking for to build this app
May-28-2019, 06:34 AM
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
May-29-2019, 02:29 AM
@synthia: How get you along ?
|
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Python best library for Excel reports & review of existing code | MasterOfDestr | 4 | 5,120 |
Feb-14-2024, 03:39 PM Last Post: MasterOfDestr |
|
Recommend an Excel library for writing data? | jonesin1974 | 1 | 3,031 |
Feb-09-2018, 10:28 PM Last Post: Gribouillis |
|
PyInstaller, how to create library folder instead of library.zip file ? | harun2525 | 2 | 5,667 |
May-06-2017, 11:29 AM Last Post: harun2525 |