Read author of excel file

Hello,
I’m new to ruby and I’m trying to read metadata added to .xls file. I
tried to use spreadsheet

require ‘spreadsheet’
require ‘spreadsheet/excel/reader’

book = Spreadsheet.open(‘test.xls’)

but it seems that the book doesn’t have such properties

Does anybody knows how to achieve that.

Cheers