Commit Graph

102 Commits

Author SHA1 Message Date
chfw 2efe4f458b 📚 get ready for release 2021-10-06 23:13:50 +01:00
chfw 2f139848f8 🔥 remove the pinning on xlrd < 2. fix #46 2021-10-03 13:51:26 +01:00
chfw 78748634ee 💄 update meta info and format codes. related to #49, #48 2021-10-03 13:25:35 +01:00
vinraspa f46b724920
Update xlsw.py
W291 trailing whitespace: fixed
2021-10-02 22:25:08 +02:00
vinraspa 4b9426d2e0
Update xlsw.py
fix timedelta support
2021-10-02 22:12:19 +02:00
chfw 4b774fc1ae 💚 unit test timedelta 2021-10-02 15:01:53 +01:00
vinraspa 473ee14be5
Update xlsw.py
added 'timedelta' support
2021-09-15 18:26:09 +02:00
chfw aec03bb849 🔨 remove useless code 2020-10-07 22:28:18 +01:00
chfw 95ebd8df2f 🔨 use module level imports from pyexcel-io 2020-10-06 23:16:13 +01:00
jaska 0c1dea41bf
🔨 use ISheetWriter interface (#37) 2020-10-02 03:26:26 +01:00
jaska d3b57b434b
New style io (#36)
* 🎉 new style reader

* 🎉 new style writer and reader plugins

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

* 💚 update moban update

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

* 💚 use pyexcel-io dev branch

* 📚 update PR template

* 🐴 code refactoring

Co-authored-by: chfw <chfw@users.noreply.github.com>
2020-09-29 22:26:05 +01:00
chfw 942c53ddc5 🤝 synchronize with latest pyexcel-mobans and pypi-mobans 2019-11-08 20:21:41 +00:00
chfw 6af34ace26 🔨 black and isort now rules the coding style 2018-11-10 22:29:42 +00:00
chfw aa7222de61 🔨 kick start 0.6.0 2018-11-10 22:26:43 +00:00
chfw 42c4fac89b 🤝 merge with dev 2018-08-22 18:52:46 +01:00
chfw b0dd608190 enhance the behaivor of pyexcel-xls, return #N/A for cell error. https://github.com/pyexcel/pyexcel/issues/151 2018-08-21 18:26:50 +01:00
chfw 94aec7c9bb 🐛 fix date offset problem, #54, #135 2018-05-10 22:55:54 +01:00
chfw d8fa9296ea 🐛 give a graceful exception instead of stack trace. fix https://github.com/pyexcel/pyexcel/issues/120 2018-03-15 09:44:45 +00:00
chfw 4cea637cce detect merged cells, resolve #25 2017-12-08 22:44:34 +00:00
chfw 1a4ac9e329 🐛 fix xlsx notimplementederror #24 2017-11-02 22:59:32 +00:00
chfw 8964920876 initial implementation of #21: skip hidden rows and columns 2017-10-20 18:33:18 +01:00
chfw df7924f735 #21 being able to detect hidden row and column 2017-10-20 07:55:56 +01:00
chfw 052d5f32bd 🐛 do not ever seek, pyexcel-io will make sure it has reset the file handle to 0 2017-08-25 19:16:17 +01:00
chfw b91fba3696 📰 kick start 0.5.0 2017-08-25 19:05:14 +01:00
chfw ba2610b5f7 🔥 remove useless code as it is now handled in pyexcel-io 2017-08-25 07:54:14 +01:00
chfw ec325aadcd 💚 fix broken test 2017-08-23 23:46:32 +01:00
chfw 119f0c9eef 🐛 fix #20, no seeking for url stream 2017-08-23 23:13:47 +01:00
chfw 3a71798433 code optimization 2017-06-13 22:09:29 +01:00
chfw 94226c0669 code refactoring 2017-06-04 17:39:40 +01:00
chfw 584f5f457f upstreaming the fix from v0.3.3 2017-05-30 22:57:33 +01:00
chfw 80396cc0c0 fix #18: pass on encoding_override and others to xlrd 2017-05-26 18:51:38 +01:00
chfw 9e9ed77c8c propagate the lml interface changes 2017-05-22 08:42:08 +01:00
chfw 291fbb8e87 remove now useless class fields 2017-05-21 22:34:43 +01:00
chfw a2fe5c07e4 merge defect fixes from 0.3.x branch 2017-05-17 15:03:31 +01:00
chfw f8d76ba0ad fix #16: where only stream instance could be passed to file_stream whereas using read() applies to both stream and file handle 2017-05-12 13:42:35 +01:00
chfw 4da841fa84 update documentation 2017-05-06 09:32:22 +01:00
chfw 69be5d5617 fix #15: assign native_book to None on closing 2017-05-06 09:32:11 +01:00
chfw 436015ebdd update io plugin interface 2017-04-26 22:43:17 +01:00
chfw 5eba2be0de Simplify plugin info declaration 2017-04-21 00:13:45 +01:00
chfw e045f97b66 separation of reader and writer 2017-04-18 22:57:33 +01:00
chfw ce89ef5553 simplify plugin interace. aligned it with pyexcel. both uses meta_class
pump up version

minor
2017-04-11 13:12:37 +01:00
chfw 47c65e5cb3 update plugin protocol 2017-04-06 23:02:35 +01:00
chfw 771969ec84 update dependencies 2017-01-16 13:08:34 +00:00
chfw 75cbd2e11e update function name 2016-12-21 23:58:09 +00:00
chfw 73e6979f04 adjust lazy loading behavior 2016-12-14 22:11:45 +00:00
chfw 81bfe0724f support sheltered file types, such as xlsx under pyexcel-xls 2016-12-14 16:44:35 +00:00
chfw 562691db03 soft-register xlsx and xlsm 2016-12-13 23:09:49 +00:00
chfw 3836c432a7 fix #13: raise exception when no file name or content found 2016-12-12 17:45:03 +00:00
chfw 93d6b7016a describe the library using meta for lazy loading 2016-12-06 09:28:17 +00:00
chfw 2f876aa91c fix a long line 2016-11-25 09:31:26 +00:00