SpreadsheetReadBinary
Method Signature
SpreadsheetReadBinary(src=[any])Arguments
Argument
Type
Required
Description
Default
Examples
// Read .xls file (binary format)
var spreadsheet = SpreadsheetReadBinary( "/path/to/file.xls" );
println( "Read legacy Excel file" );Related
Last updated
Was this helpful?
