mgcrea / node-xlsx

NodeJS excel file parser & builder
Other
2.96k stars 274 forks source link

TypeError: Cannot set properties of undefined (setting 'name') #183

Closed KatsuragiCSL closed 1 year ago

KatsuragiCSL commented 2 years ago

crash1.zip

This file can be opened with libreoffice calc, but it causes crash when handled by node-xlsx with xlsx.parse() as buffer.

The problem is caused by this line sector_list[dir_start].name = "!Directory";

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.