function ExcelRange::converted_all_ranges in Feeds Excel 6
Same name and namespace in other branches
- 7 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
Code
function converted_all_ranges() {
return count($this->raw_ranges) == count($this->ranges);
}