Commit Graph

221 Commits

Author SHA1 Message Date
chfw 71f4ca1540 🥚 🎡 release 0.5.2. related to https://github.com/pyexcel/pyexcel/issues/105 2017-10-23 18:35:16 +01:00
chfw 54f8b41f9b 🐛 fix setup.py where sys is missing 2017-10-20 07:47:46 +01:00
chfw 3f15550c9e 🤝 take latest code from setupmobans and release 0.5.1 🥚 🎡, which carries LICENSE file, https://github.com/pyexcel/pyexcel/pull/103 2017-10-20 07:43:30 +01:00
chfw b85ab9e332 release 0.5.0 🥚 🎡 2017-08-30 23:37:59 +01:00
chfw 32c7728949 💚 fix broken tests 2017-08-27 07:14:12 +01:00
chfw bb8b97f7fd 🔥 remove useless code as it is now handled in pyexcel-io 2017-08-25 08:21:26 +01:00
chfw f5bbf7e5fd 📰 append a missing log in changelog 2017-08-25 07:44:23 +01:00
chfw b64838dbcf 🥚 🎡 release 0.4.1 2017-08-25 06:57:19 +01:00
chfw 5e54845d60 🚑 remove the f**k pdb in the test. 2017-08-24 18:48:49 +01:00
chfw 504bd94224 💚 fix broken test 2017-08-24 18:32:13 +01:00
chfw c6bbd2b58c 🐛 fix #23 2017-08-23 23:33:13 +01:00
chfw faf28f2735 🤝 merge 2017-08-23 23:25:17 +01:00
chfw dbcfb77f1c 🐛 test #23 2017-08-23 23:24:05 +01:00
chfw a180d610e5 💚 🔬 🎨 fix the broken test, code refactor the whitespace handler 2017-08-23 18:16:37 +01:00
jaska ffce4b26a2 Merge pull request #22 from winterheart/whitespaces
Added whitespace handling in cell but unit test will be fixed next
2017-08-23 18:09:58 +01:00
Azamat H. Hackimov 28e801697f Added whitespace handling in cell
This fixes bug where pyexcel-ods cannot parse multiple whitespaces
(<text:s text:c="2"/> and such).
2017-08-21 23:08:25 +05:00
chfw a9a1154bcd 📚 update documentations 2017-08-20 01:12:28 +01:00
chfw d1e146748e code refactoring: remove useless code 2017-06-22 10:09:38 +01:00
chfw 745f56adf8 release v0.4.0 2017-06-19 11:46:12 +01:00
chfw def90030b0 make v0.4.x as master branch 2017-06-15 23:06:32 +01:00
chfw ab98fe8849 fix broken tests 2017-06-14 23:27:31 +01:00
chfw ec2c312ce1 make _native book as none for writer 2017-06-14 23:20:23 +01:00
chfw 5fb1d47d91 Merge branch 'v0.4.x' of https://github.com/pyexcel/pyexcel-ods into v0.4.x 2017-06-13 18:59:04 +01:00
chfw 5a8e72b24b update dependencies 2017-06-13 18:58:46 +01:00
chfw cafad5cbfa add test dependency 2017-06-01 22:44:40 +01:00
chfw b896b3979a avoid updating setuptools 36.0 because it has a bug needing six 2017-06-01 22:35:00 +01:00
chfw f5930fcf89 make sure pyexcel-ods is used for reading 2017-05-31 23:40:17 +01:00
chfw 4c35d8f90a verify odfpy does close file handle, https://github.com/pyexcel/pyexcel-xlsx/issues/14 2017-05-31 23:39:12 +01:00
chfw 8635232a17 propagate the lml interface changes 2017-05-22 08:43:08 +01:00
chfw f83f41f1a6 test against pyexcel-io 0.3.4 2017-05-18 20:11:47 +01:00
chfw 1e78632474 update readme 2017-05-07 18:00:50 +01:00
chfw 548f2b17e6 update test cases 2017-05-07 17:55:49 +01:00
chfw 16133985e3 fix the merge error 2017-05-07 17:51:44 +01:00
chfw 08b45f14a4 merge with 0.3.3 and use the latest lml plugin interface 2017-05-07 17:38:24 +01:00
chfw 3ab2e15927 remove doc link 2017-05-07 13:20:14 +01:00
chfw 1eb25ae9ce release 0.3.3 2017-05-07 13:18:04 +01:00
chfw b7316ce961 fix flake8 warning 2017-05-03 22:26:07 +01:00
chfw dad76a368f fix #19 bug fix on multi-node text 2017-05-03 12:45:21 +01:00
chfw 39a3660ba8 launch patreon support channel 2017-04-13 22:07:57 +01:00
chfw a742c58470 release v0.3.2 2017-04-13 15:10:37 +01:00
chfw b1861b3034 simplify plugin interace. aligned it with pyexcel. both uses meta_class 2017-04-11 17:41:39 +01:00
chfw b9b140d6e5 pump up versions 2017-04-11 17:37:01 +01:00
chfw 490d0b438e use released version for travis 2017-04-07 23:21:22 +01:00
chfw 8e69905c3f add missing test fixture 2017-04-07 14:34:56 +01:00
chfw 684f7101b9 fix #6: PT288H00M00S is a valid duration 2017-04-07 14:34:17 +01:00
chfw a632925dc2 fix #17: respect empty line 2017-04-07 14:22:22 +01:00
chfw 1b1100db54 add lml for testing and use v0.4.x branches 2017-04-06 23:28:46 +01:00
chfw 78626bb2dc update plugin protocol 2017-04-06 23:04:06 +01:00
chfw 45c6f347c0 common tests are mobanized 2017-02-02 23:22:00 +00:00
chfw d56d325b42 mention python version 3.3 2017-02-02 22:00:54 +00:00