Issue 147 fix #256

Closed
jtadmor wants to merge 0 commits from master into master
jtadmor commented 2015-06-15 17:16:42 +00:00 (Migrated from github.com)

Proposed solution to Issue 147 (where a column in which the first row is an empty cell is dropped, even if later rows in the column are non-empty).

Allow user to pass in parameter parseEmpty: true (or something truthy).

In sheet_to_json, this will create a val of '' where a cell is empty, rather than going straight to continue. To guard against empty rows being added, isEmpty is still not set to true unless the val is truthy.

Proposed solution to Issue 147 (where a column in which the first row is an empty cell is dropped, even if later rows in the column are non-empty). Allow user to pass in parameter parseEmpty: true (or something truthy). In sheet_to_json, this will create a val of '' where a cell is empty, rather than going straight to continue. To guard against empty rows being added, isEmpty is still not set to true unless the val is truthy.
SheetJSDev commented 2017-03-23 06:01:00 +00:00 (Migrated from github.com)

Closed in latest commit, the options field to set the default value is defval

Closed in latest commit, the options field to set the default value is `defval`

Pull request closed

Sign in to join this conversation.
No description provided.