1

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?

pnuts
  • 58,317
  • 11
  • 87
  • 139
Tom
  • 337
  • 1
  • 13
  • Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the [How to Ask](http://stackoverflow.com/help/how-to-ask) page for help clarifying this question. – Roman Marusyk Oct 12 '15 at 07:05

1 Answers1

1

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)

Community
  • 1
  • 1
astef
  • 8,575
  • 4
  • 56
  • 95