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

Fix for Issue 2752 where blankrows:true skips first blank line #2815

Open
wants to merge 2 commits into
base: github
Choose a base branch
from

Conversation

abhiram11
Copy link

This PR tries to solve #2752 which is also mentioned in PR #2776 but it did not pass all tests of a PR as set by SheetJS.

This PR consists of two commits:

  1. Same code as mentioned in sheet_to_csv skips first blank line with blankrows: true option #2752 (comment)
  2. After running yarn lint, two other files were also updated, namely xlsx.js and xlsx.flow.js, which are also committed in this PR. These were missing in the code changes of PR fix #2752 sheet_to_csv skips first blank line with blankrows #2776 .

Let's hope this time all tests cases are passed!

abhiram11 added 2 commits February 26, 2023 03:19
@abhiram11
Copy link
Author

There seems to be plenty of test cases failing, please let me know if there is something specific that I'm doing wrong or is there some other reason itself!

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

Successfully merging this pull request may close these issues.

None yet

1 participant