Modularity fix & sheet_to_csv option #340

Closed
araymer wants to merge 0 commits from master into master
araymer commented 2015-12-30 23:06:15 +00:00 (Migrated from github.com)

Fixed the issue in xlsx.js which was causing bundlers to be unable to use and added an "ignoreBlankRows" option that sheet_to_csv() can take so that it skips rows which are entirely blank.

Fixed the issue in xlsx.js which was causing bundlers to be unable to use and added an "ignoreBlankRows" option that sheet_to_csv() can take so that it skips rows which are entirely blank.
reviewher commented 2017-03-23 04:17:37 +00:00 (Migrated from github.com)

We've improved the bundler usage. There are other pull requests covering the blank rows, and I think a better approach is to just keep track of whether the row is blank rather than regexing at the end

We've improved the bundler usage. There are other pull requests covering the blank rows, and I think a better approach is to just keep track of whether the row is blank rather than regexing at the end

Pull request closed

Sign in to join this conversation.
No description provided.