You are here

function ExcelRange::converted_all_ranges in Feeds Excel 7

Same name and namespace in other branches
  1. 6 includes/ExcelRange.inc \ExcelRange::converted_all_ranges()

Function to retrieve if all range expressions could be transformed into range arrays.

File

includes/ExcelRange.inc, line 38

Class

ExcelRange

Code

function converted_all_ranges() {
  return count($this->raw_ranges) == count($this->ranges);
}