weshatheleopard / rubyXL

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

undefined method `change_row_italics' #447

Closed wbrisett closed 5 months ago

wbrisett commented 8 months ago

I tried to run an old script that used to work that uses rubyXL. I am now getting an undefined method error when I use the change_row routine. I did have:

@worksheet.change_row_bold(0,true)

When that failed, I changed it to match the docs of:

@worksheet.change_row_italics(0,true)

That still threw the Uncaught exception: undefined method `change_row_italics'

I didn't have rubyXL installed on this particular device, so I had to install it. Has something changed that I'm not aware of here?

version info: rubyXL (3.4.25)

weshatheleopard commented 5 months ago

You clearly missed reading the documentation.