lib/docparser/output/xlsx_output.rb in docparser-0.2.3 vs lib/docparser/output/xlsx_output.rb in docparser-0.3.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
require 'axlsx'
module DocParser
# The XLSXOutput class generates Microsoft Excel compatible .xlsx files
# using the great axslx library
# @see Output