Commit Graph

70 Commits

Author SHA1 Message Date
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
chfw e569d139b7 minor update 2016-06-09 08:41:07 +01:00
chfw fbdbc42860 clean code 2016-06-08 23:43:46 +01:00
chfw a7062bb3d8 resolve #13: consecutive blank row are preserved 2016-06-02 09:11:32 +01:00
chfw 872e2a3884 test case for issue #9 2016-05-23 23:31:51 +01:00
chfw 10923712b3 upgrade pyexcel-ods to use pyexcel-io v0.2.0: new plugin structure and auto load 2016-05-23 09:00:23 +01:00
chfw a43300a601 test with latest odfpy and on all other python platforms 2016-05-20 18:18:26 +01:00
John Vandenberg 9c0a54d0bd Replace applymoban.py with Yaml configuration
Add Change log.
2016-05-10 18:02:04 +07:00
chfw 16d2a896d2 Feature migration from pyexcel-ods3 where timedelta is supported 2016-01-29 11:25:54 +00:00
chfw a2af0b75a8 Merge branch 'master' of https://github.com/chfw/pyexcel-ods 2016-01-28 22:58:10 +00:00
chfw d7d8589876 address #5: initial implementation for multi-line text cell, read and write 2016-01-28 22:57:47 +00:00
chfw 7be57ffabb remove duplicated information 2016-01-23 22:30:31 +00:00
chfw 95348d4a96 fix broken build 2015-12-20 22:55:03 +00:00
chfw 8beb24ab6c 0.1.0-dev using yield keyword from pyexcel-io 0.1.0 2015-12-20 22:45:17 +00:00
chfw aa8760e09c fix issue #4: too many columns with empty values(None) 2015-10-09 20:56:42 +01:00
chfw 80c9657c7f fix #3: accept long date time string 2015-08-17T19:09:59.999999 2015-09-23 20:27:24 +01:00
chfw 1076c61de8 fix #3: parse yyyy-mm-dd or yyyy-mm-ddThh:mm:ss 2015-09-14 21:02:31 +01:00
chfw 0fc559485d fix #3: use dateutil.parser.parse to handle iso date, created by libreoffice 2015-09-08 23:29:01 +01:00
chfw 3c5f646546 fix #2: it turns out that string and unicode do not need value field in the cell. hence getting rid of it helps solve unicode encode error. it tried to do this and failed table:table-cell office:value-type=unicode office:string='Héllô' 2015-08-19 22:45:23 +01:00
chfw d8615b0f46 remove print, minor 2015-05-28 09:29:47 +01:00
chfw 8dc28cf646 fix #1: values in cell with number-columns-repeated should have been appended 2015-05-28 09:28:23 +01:00
chfw f27ba20d9d Improvement on the invalid inputs 2015-02-19 09:08:47 +00:00