generate barcode on android google sheets -


i have google sheet use generate picking tickets our warehouse. there several columns have barcodes. generated using following function call:

=image("http://www.barcodesinc.com/generator/image.php?code=" & e3 & "&style=68&type=c128b&width=200&height=80&xres=1&font=0", 3)

this works , need do, using pc print ticket , hand off warehouse guys.

in attempt make process more streamlined want replace tickets android tablet , let them scan there. benefit can manually update sheet exceptions , other items not bar coded. here have run into:

  1. on android if view sheet through chrome browser can see bar codes fine, hit edit button, opens sheet in sheets app , can no longer see bar codes.
  2. if open sheet in sheets app can edit cells can't see bar codes. note, when using pc workstation can see bar codes , edit sheet no problems.

so, not sure if programming question or not, can in order able view bar codes in sheets app or able edit sheet in browser on pc? yes, have requested desktop site in options chrome.

any appreciated, roll out , save paper.

i answering own question in case runs this. need request desktop site (in chrome options) log google drive and after open sheet. sheet switch view mode edit mode in browser.

bonus question: there anyway can force browser open stuff in desktop site? google stuff, other site since larger tablets can handle 'full' site , don't need redirected m.version of site.


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -