Announcement

Collapse
No announcement yet.

How to grab the QR-Code image for export

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to grab the QR-Code image for export

    Hi, how is it possible ti export the qr-code image. When I export, it exports the encoded text, not the qr-code itself. There is an id of that image, but it is not available for instance to use in a formula.

  • #2
    Hi,
    i think we need to "replicate" for export xlsx as barcode is a JS library :



    $this->composeBarcodeTag($data);

    of course, to confirm, i respond with my skill

    Comment


    • #3
      Sorry item I don't understand your answer, is this going to be on a release? or do we need to go and add this line of code somewhere?

      Thank you!

      Comment


      • item
        item commented
        Editing a comment
        Hi,
        with my skill, barcode is a javascript library who "compose" image file.
        so in export as XLSX, there are no a "function" who transform the barcode field in a image.
        so this kind of field need to be "added" in tools when export as Xlsx. (i think we can add image with phpSpreedcheat)
    Working...
    X