How to create wifi batch qr code using excel sheet?

91 Views Asked by At

I am trying to create wifi batch qr-code using excel sheet.

The code I used is

=_xlfn.IMAGE("https://chart.googleapis.com/chart?chs=200x200&&cht=qr&chl="&A6)

where cell A6 = WIFI:T:"WPA" S:"System" P:"12345678".

This function is not working, how can I solve it?

1

There are 1 best solutions below

1
Ali Morawej On

WIFI:T:WPA;S:System;P:12345678; this format is correct.