TypeError: e.charCodeAt is not a function when write the xlsx file #2847

Closed
opened 2023-01-04 07:14:35 +00:00 by hochunang · 2 comments

What is the problem?

What is the problem?
Owner

Line 731 looks incorrect (it's assigning a column object to the worksheet object directly). Can you test if commenting out the jQuery.each block works? If it does, try restoring the block but commenting out line 731.

Line 731 looks incorrect (it's assigning a column object to the worksheet object directly). Can you test if commenting out the `jQuery.each` block works? If it does, try restoring the block but commenting out line 731.
Author

Thanks, the problem solved.

Thanks, the problem solved.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sheetjs/sheetjs#2847
No description provided.