Sha256: 4a6a60aa3f50c2035e6ca5e8e76c21ce153eb12a588f4d03c294135857399dcd
Contents?: true
Size: 427 Bytes
Versions: 13
Compression:
Stored size: 427 Bytes
Contents
# frozen_string_literal: true xml.instruct! xml.Workbook 'xmlns:x' => 'urn:schemas-microsoft-com:office:excel', 'xmlns:ss' => 'urn:schemas-microsoft-com:office:spreadsheet', 'xmlns:html' => 'http://www.w3.org/TR/REC-html40', 'xmlns' => 'urn:schemas-microsoft-com:office:spreadsheet', 'xmlns:o' => 'urn:schemas-microsoft-com:office:office' do xml << yield end
Version data entries
13 entries across 13 versions & 1 rubygems