DiegoZoracKy / convert-excel-to-json

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

shouldn't be a maxrow kind of option to read maximum rows ? #27

Closed amitbravo closed 5 years ago

amitbravo commented 5 years ago

of course I can use array.slice or something to cut off first N elements however, defining within options would be great.

DiegoZoracKy commented 5 years ago

Hello @amitbravo,

Can you tell me more about how you came up with this idea. I'm assuming that the case wasn't a large file that this lib couldn't handle, because otherwise you wouldn't have the data to do your own slice.

Did you face a case where you had too many sheets to do your own slice? If that is the case, the sheets had different N elements to be kept in?

DiegoZoracKy commented 5 years ago

Closing this thread due to inactivity.

@amitbravo in case you want to discuss further, feel free to reopen it.