Commit Graph

84 Commits

Author SHA1 Message Date
chfw ca67cc9609 💚 update unit tests 2020-10-07 22:19:58 +01:00
chfw fb82cf285f 🔨 code refactoring 2020-10-06 23:23:30 +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 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 ce04e9e679 🔨 make format using isort and black 2018-11-26 07:56:21 +00:00
chfw 2b339183ef 🐛 exception when the type of currency is missing. fix #27 2018-05-23 08:35:20 +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 bb8b97f7fd 🔥 remove useless code as it is now handled in pyexcel-io 2017-08-25 08:21:26 +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 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