class

XlsxParser::Book

Inherits Reference / Object

Constants

TIME_1900 = Time.utc(1899, 12, 30)
TIME_1904 = Time.utc(1904, 1, 1)

Constructors

new(file : IO | String, check_file_extension = true)

Open given file/filename and store shared strings data

Source

Instance methods

base_time

Return and store base time given from workbookPr http://msdn.microsoft.com/en-us/library/ff530155(v=office.12).aspx

Source
close

Close previously opened given file/filename

Source
shared_strings
Source
sheet(name : String) : Sheet | Nil

Return sheet with given name

Source
sheet_exists?(name : String)

Return true if sheet with given name exists otherwise return false

Source
sheets

Return a array of sheets

Source
style_types
Source