kz26 / PyExcelerate

Accelerated Excel XLSX Writing Library for Python 2/3
https://pypi.org/project/PyExcelerate/
BSD 2-Clause "Simplified" License
530 stars 60 forks source link

Is " hook-pyexcelerate.Writer.py" old? #58

Closed kazumaro756 closed 7 years ago

kazumaro756 commented 7 years ago

Thank you for developers effort. Let me ask one question.

I wonder The file" hook-pyexcelerate.Writer.py" is not available for latest version of Pyinstaller. For example, "PyInstaller.hooks.hookutils" was changed to "PyInstaller.utils.hooks".

Please updata " hook-pyexcelerate.Writer.py" file.

kz26 commented 7 years ago

Hi, can you explain what you mean by this? The PyExcelerate hook appears to be present in the latest PyInstaller 3.3 release: https://github.com/pyinstaller/pyinstaller/blob/master/PyInstaller/hooks/hook-pyexcelerate.Writer.py

kazumaro756 commented 7 years ago

I am so sorry! I checked "pip list --o" , and I noticed my pyinstaller is not latest version! After update pyinstaller, Buiding exe completed successfully. Thank you for you comment!

And I must say, pyexceraleta is great! It cuts down the time that processing excel file(especially writing process!!).

Thank you so much!

kz26 commented 7 years ago

No problem, glad to hear that you were able to solve the problem.