Commit Graph

91 Commits

Author SHA1 Message Date
chfw ca67cc9609 💚 update unit tests 2020-10-07 22:19:58 +01:00
jaska 24813b2d34
New style reader writer (#39)
* 🎉 new style ods reader written

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

*  new style ods writer

Co-authored-by: chfw <chfw@users.noreply.github.com>
2020-10-03 14:27:56 +01:00
chfw 07ee703b59 🤝 update project meta data and 💄 update coding style 2020-10-03 10:22:16 +01:00
chfw 2e23f33bea 🤝 update meta data 2020-09-19 19:32:30 +01:00
chfw d739ae7886 🤝 synch with pyexcel-mobans 2020-06-12 23:28:29 +01:00
chfw 093dee4da2 🤝 apply common templates from pyexcel mobans. https://github.com/moremoban/moban/pull/348 2019-11-10 16:31:02 +00:00
chfw 7f54170075 👕 coding style update 2019-11-10 16:30:00 +00:00
chfw 87e7a33fac 🥚 🎡 release 0.5.6. fix #33, #32 2019-03-19 08:37:19 +00:00
chfw 3fc0533512 🤝 merge with master branch 2019-03-16 14:07:36 +00:00
chfw f3b2ad0510 💚 make unit test pass 2018-11-26 08:10:27 +00:00
chfw ce04e9e679 🔨 make format using isort and black 2018-11-26 07:56:21 +00:00
chfw 902e0b4e0e 🔥 remove python 3.3 and 2.6 test and adding 3.7-dev 2018-11-26 07:55:41 +00:00
chfw 60aea378ae make an exception when integer precision loss happens. resolve #30 2018-11-26 07:50:08 +00:00
chfw da8a864004 📚 🤝 sync with pypi-mobans and fix #29, test it against python 3.7 2018-07-14 10:49:14 +01:00
chfw 1bf415180b 💚 make flake8 happy 2018-05-23 08:39:09 +01:00
chfw 66c31c2114 📰 adding the test fixture. #27 2018-05-23 08:37:22 +01:00
chfw 2b339183ef 🐛 exception when the type of currency is missing. fix #27 2018-05-23 08:35:20 +01:00
chfw f4f4f51884 🔬 make a test assertion. #24 2018-05-23 08:27:08 +01:00
chfw 35a0a74401 🤝 sync using moban 2018-05-23 08:22:53 +01:00
chfw 6b80080fd2 ignore comment in the cell. fix #24 2018-05-23 08:15:54 +01:00
chfw 32c7728949 💚 fix broken tests 2017-08-27 07:14:12 +01:00
chfw 5e54845d60 🚑 remove the f**k pdb in the test. 2017-08-24 18:48:49 +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
chfw ab98fe8849 fix broken tests 2017-06-14 23:27:31 +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 548f2b17e6 update test cases 2017-05-07 17:55:49 +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 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 b9b140d6e5 pump up versions 2017-04-11 17:37:01 +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 45c6f347c0 common tests are mobanized 2017-02-02 23:22:00 +00:00
chfw 689aecc573 recognize currency as text 2017-02-02 21:46:14 +00:00
chfw 7774a01d18 update test case due to https://github.com/pyexcel/pyexcel-io/issues/29 2017-01-24 22:44:34 +00:00
chfw ee288f6972 update test cases 2016-10-24 22:26:43 +01:00
chfw 8a0b42bcfc test against pyexcel v0.3.0 2016-10-24 21:35:03 +01:00
chfw e3270d1094 fix broken test 2016-10-18 21:37:51 +01:00
chfw 9b7b4417aa update release candidate version and update common files 2016-10-18 00:47:03 +01:00
chfw 432376a5f1 fix #14: fix numbercolumnsrepeated where cached row runs out of index 2016-10-18 00:41:01 +01:00
chfw 241159b1d8 code refactoring 2016-08-26 08:36:05 +01:00
chfw 0d6833f584 better pagination support 2016-08-25 17:54:20 +01:00
chfw 894156ae62 implement pyexcel-io v0.2.2 pagnation support 2016-08-22 17:28:14 +01:00