Skip to content

Commit

Permalink
Merge pull request #160 from rstacruz/patch-1
Browse files Browse the repository at this point in the history
Fix spreadsheet reports with OSX Numbers.app
  • Loading branch information
glebm committed Jul 30, 2015
2 parents f86b9b7 + aac4696 commit 20bab5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/i18n/tasks/reports/spreadsheet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class Spreadsheet < Base
def save_report(path, opts)
path = path.presence || 'tmp/i18n-report.xlsx'
p = Axlsx::Package.new
p.use_shared_strings = true # see #159
add_missing_sheet p.workbook
add_unused_sheet p.workbook
add_eq_base_sheet p.workbook
Expand Down

0 comments on commit 20bab5b

Please sign in to comment.