isBinaryFormat - cfsimplicity/spreadsheet-cfml GitHub Wiki

Returns a boolean value: whether a workbook is a binary "xls" spreadsheet (as opposed to the Excel 2007 "xlsx" format).

isBinaryFormat( workbook )

Required arguments

  • workbook spreadsheet object

Chainable? No.