Commit Graph

591 Commits

Author SHA1 Message Date
chfw c2947f1c57 🎨 add missing boolean_value converter 2017-08-27 07:52:30 +01:00
chfw 5e02a4c3c7 add missing converter functions 2017-08-27 07:14:46 +01:00
chfw 388cb54dac :mciroscope: test coverage on service.py 2017-08-27 00:21:52 +01:00
chfw 6315ce9545 🎨 fix flake8 warnings 2017-08-26 23:57:09 +01:00
chfw f0949496cf 🐛 wrong place for the re-used the code 2017-08-26 23:50:43 +01:00
chfw 6f47dbff43 🎨 add a seek function 2017-08-25 19:15:36 +01:00
chfw 26354b6345 🐛 python2 does not have io.UnsupportedOperation 2017-08-25 19:03:04 +01:00
chfw d3f2d54f55 📰 kick start 0.5.0 2017-08-25 18:58:46 +01:00
chfw ffb88184fa ♻️ code reuse. collect all type conversion, type detection codes from downstream into pyexcel-io and we handle it in one place. the downstream library becomes slimer, simpler. 2017-08-25 08:35:07 +01:00
chfw 43d760533b 🐎 use cStringIO to improve perforamce in python 2, fix #19 2017-08-25 08:02:36 +01:00
chfw 80078e7140 🎨 code refactoring, take downstream code from pyexcel-xxx libraries into pyexcel-io so that code reuse is in place 2017-08-25 07:56:35 +01:00
chfw 81e64403ff 📚 update documentations 2017-08-20 01:27:35 +01:00
chfw c732230d72 release 0.4.4 2017-08-08 19:27:14 +01:00
chfw ed09c0a820 🎨 code optimization 2017-08-08 18:01:51 +01:00
chfw c9855e0d48 #42: fix it in django as well 2017-08-08 17:32:01 +01:00
chfw 56f539cce1 📚 update version number 2017-08-08 17:29:17 +01:00
chfw 69b4847593 test no matching sheet name with table exception 2017-08-08 17:28:37 +01:00
chfw e30be99e56 🤝 Merge branch 'master' into v0.4.x 2017-08-08 00:18:36 +01:00
chfw a94f937bba 🐛 fix #42: Errors should never pass silently 2017-08-06 18:17:58 +01:00
chfw 1218b146b6 💎 release 0.4.3 2017-07-29 07:54:33 +01:00
chfw 3528414b94 📚 sychronize with pyexcel-commons 2017-07-26 22:49:33 +01:00
chfw 1bb05afe85 🚑 fix #41: the lack of mmap in GAE give us a show stopper 2017-07-26 22:46:50 +01:00
chfw 8258bc20ab 📚 update documentation 2017-07-26 00:19:31 +01:00
chfw 7bdcafefc9 fix #40: introduce bulk_size for sqlalchemy 2017-07-20 23:09:01 +01:00
chfw 2f482fc7ce quick followup release for problems existed in pyexcel v0.4.x 2017-07-05 15:31:56 +01:00
chfw 36e8a797ec update index.rst 2017-06-29 15:01:18 +01:00
chfw 15df840c17 release v0.4.1 2017-06-29 14:44:34 +01:00
chfw a18b2acce3 update documentation 2017-06-28 17:23:45 +01:00
chfw 5fc745a984 fix #39: raise exception when bulk save or one by one save fails so that developer would know what to do with it 2017-06-28 17:22:47 +01:00
chfw c97b9c5a93 fix a typo 2017-06-20 09:25:38 +01:00
chfw 6ca85c013f update dependency list 2017-06-20 09:24:14 +01:00
chfw 98600aa805 release pyexcel-io 0.4.0 2017-06-19 10:16:46 +01:00
chfw c2859d150c update source code 2017-06-15 22:51:42 +01:00
chfw 23250ef992 update contact info 2017-06-15 22:43:26 +01:00
chfw a6b812f8b5 update dependencies 2017-06-13 18:43:41 +01:00
chfw b622bce483 update indices 2017-06-13 08:53:57 +01:00
chfw 1a519d8f93 update documentation 2017-06-08 09:56:52 +01:00
chfw 634437958a update documentatio and sync with pyexcel-commons 2017-06-05 08:47:14 +01:00
chfw 42d64eb415 update patreon pledge 2017-06-04 17:17:01 +01:00
chfw 4b0afed758 improve test coverage 2017-06-04 17:14:07 +01:00
chfw b0291e7372 explicitly close csv file handles #32 2017-05-31 22:45:19 +01:00
chfw da1bc53222 remove useless code 2017-05-30 23:09:59 +01:00
chfw 099d4e7b81 update readme 2017-05-22 08:41:10 +01:00
chfw b8cf415adf propagate the lml interface changes 2017-05-22 08:40:48 +01:00
chfw 3bc0c18433 adopt the changes from lml 2017-05-19 00:27:57 +01:00
chfw cb8b687e36 remove useless file 2017-05-19 00:13:21 +01:00
chfw 68ce467976 merge fixes from master branch, 0.3.x 2017-05-19 00:12:39 +01:00
chfw 1ee436ece5 update release date 2017-05-18 20:24:41 +01:00
chfw d0b7f7d899 release 0.3.4 2017-05-18 20:23:42 +01:00
chfw c57ab64cbb #35, a better fix. For csv, decode content when it is given content in bytes 2017-05-18 08:38:21 +01:00