Settings

Theme

Create QR codes in Excel

blog.ambor.com

112 points by ambanmba 8 years ago · 7 comments

Reader

nayuki 8 years ago

The way that the author uses pure Excel formulas (no VBA or macros) to compute a QR Code from scratch is similar to how I used pure Excel to compute ciphers:

* AES cipher internals in Excel: https://www.nayuki.io/page/aes-cipher-internals-in-excel

* DES cipher internals in Excel: https://www.nayuki.io/page/des-cipher-internals-in-excel

userbinator 8 years ago

(Pure) Excel is a form of dataflow programming --- the sequencing is implicit, but the flow of values is explicit. For algorithms that don't have arbitrary input-dependent looping, it is relatively easy to implement.

kerng 8 years ago

Excel - the handy old school swiss army knife for data processing and visualization. Its pretty interesting what some folks can pull of with it.

kebman 8 years ago

What's up with all the Excel hacks these days?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection