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

Roadmap

API for styling:

xls_style 'table#payments' do
  style 'td.highlight', color: 'blue'
  style column: 0, color: 'green'
  style range: ['A0', 'A1'], color: 'yellow'
Clone this wiki locally