weshatheleopard / rubyXL

Ruby lib for reading/writing/modifying .xlsx and .xlsm files
MIT License
1.27k stars 254 forks source link

External link can not write to new file #452

Open dongvv-2538 opened 6 months ago

dongvv-2538 commented 6 months ago

in the https://github.com/weshatheleopard/rubyXL/commit/a6617b6794e7cc267c4e5b1ef66e0838059796e0, the support for AlternateUrls is added so rubyXL can parse a worksheet containing AlternateUrls. Howerver, when write this workbook, it create an error xlsx file.

peek