Commit Graph

85 Commits

Author SHA1 Message Date
chfw 2f139848f8 🔥 remove the pinning on xlrd < 2. fix #46 2021-10-03 13:51:26 +01:00
chfw 78748634ee 💄 update meta info and format codes. related to #49, #48 2021-10-03 13:25:35 +01:00
vinraspa 8f7e6f765c
Update test_formatters.py 2021-10-02 23:04:43 +02:00
vinraspa 9b2275a2da
Update test_formatters.py
Bad cell ref [0, 2] -> [0, 3]
2021-10-02 22:47:42 +02:00
chfw 4b774fc1ae 💚 unit test timedelta 2021-10-02 15:01:53 +01:00
chfw f8e8b0c1da 💚 update test case 2020-10-07 22:31:01 +01:00
jaska d3b57b434b
New style io (#36)
* 🎉 new style reader

* 🎉 new style writer and reader plugins

* This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst

* 💚 update moban update

* This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst

* 💚 use pyexcel-io dev branch

* 📚 update PR template

* 🐴 code refactoring

Co-authored-by: chfw <chfw@users.noreply.github.com>
2020-09-29 22:26:05 +01:00
chfw 2459ede331 🔥 remove python tests lower than python 3.6 2020-09-20 12:04:22 +01:00
chfw 02c7111146 add contributors list 2020-08-29 21:39:29 +01:00
chfw e4870b0a74 🚀 github actions for moban, pypi release and automatically extract contributors 2020-08-23 01:23:06 +01:00
chfw 942c53ddc5 🤝 synchronize with latest pyexcel-mobans and pypi-mobans 2019-11-08 20:21:41 +00:00
chfw 6af34ace26 🔨 black and isort now rules the coding style 2018-11-10 22:29:42 +00:00
chfw aa7222de61 🔨 kick start 0.6.0 2018-11-10 22:26:43 +00:00
chfw 42c4fac89b 🤝 merge with dev 2018-08-22 18:52:46 +01:00
chfw 629c2c8e76 💚 use xlrd 1.1.0 2018-08-22 07:51:12 +01:00
chfw b0dd608190 enhance the behaivor of pyexcel-xls, return #N/A for cell error. https://github.com/pyexcel/pyexcel/issues/151 2018-08-21 18:26:50 +01:00
chfw 94aec7c9bb 🐛 fix date offset problem, #54, #135 2018-05-10 22:55:54 +01:00
chfw d8fa9296ea 🐛 give a graceful exception instead of stack trace. fix https://github.com/pyexcel/pyexcel/issues/120 2018-03-15 09:44:45 +00:00
chfw ba793b104f 🔬 more test cases on merge cells 2017-12-18 22:22:15 +00:00
chfw 662bf7f5d1 🐛 fix python 3 unit test failure 2017-12-08 23:22:59 +00:00
chfw 3ec21dd737 🔬 more test cases, related to #25 2017-12-08 23:17:21 +00:00
chfw 7dad0f3261 🤝 synchronize with pyexcel-commons 2017-12-08 22:44:57 +00:00
chfw 4cea637cce detect merged cells, resolve #25 2017-12-08 22:44:34 +00:00
chfw 66aece6568 test complex hidden sheets, #21 2017-11-02 08:41:34 +00:00
chfw 8964920876 initial implementation of #21: skip hidden rows and columns 2017-10-20 18:33:18 +01:00
chfw df7924f735 #21 being able to detect hidden row and column 2017-10-20 07:55:56 +01:00
chfw 789d410aa5 🐛 fix flake8 warnings 2017-08-23 23:18:23 +01:00
chfw e6907015f9 📚 new version string 2017-08-23 23:14:00 +01:00
chfw 1084452855 reproduce issue #20 2017-08-23 23:06:32 +01:00
chfw 584f5f457f upstreaming the fix from v0.3.3 2017-05-30 22:57:33 +01:00
chfw a2c0e5dc20 release v0.3.3 2017-05-30 22:38:22 +01:00
chfw 00ac504130 pump up the version 0.3.3 2017-05-26 18:53:23 +01:00
chfw 80396cc0c0 fix #18: pass on encoding_override and others to xlrd 2017-05-26 18:51:38 +01:00
chfw c9d9223554 update test case 2017-05-18 20:34:14 +01:00
chfw 6e1c324009 pump up version 2017-05-17 15:09:18 +01:00
chfw a2fe5c07e4 merge defect fixes from 0.3.x branch 2017-05-17 15:03:31 +01:00
chfw f8d76ba0ad fix #16: where only stream instance could be passed to file_stream whereas using read() applies to both stream and file handle 2017-05-12 13:42:35 +01:00
chfw 0474acf6de refactoring the test code 2017-05-12 13:42:29 +01:00
chfw 0648fdc4d6 fix unit test failure 2017-04-18 23:49:36 +01:00
chfw b04c4c434b sync with commons 2017-03-31 16:08:22 +01:00
chfw 0dfe727630 common tests are mobanized 2017-02-02 23:38:52 +00:00
chfw 3836c432a7 fix #13: raise exception when no file name or content found 2016-12-12 17:45:03 +00:00
chfw d897adab05 test against pyexcel v0.3.0 2016-10-24 21:58:37 +01:00
chfw ae18771b03 update test case 2016-09-20 20:25:22 +01:00
chfw ba7cfbdd5a code reordering 2016-09-20 18:43:59 +01:00
chfw 974f66eecd fix #10 support two dimensional generators: a generator list of a generator list 2016-09-20 18:38:22 +01:00
chfw 944b7ef337 fix broken test 2016-08-22 09:35:29 +01:00
chfw 2be6871ddf implementation of pyexcel-io v0.2.2 paginantion support. the answer to big size csv 2016-08-22 08:41:27 +01:00
chfw da0ab25f13 fix dirty code: long line 2016-07-12 18:13:57 +01:00
chfw 3261ce5dd5 resolve #9: test skip_hidden_sheets 2016-07-12 17:46:49 +01:00