From e142c3f2d84ad9cd9c9329e92e3e5381bb8fa35a Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Sat, 2 May 2020 16:18:18 +0100 Subject: python/python3-openpyxl: Added (lib to read/write Excel 2010 files) Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- python/python3-openpyxl/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 python/python3-openpyxl/README (limited to 'python/python3-openpyxl/README') 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. -- cgit v1.2.3