advisr-io / excel4node

Node module to allow for easy Excel file creation
MIT License
124 stars 19 forks source link

Fixing issue with a picture rId being undefined #21

Closed jrohland closed 2 years ago

jrohland commented 2 years ago

6 introduced a regression issue where pictures were forced to set an rId. If one was not set it would result in a broken image being displayed in Excel.

We should revert to using the picture's id when the rId is not manually set.