DiegoZoracKy / convert-excel-to-json

Convert Excel to JSON, mapping sheet columns to object keys.
MIT License
287 stars 91 forks source link

Put the "includeEmptyLines" property in the documentation. #61

Open halleffernando opened 2 years ago

halleffernando commented 2 years ago

By default the library removes blank lines, but the documentation doesn't tell you how to show them. But analyzing the code, I found the property "includeEmptyLines" , which brings the lines blank. A future treatment would be for it to return an object instead of null. Otherwise, congratulations on the work.

jan-slupski commented 1 year ago

Thanks halleffernando for your comment/request - was looking for that option too!