lib/workbook/writers/xls_writer.rb in workbook-0.2.1 vs lib/workbook/writers/xls_writer.rb in workbook-0.3.0
- old
+ new
@@ -1,5 +1,6 @@
+# -*- encoding : utf-8 -*-
require 'spreadsheet'
module Workbook
module Writers
module XlsWriter
@@ -107,6 +108,6 @@
return t
end
end
end
end
-end
\ No newline at end of file
+end