Thread: Excel format
View Single Post
 
Old 05-11-2017, 11:54 PM
mj8mj4 mj8mj4 is offline Windows 10 Office 2013
Novice
 
Join Date: May 2017
Posts: 2
mj8mj4 is on a distinguished road
Default Excel format

hey guys

I have a list of 1000 IP address that I need to use them in python code but I need them in specific format like this

192.168.1.1
192.168.1.2
192.168.2.1


I need them like this :

'192.168.1.1','192.168.1.2','192.168.2.1'
basically I need this format '','',''


any Idea ?
Reply With Quote