Commit Graph

73 Commits

Author SHA1 Message Date
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 a180d610e5 💚 🔬 🎨 fix the broken test, code refactor the whitespace handler 2017-08-23 18:16:37 +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 d1e146748e code refactoring: remove useless code 2017-06-22 10:09:38 +01:00
chfw ec2c312ce1 make _native book as none for writer 2017-06-14 23:20:23 +01:00
chfw 5a8e72b24b update dependencies 2017-06-13 18:58:46 +01:00
chfw 8635232a17 propagate the lml interface changes 2017-05-22 08:43:08 +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 dad76a368f fix #19 bug fix on multi-node text 2017-05-03 12:45:21 +01:00
chfw b1861b3034 simplify plugin interace. aligned it with pyexcel. both uses meta_class 2017-04-11 17:41:39 +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 78626bb2dc update plugin protocol 2017-04-06 23:04:06 +01:00
chfw 689aecc573 recognize currency as text 2017-02-02 21:46:14 +00:00
chfw aeb8d94941 kick start 0.3.1 2017-01-16 18:27:32 +00:00
chfw 0f3ae05a06 update function names 2016-12-22 00:04:51 +00:00
chfw 9647854c4a adjust lazy loading behavior 2016-12-14 22:13:58 +00:00
chfw e31df32b73 describe the library using meta for lazy loading 2016-12-06 09:27:52 +00:00
chfw d43e523387 fix #16: reverting back to v0.2.0 but use pyexcel-io v0.3.0's protocol to produce the two dimensional array 2016-12-02 23:31:13 +00:00
chfw 77e8818da2 adapt pyexcel-io v0.3.0 2016-12-01 23:14:14 +00:00
chfw ae51485950 code refactoring: pythonic private starts with __ 2016-11-09 21:49:21 +00: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 fbdbc42860 clean code 2016-06-08 23:43:46 +01:00
chfw 56b1d57b26 test python 3 2016-06-03 08:56:26 +01:00
chfw 62202d402d pylinting 2016-05-23 23:31:13 +01:00
chfw 15ace93985 adding missing file 2016-05-23 09:59:48 +01:00
chfw 8444cefdb6 resolve #9: auto detect integer if possible 2016-05-23 09:13:01 +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 cb01502d44 yielding the array in the way as every other pyexcel plugins do 2016-01-29 11:31:16 +00:00
chfw 16d2a896d2 Feature migration from pyexcel-ods3 where timedelta is supported 2016-01-29 11:25:54 +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 21f4ef45aa 0.1.0 release candidate 2015-12-23 21:52:46 +00:00
chfw 1914be8f21 use get_data then load_data 2015-12-20 22:46:21 +00:00
chfw a41252fad9 prepare for 0.0.12 release 2015-10-09 23:44:32 +01:00
chfw aa8760e09c fix issue #4: too many columns with empty values(None) 2015-10-09 20:56:42 +01:00
chfw cc56b0c5f3 pump up version no. 2015-09-25 22:00:53 +01:00
chfw 85b3b6ac8f code refactoring 2015-09-25 21:42:41 +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 49f1bd9622 pop up to 0.0.10 2015-09-08 23:36:46 +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 744a6f4bcc bug fix release 0.0.7 2015-05-28 17:20:40 +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 38993fd4ff Update signature functions 2015-05-12 14:05:29 +01:00