At the moment I get data from an Excel File and generate a QrCode out of it. Then I save it as a file (.jpeg). But I need to write the QrCode into a specific cell of the same Excel file.
Is there any way to do that?
At the moment I get data from an Excel File and generate a QrCode out of it. Then I save it as a file (.jpeg). But I need to write the QrCode into a specific cell of the same Excel file.
Is there any way to do that?
Check out this answer: https://stackoverflow.com/a/31294015/1943849
You'll need to use ClosedXML fork https://closedxml.codeplex.com/SourceControl/network/forks/ajwhiteway/ClosedXMLImageSupport
Another option is to use OpenXML (low-level access to an excel file)