summaryrefslogtreecommitdiffstats
path: root/python/python3-openpyxl/README
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2020-05-02 16:18:18 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-05-03 08:48:46 +0700
commite142c3f2d84ad9cd9c9329e92e3e5381bb8fa35a (patch)
treec2c3c20c3b8c74749b3d7144d889d48772299e0a /python/python3-openpyxl/README
parentf1380a88b6c5c50df0c3442e07f83dce2ded0f1b (diff)
downloadslackbuilds-e142c3f2d84ad9cd9c9329e92e3e5381bb8fa35a.tar.gz
slackbuilds-e142c3f2d84ad9cd9c9329e92e3e5381bb8fa35a.tar.xz
python/python3-openpyxl: Added (lib to read/write Excel 2010 files)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-openpyxl/README')
-rw-r--r--python/python3-openpyxl/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/python3-openpyxl/README b/python/python3-openpyxl/README
new file mode 100644
index 0000000000..a01b1cb919
--- /dev/null
+++ b/python/python3-openpyxl/README
@@ -0,0 +1,7 @@
+openpyxl is a Python library to read/write Excel 2010
+xlsx/xlsm/xltx/xltm files.
+
+Optional dependencies:
+python3-defusedxml guards against various XML vulnerabilities.
+python3-pandas reads Pandas DataFrames.
+python3-pillow reads images.