Commit Graph

  • 13ccfa7e09 release 0.5.4 🥚 🎡 chfw 2017-11-02 23:01:02 +0000
  • 1a4ac9e329 🐛 fix xlsx notimplementederror #24 chfw 2017-11-02 22:59:32 +0000
  • cc806df075 release 0.5.3 🥚 🎡, skip hidden rows and columns chfw 2017-11-02 09:05:11 +0000
  • 66aece6568 test complex hidden sheets, #21 chfw 2017-11-02 08:41:34 +0000
  • c3b6c6580a 🥚 🎡 release 0.5.2. related to https://github.com/pyexcel/pyexcel/issues/105 chfw 2017-10-23 18:39:36 +0100
  • 8964920876 initial implementation of #21: skip hidden rows and columns chfw 2017-10-20 18:33:18 +0100
  • d7ec09cc03 🐛 fix on-ASCII character '\xe2' in file setup.py on line 81, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details chfw 2017-10-20 08:03:57 +0100
  • f57f7ed851 🤝 take latest code from setupmobans and release 0.5.1 🥚 🎡, which carries LICENSE file, https://github.com/pyexcel/pyexcel/pull/103 chfw 2017-10-20 07:57:34 +0100
  • df7924f735 #21 being able to detect hidden row and column chfw 2017-10-20 07:55:56 +0100
  • ae1657036b release 0.5.0 🥚 🎡 chfw 2017-08-30 23:15:10 +0100
  • 6e831d5676 📝 use master for testing chfw 2017-08-30 22:59:12 +0100
  • 052d5f32bd 🐛 do not ever seek, pyexcel-io will make sure it has reset the file handle to 0 chfw 2017-08-25 19:16:17 +0100
  • b91fba3696 📰 kick start 0.5.0 chfw 2017-08-25 19:05:14 +0100
  • 06c51137ec 🎨 use dev branch of pyexcel-io chfw 2017-08-25 07:57:27 +0100
  • ba2610b5f7 🔥 remove useless code as it is now handled in pyexcel-io chfw 2017-08-25 07:54:14 +0100
  • 2000b49c28 🥚 🎡 release 0.4.1 chfw 2017-08-25 07:00:36 +0100
  • ec325aadcd 💚 fix broken test chfw 2017-08-23 23:46:32 +0100
  • 789d410aa5 🐛 fix flake8 warnings chfw 2017-08-23 23:18:23 +0100
  • e6907015f9 📚 new version string chfw 2017-08-23 23:14:00 +0100
  • 119f0c9eef 🐛 fix #20, no seeking for url stream chfw 2017-08-23 23:13:47 +0100
  • 1084452855 reproduce issue #20 chfw 2017-08-23 23:06:32 +0100
  • 0d4370f88e 📚 update gitignore chfw 2017-08-20 01:10:36 +0100
  • 21fb7e2638 📚 update documentations chfw 2017-08-20 01:07:43 +0100
  • 5cd98619df release v0.4.0 chfw 2017-06-19 10:43:48 +0100
  • 3a71798433 code optimization chfw 2017-06-13 22:09:29 +0100
  • fd29e7e7aa update dependencies chfw 2017-06-13 18:45:07 +0100
  • 59bdcff424 update patreon text chfw 2017-06-04 17:41:14 +0100
  • 94226c0669 code refactoring chfw 2017-06-04 17:39:40 +0100
  • 584f5f457f upstreaming the fix from v0.3.3 chfw 2017-05-30 22:57:33 +0100
  • 47ab50819d adding setup config chfw 2017-05-30 22:41:32 +0100
  • a2c0e5dc20 release v0.3.3 chfw 2017-05-30 22:38:22 +0100
  • 00ac504130 pump up the version 0.3.3 chfw 2017-05-26 18:53:23 +0100
  • 80396cc0c0 fix #18: pass on encoding_override and others to xlrd chfw 2017-05-26 18:51:38 +0100
  • 9e9ed77c8c propagate the lml interface changes chfw 2017-05-22 08:42:08 +0100
  • 291fbb8e87 remove now useless class fields chfw 2017-05-21 22:34:43 +0100
  • 4de3894e75 release 0.3.2 chfw 2017-05-18 20:35:56 +0100
  • c9d9223554 update test case chfw 2017-05-18 20:34:14 +0100
  • abb9b56b62 test against pyexcel-io 0.3.4 chfw 2017-05-18 20:28:51 +0100
  • 6e1c324009 pump up version chfw 2017-05-17 08:41:59 +0100
  • a2fe5c07e4 merge defect fixes from 0.3.x branch chfw 2017-05-17 08:24:10 +0100
  • f8d76ba0ad fix #16: where only stream instance could be passed to file_stream whereas using read() applies to both stream and file handle chfw 2017-05-12 13:41:59 +0100
  • 0474acf6de refactoring the test code chfw 2017-05-12 13:33:56 +0100
  • 8f17b27a2f update change log chfw 2017-05-12 13:27:34 +0100
  • 2b6f906a8e add the cfg file chfw 2017-05-06 09:33:23 +0100
  • 4da841fa84 update documentation chfw 2017-05-06 09:32:22 +0100
  • 69be5d5617 fix #15: assign native_book to None on closing chfw 2017-05-06 09:32:11 +0100
  • 436015ebdd update io plugin interface chfw 2017-04-26 22:43:17 +0100
  • 5eba2be0de Simplify plugin info declaration chfw 2017-04-19 18:16:47 +0100
  • 0648fdc4d6 fix unit test failure chfw 2017-04-18 23:49:36 +0100
  • e045f97b66 separation of reader and writer chfw 2017-04-18 22:16:25 +0100
  • 9dc6d884b4 test against released libraries chfw 2017-04-13 22:46:06 +0100
  • ca8db4a748 launch patreon support channel chfw 2017-04-13 22:09:56 +0100
  • ce89ef5553 simplify plugin interace. aligned it with pyexcel. both uses meta_class chfw 2017-04-11 07:05:51 +0100
  • c6cce59f10 use rnd branch for testing chfw 2017-04-06 23:16:48 +0100
  • 47c65e5cb3 update plugin protocol chfw 2017-04-06 23:02:35 +0100
  • b04c4c434b sync with commons chfw 2017-03-31 16:08:22 +0100
  • 0dfe727630 common tests are mobanized chfw 2017-02-02 23:38:52 +0000
  • 73051b6a45 fix #14 in v0.3.1 chfw 2017-01-16 22:28:32 +0000
  • 0dae19aa1f test again python 3.6 chfw 2017-01-16 13:14:34 +0000
  • 771969ec84 update dependencies chfw 2017-01-16 13:08:34 +0000
  • 0970757403 update changelog chfw 2016-12-22 10:27:12 +0000
  • 75cbd2e11e update function name chfw 2016-12-21 23:58:09 +0000
  • 73e6979f04 adjust lazy loading behavior chfw 2016-12-14 22:11:45 +0000
  • 81bfe0724f support sheltered file types, such as xlsx under pyexcel-xls chfw 2016-12-14 16:44:35 +0000
  • 562691db03 soft-register xlsx and xlsm chfw 2016-12-13 23:09:49 +0000
  • 3836c432a7 fix #13: raise exception when no file name or content found chfw 2016-12-12 17:45:03 +0000
  • 6730166fdd use master branch for testing chfw 2016-12-06 14:08:38 +0000
  • 93d6b7016a describe the library using meta for lazy loading chfw 2016-12-06 09:28:17 +0000
  • 6c1a62725b remove pypy3 chfw 2016-12-01 23:48:29 +0000
  • 2f876aa91c fix a long line chfw 2016-11-25 09:31:26 +0000
  • a8348b4a68 use rnd pyexcel-io too chfw 2016-11-25 09:18:06 +0000
  • 2bcf8c260b use io3 branch for testing chfw 2016-11-25 09:01:19 +0000
  • 9427b2ab3b code refactoring: label private, protected or public for class attributes chfw 2016-11-25 00:21:06 +0000
  • 53b58e329e use pyexcel v0.3.0 chfw 2016-10-24 22:09:42 +0100
  • d897adab05 test against pyexcel v0.3.0 chfw 2016-10-24 21:58:37 +0100
  • 8eda6c227f release 0.2.3 chfw 2016-09-20 20:35:40 +0100
  • ae18771b03 update test case chfw 2016-09-20 20:25:22 +0100
  • ba7cfbdd5a code reordering chfw 2016-09-20 18:43:59 +0100
  • 974f66eecd fix #10 support two dimensional generators: a generator list of a generator list chfw 2016-09-20 18:38:22 +0100
  • cb74cca9dd pacakge pyexcel-xls for debian (#13103) 0.2 Jean-Baptiste Jaillet 2016-09-07 17:36:27 +0200
  • 97a81fb561 prepare for release 0.2.2 chfw 2016-08-31 18:59:17 +0100
  • 072d698719 downgrade the requirement on setuptools, related to https://github.com/pyexcel/pyexcel-xlsx/issues/9, https://github.com/pyexcel/pyexcel/issues/58 chfw 2016-08-31 08:36:47 +0100
  • a657cce9ef documentation update chfw 2016-08-25 23:51:08 +0100
  • 4e37d6c226 update change log chfw 2016-08-25 17:54:57 +0100
  • 15b6a5e502 code optimization chfw 2016-08-24 18:11:15 +0100
  • f3c1c541c6 fix a bug in readme doctest chfw 2016-08-23 18:08:39 +0100
  • c2ef6d83aa fix a bug in readme doctest chfw 2016-08-23 18:04:36 +0100
  • aff0eb7272 Merge branch 'master' of https://github.com/chfw/pyexcel-xl chfw 2016-08-23 17:51:27 +0100
  • 49326c9402 document pagination feature chfw 2016-08-23 17:51:07 +0100
  • 944b7ef337 fix broken test chfw 2016-08-22 09:35:29 +0100
  • 71f54de356 minor tuning chfw 2016-08-22 08:48:01 +0100
  • 2be6871ddf implementation of pyexcel-io v0.2.2 paginantion support. the answer to big size csv chfw 2016-08-22 08:41:27 +0100
  • 465d28c7e0 kick start 0.2.2 pagination support chfw 2016-08-22 08:37:59 +0100
  • c0ae7a9060 update rst format chfw 2016-07-14 08:18:25 +0100
  • da0ab25f13 fix dirty code: long line chfw 2016-07-12 18:13:57 +0100
  • fdd10ed573 update version string and synchronize with latest pyexcel-commons chfw 2016-07-12 17:49:52 +0100
  • 3261ce5dd5 resolve #9: test skip_hidden_sheets chfw 2016-07-12 17:46:49 +0100
  • 3608316394 clean code chfw 2016-06-08 23:05:01 +0100
  • c6674f51be clean code chfw 2016-06-08 23:03:04 +0100
  • 3d4aebe539 addressing #9: by default skipping hidden sheets. unit test pending chfw 2016-06-03 09:28:46 +0100