Commit Graph

89 Commits

Author SHA1 Message Date
chfw 1d779d3481 This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst 2022-01-28 23:52:01 +00:00
chfw 5275c1c077 This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst 2021-10-08 07:19:08 +00:00
jaska 783bbb5acc
Django plug-in Enhancement (#105)
* 💄 remove double underscores on private variables. it sucks when debugging

* 📚 update change log

* This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst

Co-authored-by: chfw <chfw@users.noreply.github.com>
2020-10-31 11:30:18 +00:00
jaska cd081dddaa
Django jump column (#103)
*  support skipping columns when importing a spreadsheet. fix #102

* This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst

* 📚 update typo in changelog.yml

* This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst

Co-authored-by: chfw <chfw@users.noreply.github.com>
2020-10-29 07:18:43 +00:00
chfw 04d28a5b2e 🤝 update project meta data 2020-10-16 22:39:09 +01:00
chfw 12e1750e36 This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst 2020-10-12 21:58:41 +00:00
jaska 71c28b4bc9
Issue 96 (#97)
* 🐛 regression: unknown file type shall trigger NoSupportingPluginFound. fix #96

* This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst

* 💚 update coding style. #96

* 🔬 more test coverage

Co-authored-by: chfw <chfw@users.noreply.github.com>
2020-10-12 22:56:58 +01:00
chfw b942935169 💄 kick start 0.6.3 2020-10-10 14:39:53 +01:00
chfw 2ebe9559ad 🥚 🎡 use 0.6.1 for 0.6.0 because 0.6.0 was occupied 2020-10-07 23:31:51 +01:00
chfw bc4d2b3340 🥚 🎡 release 0.6.0 2020-10-07 23:01:07 +01:00
jaska dacbbf33f3
allow trailing options, get_data(...keep_trailing_empty_cells=… (#88)
* 🎉 allow trailing options, get_data(...keep_trailing_empty_cells=True). fix #86

* This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst

* 💄 update coding style

Co-authored-by: chfw <chfw@users.noreply.github.com>
2020-09-30 22:45:04 +01:00
jaska 80a2d259d0
WIP - Query set reader (#83)
*  new query reader

* 💚 add close implementation

* 💄 update coding style

* 🐛 update close as class method

* 💄 use default sheet name

* 🔬 test query reader

* 💄 update coding style

* 💚 test close method

* 📚 update change log

* This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst

Co-authored-by: chfw <chfw@users.noreply.github.com>
2020-09-29 19:24:16 +01:00
jaska 020b8f0a9f
One reader/writer handle many file types, i.e. csv reader for csv and tsv (#81)
* 🐛 pyexcel-io used to allow one reader/writer handles more than one file type

* 📚 update pyinstaller instructions

* This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst

* 💄 update coding style

Co-authored-by: chfw <chfw@users.noreply.github.com>
2020-09-27 23:30:53 +01:00
jaska 4bc78d671c
New style writer (#76)
* 🔨 code up the new writer interface

* 🐴 prototype

* 🚜 new style csv writer for file, content and stream

* This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst

* 💚 add test dependency

* This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst

* 💚 update moban update yaml

* 💄 update coding style with latest black, isort

*  tsv writers in new style

* 🐴 new style csvz writer

* 🐴 new style tsvz writer

* 🔥 remove old style csvz and tsvz writers

* 🔥 remove old style csv and tsv writer

* 📚 update changelog

* 🚜 code refactoring and update 📚

* This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst

* 🚜 rename sheet writer files

* 🔥 remove .moban.hashes

* 🔥 remove useless set_type function call

* 💄 update coding style

Co-authored-by: chfw <chfw@users.noreply.github.com>
2020-09-21 22:17:07 +01:00
chfw 5a22a855ac 📚 auto update(this is auto scraped from github profile) contributors and change log. #75 2020-09-19 16:36:41 +01:00
Craig Anderson 1ee31b0308
handle zip files which contain non-UTF-8 encoded files (#75) 2020-09-19 16:23:33 +01:00
chfw e1351271c9 📚 update project meta data 2020-05-02 23:38:49 +01:00
chfw 3a11f43f10 🤝 sync with pyexcel-mobans and pypi-mobans 2019-10-21 22:25:09 +01:00
chfw a85249530d 🥚 🎡 reglease 0.5.20 2019-07-17 21:13:37 +01:00
chfw 84ec6199fb 📚 update docs and prepare for an incremental release 2019-07-14 08:17:35 +01:00
chfw b0ae275eca support force_file_type on save_data. fix #69 2019-06-12 20:51:48 +01:00
chfw 086aacff85 :wheel_chair: better error message. fix #68 2019-04-04 21:26:36 +01:00
chfw 5845728918 🥚 🎡 release 0.5.16 2019-03-19 07:44:26 +00:00
chfw 29a7ffcbaa 🤝 sync with latest pyexcel-commons 2019-03-16 14:35:44 +00:00
chfw cb5bc7839d 🥚 🎡 release 0.5.14 2019-02-21 08:22:12 +00:00
chfw 03641589be 🥚 🎡 release 0.5.13 2019-02-21 08:17:26 +00:00
chfw 2b69509319 🥚 🎡 0.5.13. fix #53, related to #61, #60 and https://github.com/pyexcel/pyexcel-xls/issues/30 2019-02-12 07:35:44 +00:00
chfw 4595133923 🥚 🎡 release 0.5.11 2018-12-04 07:06:56 +00:00
chfw 4637498f5c 🤝 merge with master 0.5.9.1 version 2018-11-27 07:46:23 +00:00
chfw 655f7fd93a 🥚 🎡 release 0.5.10 2018-11-27 07:41:29 +00:00
chfw 48f45f192c 🥚 🎡 release 0.5.9.1. fix #53, https://github.com/pyexcel/pyexcel/issues/155 2018-08-30 23:04:47 +01:00
chfw 9a5a463af7 🥚 🎡 release 0.5.9 2018-08-23 19:15:58 +01:00
chfw ef189324d0 📚 update release date 2018-08-16 19:34:24 +01:00
chfw 7326d6e39a 📚 update documentation and pump up its version 2018-08-16 18:11:00 +01:00
chfw d2e1e8ad99 🥚 🎡 release 0.5.7 2018-05-02 23:14:29 +01:00
chfw 48a8b2ce41 🎨 supress pep 0515, fix #48 2018-05-02 23:04:48 +01:00
chfw 8b53c1689b 🥚 🎡 release 0.5.6 2018-01-11 21:12:40 +00:00
chfw e2f53127db 🔥 strip off trailing new lines 2018-01-10 17:58:10 +00:00
chfw bfe3be0997 📚 welcome 2018 and change in yml 2018-01-10 17:32:00 +00:00
chfw a9bbbc4de7 🥚 🎡 release 0.5.5. fix #45. we wish you a Merry Christmas, we wish you a Merry Christmas and happy new yearrrr..! See you guys in 2018. 2017-12-23 19:16:45 +00:00
chfw 683280a51d release 0.5.4 🥚 🎡 2017-11-10 20:56:54 +00:00
chfw 1f6b2f77fd 🥚 🎡 release 0.5.3. related to https://github.com/pyexcel/pyexcel/issues/105 2017-10-23 18:05:08 +01:00
chfw 66be66309d 🤝 take latest code from setupmobans and release 0.5.2 🥚 🎡, which carries LICENSE file, https://github.com/pyexcel/pyexcel/pull/103 2017-10-20 07:32:27 +01:00
chfw e661e58a7d release 0.5.1 🥚 🎡 2017-09-02 19:27:27 +01:00
chfw aea8b81b53 release 0.5.0 🥚 🎡 2017-08-30 23:06:36 +01:00
chfw c732230d72 release 0.4.4 2017-08-08 19:27:14 +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 2f482fc7ce quick followup release for problems existed in pyexcel v0.4.x 2017-07-05 15:31:56 +01:00
chfw 15df840c17 release v0.4.1 2017-06-29 14:44:34 +01:00