web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

How to export a QRcode to excel?

(0) ShareShare
ReportReport
Posted on by 573

I try to export an excel file with QRcode in a cell. I have generated QRcode (returns as a container), but it cannot be set as cell value. It seems that SysExcelCells cannot accept an image as its value. Does anyone know how to solve this issue?

The code for generating QRcode:

private container invoiceQRCode(str QRCodeString)
{
    FileIOPermission    perm;
    str                 tempFileName;
    BinData             binData;
    container           imageContainer;

    tempFileName = this.callQRCodeEncoder(QRCodeString);
    perm = new FileIOPermission(tempFileName,'r');
    perm.assert();
   
    binData = new binData();
    binData.loadFile(tempFileName);
    imageContainer = binData.getData();

    CodeAccessPermission::revertAssert();

    return imageContainer;
}

And when setting the cell value, error is found.

    cells.item(2, 1).value(conPeek(this.invoiceQRCode("a123456"), 1));

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Martin Dráb Profile Picture
    237,904 Most Valuable Professional on at

    Image is not a cell value, it's a shape. Look at this discussion to see how to add a shape to a worksheet from AX.

  • bernardqin Profile Picture
    573 on at

    Thanks Martin, what a amazing solution!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Martin Dráb Profile Picture

Martin Dráb 4 Most Valuable Professional

#1
Priya_K Profile Picture

Priya_K 4

#3
MyDynamicsNAV Profile Picture

MyDynamicsNAV 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans