Tried to run your script to convert a handful of subnets, but it errors out
$ sudo python cidr_to_range.py [~/Desktop/wirelesscidr.csv] Traceback (most recent call last): File "cidr_to_range.py", line 7, in <module> from netaddr import * ImportError: No module named netaddr
I tried with and without the [ ] around the csv file.