Closed cfsimplicity closed 1 year ago
Currently getCellValue() returns the visible (aka formatted) value, so make that the default for a new returnVisibleValue argument.
getCellValue()
returnVisibleValue
This mostly affects numeric/date values which are often formatted differently to their raw value.
See also https://github.com/cfsimplicity/spreadsheet-cfml/issues/309 and https://github.com/cfsimplicity/spreadsheet-cfml/issues/305
Currently
getCellValue()
returns the visible (aka formatted) value, so make that the default for a newreturnVisibleValue
argument.This mostly affects numeric/date values which are often formatted differently to their raw value.
See also https://github.com/cfsimplicity/spreadsheet-cfml/issues/309 and https://github.com/cfsimplicity/spreadsheet-cfml/issues/305