cfsimplicity / spreadsheet-cfml

Standalone library for working with spreadsheets and CSV in CFML
MIT License
127 stars 36 forks source link

sheetInfo() should default to the currently active sheet, not the first #288

Closed cfsimplicity closed 2 years ago

cfsimplicity commented 2 years ago

Initial implementation was for the sheetNumber argument default value to be 1. Should have no default value and if missing the currently active sheet's info should be returned. That allows the method to be used if only the sheet name is known and not the number.