cfsimplicity / spreadsheet-cfml

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

Improve exception message when setRowHeight() is used with a non-existent row #328

Closed cfsimplicity closed 1 year ago

cfsimplicity commented 1 year ago

https://dev.lucee.org/t/spreadsheetsetcellvalue-not-setting-as-a-number-in-excel/12671/9

cfsimplicity commented 1 year ago
can't call method [setHeightInPoints] on object, object is null

Thrown if the specified row doesn't exist. Need to improve the exception message.