class XLSX::Book

Overview

Represents the XLSX workbook.

Defined in:

xlsx/book.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(io : IO, sync_close : Bool = false) : self #

[View source]
def self.new(filename : Path | String) : self #

[View source]

Instance Method Detail

def [](index : Int) : Sheet #

[View source]
def [](name : String) : Sheet #

[View source]
def sheet_names : Array(String) #

[View source]
def sheet_size : Int #

[View source]