roo-rb / roo-xls

Roo::Xls add support for legacy Excel file standards to Roo.
MIT License
82 stars 82 forks source link

Strip Ê Characters #16

Open andyrue opened 8 years ago

andyrue commented 8 years ago

Since upgrading from the old roo project to roo-xls I now get these Ê characters in front of one of my number cells. Is there a good way to strip it out during import? I can just gsub the character afterwards but would like to nip it on the way in. Thanks!