leftshifters / excel-parser

nodejs wrapper for parsing spreadsheet.
MIT License
72 stars 70 forks source link

parser worksheet option default value #27

Open srmor opened 9 years ago

srmor commented 9 years ago

Why is the default value for the worksheet option on parser 0 since usually the first worksheet is worksheet 1? I ask because I assumed the default value would be the first worksheet and as a result just spent quite a bit of time trying to figure out why it kept giving me and array undefineds as the results. Wouldn't it make sense to set the default value to 1?