Skip to content
glebm edited this page May 5, 2012 · 10 revisions

Roadmap

API for styling:

xls_style 'table#payments' do
  style 'td.highlight', color: 'blue'
  style column: 0, color: 'green'
  style range: %w(A0 B1), color: 'yellow'
Clone this wiki locally