diff options
| author | Sebastiano <[email protected]> | 2023-01-17 12:14:09 +0100 |
|---|---|---|
| committer | Koza <[email protected]> | 2023-04-12 17:25:36 +0200 |
| commit | 9bd3367b35bcc85f74c749cfbab05e9c430ab064 (patch) | |
| tree | 0412e3f2220a4632a11e48a43fe89d17fd833e63 /lib/axlsx/package.rb | |
| parent | e548f377932207130cec4ac257a3907385d547d5 (diff) | |
| download | caxlsx-9bd3367b35bcc85f74c749cfbab05e9c430ab064.tar.gz caxlsx-9bd3367b35bcc85f74c749cfbab05e9c430ab064.zip | |
feat: add support for remote images
Diffstat (limited to 'lib/axlsx/package.rb')
| -rw-r--r-- | lib/axlsx/package.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/package.rb b/lib/axlsx/package.rb index 2118d0ea..b61c3de1 100644 --- a/lib/axlsx/package.rb +++ b/lib/axlsx/package.rb @@ -247,7 +247,7 @@ module Axlsx end workbook.images.each do |image| - parts << { :entry => "xl/#{image.pn}", :path => image.image_src } + parts << { :entry => "xl/#{image.pn}", :path => image.image_src } unless image.remote? end if use_shared_strings |
