Support Requests: Browse | Submit New | Admin
Hello, I try the following code : format_table_title = Spreadsheet::Format.new(:weight => :bold) ... sheet1.row(5).push('Data1','Data2','Data3') sheet1.row(5).default_format = format_table_title ... But the row(5) is never formatted (bold). If I format each cell one by one (loop), there is no problem. Hope you can help me! Regards
Add A Comment:
Date: 2009-02-13 14:52 Sender: Hannes Wyss Fixed in 0.6.3.1 thanks for the report, please let me know if it works for you.. best, Hannes