seamusabshere / xlsx_writer

Writes XLSX files. Simple, clean XML and style. Supports autofilters and headers/footers with images and page numbers if you're willing to do a little Excel hacking.
MIT License
33 stars 10 forks source link

Fixed deprecation warning for ActiveSupport::Memoizable #1

Closed tboerger closed 12 years ago

tboerger commented 12 years ago

Hi,

i have fixed the deprecation warning for ActiveSupport::Memoizable. I have not really tested it, because i dont use cell_width within XlsxWriter::Row but i think it should work.

Have fun and greets, Thomas

seamusabshere commented 12 years ago

thanks @tbpro !