From 995cfd273d5360947a528ff3a1ed3f9e52a429ad Mon Sep 17 00:00:00 2001 From: chfw Date: Fri, 8 Oct 2021 06:44:46 +0000 Subject: [PATCH] This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b1e503b..4dbbeae 100644 --- a/README.rst +++ b/README.rst @@ -42,12 +42,12 @@ You are likely to use it with `pyexcel `_. Oct 2021 - Update: =================== -1. v0.6.3 removed the pin on xlrd < 2. If you have xlrd >= 2, this +1. v0.7.0 removed the pin on xlrd < 2. If you have xlrd >= 2, this library will NOT read 'xlsx' format and you need to install pyexcel-xlsx. Othwise, this library can use xlrd < 2 to read xlsx format for you. So 'xlsx' support in this library will vary depending on the installed version of xlrd. -2. v0.6.3 can write datetime.timedelta. but when the value is read out, +2. v0.7.0 can write datetime.timedelta. but when the value is read out, you will get datetime.datetime. so you as the developer decides what to do with it. Past news