DiegoZoracKy / convert-excel-to-json

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

The excel value contains whitespace does not show in result object. #72

Open subham1rout opened 4 months ago

subham1rout commented 4 months ago

When the Excel cell value contains some white spaces in front or back, we are trying to use this package to convert it into a JSON object. The result object does not include the whitespaces from the cell. So there must be an option to either show or not show whitespace from the cell in the result array of objects. So that any requirement of needing this whitespace will be fulfilled.