=======
- fix that avoids skipping end of file when python console finishes before parsing console.
=======
- installing with git instead of wget and curl
=======
- maintenance: simplified Python scripts, improved performance
- vastly improved documentation
=======
- fixed resolving of scripts with
python-shell
- extended errors with traceback support for exceptions thrown from Python code
=======
- moved
python-shell
into a separate and more robust module
=======
- writing spreadsheet files no longer rely on a temporary file
SpreadsheetWriter
is now anEventEmitter
and firesopen
,close
anderror
eventsSpreadsheetWriter.save
no longer accept a path argument, path is now assigned via the constructor insteadSpreadsheetWriter.save
no longer return astream.Readable
when callback is omittedSpreadsheetWriter.destroy
has been removed, usesave
instead to close the underlying process- Incomplete integration of xlwt for writing native XLS files
=======
- JSHint linting and fixes
- minor changes to coding style
- refactoring for removal of dependencies (underscore and async)
- improved compatibility of installation script
=======
- bug fixes
- improved debugging with debug
=======
- documentation
=======
- initial version
- moved from extrabacon/xlrd-parser
- added support for writing XLSX