Read sheets other than 1, omit empty fields
Breaking Changes
processFile()
signature replaces isColOriented boolean with an options object to allow future feature addition without breaking existing users.
New Features
- Add
sheet
option to specify a 1-based index into the Excel sheet collection - all of your data in a single Excel workbook. - Add
omitEmptyFields
option that removes an object key-value if the corresponding Excel cell is empty.
Notes
The options
object is validated when processFile()
is called; you may omit it completely to accept defaults, or simply provide the options that you want to be different from defaults.