Ways to make Arduino Due wireless

I have a project that collects temperature data with a thermistor sensor on an Arduino Due. I want to send the data wirelessly somehow. I've tried the Wifi Shield 101 and can't get it to work. Is there another way to make it wireless?

Wirelessly.... to what??? How?? How far??

That could mean many things - could be talking range of meters, or range of miles, to a computer, another Arduino, some other piece of equipment, or even a satellite in orbit. Gotta be more specific than that!

For WiFi, though, why not just use an ESP8266? They're cheap as dirt, and the Due has spare hardware serial ports. Be sure to get one with the normal (AT-command) firmware on it, not something like nodemcu.

Wirelessly to my laptop to update a .csv file. The how was what I needed help with thank you for that I will give that a try! I know my question was very vague but thank you for your help. I've spent hours looking at different types of wireless transmitters for arduino and couldn't find much help for the Due.