Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import Excel function not working properly #49

Closed
setamodius opened this issue Nov 9, 2020 · 1 comment
Closed

Import Excel function not working properly #49

setamodius opened this issue Nov 9, 2020 · 1 comment

Comments

@setamodius
Copy link

I am trying to import a 2 column excel file but the file is not being imported. If I try to import a three column file, I don't have any problems.
When I examined the VueExcelEditor.vue file, I saw the relevant code on line 1721.

importData = importData.filter (rec => Object.keys (rec) .length> 2) .map ((rec) => {

Is it any problem to have length> = 2 instead of length> 2?

@cscan
Copy link
Owner

cscan commented Nov 9, 2020

This is a bug. Fixed in v1.3.89. Thanks for your report.

@cscan cscan closed this as completed Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants