- Modify error handling of the write_table_iter method
0.8.2
Not secure
- Improve memory efficiency for Python 2
0.8.0
Not secure
- Add MediaWiki format support - Add writing table with iteration - Add flag to switch writing format of datetime values as date-time instance or string - Modify to write will be succeeded when the table header is null - Bug fixes
0.7.0
Not secure
- Add support for iteration write - Fix for the case that excel sheet name includes invalid character(s) - Minor bug fixes
0.6.0
Not secure
- Add support for `.xls` file format: l: Thanks to yegorich
0.5.0
Not secure
- Split is_quote_str property to is_quote_header property and is_quote_table property - Modify default datetime format string - Fix: For float value formatting apply condition - Fix: An exception is not correctly handled