File: php-build/include/sheet/getRemoteCellRangeValue.js

Recommend this page to a friend!
  Classes of ikhsan   jQuery Calx   php-build/include/sheet/getRemoteCellRangeValue.js   Download  
File: php-build/include/sheet/getRemoteCellRangeValue.js
Role: Example script
Content type: text/plain
Description: Example script
Class: jQuery Calx
Calculate form input values based on formulas
Author: By
Last change: add data option for each sheet, add style formatter, accept data options for cell, add new line to each files
Date: 2 years ago
Size: 339 bytes
 

Contents

Class file image Download
sheet.fx.getRemoteCellRangeValue = function(sheet, addressStart, addressStop){ var identifier = $(sheet).attr('data-calx-identifier'); if(!identifier || typeof(calx.sheetRegistry[identifier]) == 'undefined'){ return false; } return calx.sheetRegistry[identifier].getCellRangeValue(addressStart, addressStop); };