You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: added option to support 'defval' option (#8980)
* Added option to support 'defval' option
The default behaviour is to make them null or undefined and cells are skipped. Often when parsing Excel spreadsheets it may be practical to include blank cells for a record. This added option allows you to specify what the default value is, such as an empty string (i.e. '').
* Removed semi-colons for circle-ci to pass
0 commit comments